linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Media Mailing List <linux-media@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL for v5.10] media fixes
Date: Thu, 10 Dec 2020 12:18:18 +0100	[thread overview]
Message-ID: <20201210121818.2d5c0353@coco.lan> (raw)

Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v5.10-4

For a couple of fixes:

- videobuf2: fix a DMABUF bug, preventing it to properly handle
  cache sync/flush;
- vidtv: an usage after free and a few sparse/smatch warning fixes;
- pulse8-cec: a duplicate free and a bug related to new firmware usage;
- mtk-cir: fix a regression on a clock setting.

Thanks,
Mauro

The following changes since commit 44f28934af141149959c4e6495bb60c1903bda32:

  media: vidtv.rst: add kernel-doc markups (2020-11-26 08:05:24 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v5.10-4

for you to fetch changes up to 3d1387b3b8f6cc1ccdbb5f0d7af24df02f4baef9:

  media: vidtv: fix some warnings (2020-12-08 08:15:49 +0100)

----------------------------------------------------------------
media fixes for v5.10-rc8

----------------------------------------------------------------
Colin Ian King (1):
      media: [next] media: vidtv: fix a read from an object after it has been freed

Hans Verkuil (2):
      media: pulse8-cec: fix duplicate free at disconnect or probe error
      media: pulse8-cec: add support for FW v10 and up

Mauro Carvalho Chehab (2):
      media: vidtv: fix kernel-doc markups
      media: vidtv: fix some warnings

Sean Young (1):
      media: mtk-cir: fix calculation of chk period

Sergey Senozhatsky (1):
      media: vb2: set cache sync hints when init buffers

 drivers/media/cec/usb/pulse8/pulse8-cec.c        | 52 ++++++++++++++++--------
 drivers/media/common/videobuf2/videobuf2-core.c  | 11 +++++
 drivers/media/rc/mtk-cir.c                       |  9 ++--
 drivers/media/test-drivers/vidtv/vidtv_channel.c |  4 +-
 drivers/media/test-drivers/vidtv/vidtv_psi.h     |  8 ++--
 drivers/media/test-drivers/vidtv/vidtv_s302m.c   |  4 +-
 drivers/media/test-drivers/vidtv/vidtv_ts.h      |  2 +-
 7 files changed, 58 insertions(+), 32 deletions(-)


             reply	other threads:[~2020-12-10 11:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-10 11:18 Mauro Carvalho Chehab [this message]
2020-12-10 11:36 ` [GIT PULL for v5.10] media fixes (#69927) Jenkins
2020-12-10 19:12 ` [GIT PULL for v5.10] media fixes pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201210121818.2d5c0353@coco.lan \
    --to=mchehab+huawei@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).