[GIT,PULL,for,v5.10] media fixes

Message ID 20201210121818.2d5c0353@coco.lan (mailing list archive)
State Accepted, archived
Headers
Series [GIT,PULL,for,v5.10] media fixes |

Pull-request

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

Message

Mauro Carvalho Chehab Dec. 10, 2020, 11:18 a.m. UTC
  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(-)
  

Comments

Jenkins Dec. 10, 2020, 11:36 a.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20201210121818.2d5c0353@coco.lan/
Build log: https://builder.linuxtv.org/job/patchwork/80710/
Build time: 00:05:03
Link: https://lore.kernel.org/linux-media/20201210121818.2d5c0353@coco.lan

gpg: Signature made Thu 10 Dec 2020 11:10:56 AM UTC
gpg:                using RSA key F909AE68FC11DF09C1755C00085F3EBD8EE4E115
gpg: Good signature from "Mauro Carvalho Chehab <mchehab+huawei@kernel.org>" [ultimate]
gpg:                 aka "Mauro Carvalho Chehab <mchehab@kernel.org>" [ultimate]
gpg:                 aka "Mauro Carvalho Chehab <m.chehab@samsung.com>" [ultimate]
gpg:                 aka "Mauro Carvalho Chehab <mchehab@osg.samsung.com>" [ultimate]
gpg:                 aka "Mauro Carvalho Chehab <mchehab@s-opensource.com>" [ultimate]
gpg:                 aka "Mauro Carvalho Chehab <mchehab+samsung@kernel.org>" [ultimate]
gpg:                 aka "[jpeg image of size 3594]" [ultimate]

Summary: got 1/7 patches with issues, being 0 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0005-media-next-media-vidtv-fix-a-read-from-an-object-aft.patch:

   checkpatch.pl:
	$ cat patches/0005-media-next-media-vidtv-fix-a-read-from-an-object-aft.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:13: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)


Error #512 when building PDF docs
  
pr-tracker-bot@kernel.org Dec. 10, 2020, 7:12 p.m. UTC | #2
The pull request you sent on Thu, 10 Dec 2020 12:18:18 +0100:

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

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

Thank you!