linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL for v5.10] media fixes
@ 2020-12-10 11:18 Mauro Carvalho Chehab
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2020-12-10 11:18 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Greg Kroah-Hartman, Andrew Morton, Linux Media Mailing List,
	Linux Kernel Mailing List

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(-)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL for v5.10] media fixes (#69927)
  2020-12-10 11:18 [GIT PULL for v5.10] media fixes Mauro Carvalho Chehab
@ 2020-12-10 11:36 ` Jenkins
  2020-12-10 19:12 ` [GIT PULL for v5.10] media fixes pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Jenkins @ 2020-12-10 11:36 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL for v5.10] media fixes
  2020-12-10 11:18 [GIT PULL for v5.10] media fixes Mauro Carvalho Chehab
  2020-12-10 11:36 ` [GIT PULL for v5.10] media fixes (#69927) Jenkins
@ 2020-12-10 19:12 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2020-12-10 19:12 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linus Torvalds, Greg Kroah-Hartman, Andrew Morton,
	Linux Media Mailing List, Linux Kernel Mailing List

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-10 19:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-10 11:18 [GIT PULL for v5.10] media fixes Mauro Carvalho Chehab
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

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).