[GIT,PULL,for,v6.4-rc7] media fixes

Message ID 20230615121721.1f901ebb@sal.lan
State New
Headers
Series [GIT,PULL,for,v6.4-rc7] media fixes |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.4-6

Message

Mauro Carvalho Chehab June 15, 2023, 11:17 a.m. UTC
  Hi Linus,

Please pull from:
  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.4-6

For a fix at dvb-core to avoid a race condition during DVB board register
time.

Regards,
Mauro


The following changes since commit 9561de3a55bed6bdd44a12820ba81ec416e705a7:

  Linux 6.4-rc5 (2023-06-04 14:04:27 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.4-6

for you to fetch changes up to ec21a38df77a5aefbd2f70c48127003b6f259cf3:

  Revert "media: dvb-core: Fix use-after-free on race condition at dvb_frontend" (2023-06-14 23:16:29 +0100)

----------------------------------------------------------------
media fixes for v6.4-rc7

----------------------------------------------------------------
Mauro Carvalho Chehab (3):
      Merge tag 'v6.4-rc4' into v4l_for_linus
      Merge tag 'v6.4-rc5' into v4l_for_linus
      Revert "media: dvb-core: Fix use-after-free on race condition at dvb_frontend"

 drivers/media/dvb-core/dvb_frontend.c | 53 ++++++-----------------------------
 include/media/dvb_frontend.h          |  6 +---
 2 files changed, 10 insertions(+), 49 deletions(-)
  

Comments

Linus Torvalds June 16, 2023, 2:17 a.m. UTC | #1
On Thu, 15 Jun 2023 at 04:17, Mauro Carvalho Chehab <mchehab@kernel.org> wrote:
>
> Mauro Carvalho Chehab (3):
>       Merge tag 'v6.4-rc4' into v4l_for_linus
>       Merge tag 'v6.4-rc5' into v4l_for_linus
>       Revert "media: dvb-core: Fix use-after-free on race condition at dvb_frontend"

Please don't do those back-merges. Particularly the *pointless* ones
with bad commit messages.

I've pulled this, bnut your tree literally had three commits, two of
which were WRONG. Their commit messages were pure garbage.

Don't do this. Seriously. It's garbage.

If you can't do proper merges with proper commit messages, just don't
merge things. It's that easy.

              Linus
  
pr-tracker-bot@kernel.org June 16, 2023, 3:10 a.m. UTC | #2
The pull request you sent on Thu, 15 Jun 2023 12:17:21 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.4-6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c926a55f650ce58eae33cda504d50ac1837d53fd

Thank you!