All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL for v6.6-rc3] media fixes
@ 2023-09-20 18:09 Mauro Carvalho Chehab
  2023-09-20 18:12 ` [GIT PULL for v6.6-rc3] media fixes (#94931) Jenkins
  2023-09-20 19:31 ` [GIT PULL for v6.6-rc3] media fixes pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2023-09-20 18:09 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/v6.6-2

For:
  - driver fixes due to incorrect fwnode_handle_put() call
  - bt8xx: bttv_risc_packed(): remove field checks
  - vb2: frame_vector.c: replace WARN_ONCE with a comment
  - imx219: a couple typo fixes and perform a full mode set unconditionally
  - uvcvideo: Fix OOB read
  - some dependency fixes

Thanks!
Mauro

---

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 263cb0cc5abac7c22a6c0dfa7e50e89d8e6c6900:

  media: imx-mipi-csis: Remove an incorrect fwnode_handle_put() call (2023-09-19 09:03:21 +0200)

----------------------------------------------------------------
Linux media updates for v6.6-rc3

----------------------------------------------------------------
Christophe JAILLET (3):
      media: i2c: max9286: Remove an incorrect fwnode_handle_put() call
      media: i2c: rdacm21: Remove an incorrect fwnode_handle_put() call
      media: imx-mipi-csis: Remove an incorrect fwnode_handle_put() call

Hans Verkuil (2):
      media: bt8xx: bttv_risc_packed(): remove field checks
      media: vb2: frame_vector.c: replace WARN_ONCE with a comment

Laurent Pinchart (3):
      media: i2c: imx219: Fix a typo referring to a wrong variable
      media: i2c: imx219: Fix crop rectangle setting when changing format
      media: i2c: imx219: Perform a full mode set unconditionally

Ricardo Ribalda (1):
      media: uvcvideo: Fix OOB read

Sakari Ailus (4):
      media: pci: ivsc: Select build dependencies
      media: v4l: Use correct dependency for camera sensor drivers
      media: via: Use correct dependency for camera sensor drivers
      media: ivsc: Depend on VIDEO_DEV

 drivers/media/common/videobuf2/frame_vector.c |  6 ++++--
 drivers/media/i2c/imx219.c                    | 13 +++++++------
 drivers/media/i2c/max9286.c                   |  1 -
 drivers/media/i2c/rdacm21.c                   |  1 -
 drivers/media/pci/bt8xx/bttv-risc.c           |  4 +---
 drivers/media/pci/intel/ivsc/Kconfig          |  5 ++++-
 drivers/media/platform/marvell/Kconfig        |  4 ++--
 drivers/media/platform/nxp/imx-mipi-csis.c    |  2 --
 drivers/media/platform/via/Kconfig            |  2 +-
 drivers/media/usb/em28xx/Kconfig              |  4 ++--
 drivers/media/usb/go7007/Kconfig              |  2 +-
 drivers/media/usb/uvc/uvc_ctrl.c              |  3 +++
 12 files changed, 25 insertions(+), 22 deletions(-)


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

* Re: [GIT PULL for v6.6-rc3] media fixes (#94931)
  2023-09-20 18:09 [GIT PULL for v6.6-rc3] media fixes Mauro Carvalho Chehab
@ 2023-09-20 18:12 ` Jenkins
  2023-09-20 19:31 ` [GIT PULL for v6.6-rc3] media fixes pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Jenkins @ 2023-09-20 18:12 UTC (permalink / raw)
  To: mchehab, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20230920200902.72ee092c@sal.lan/
Build log: https://builder.linuxtv.org/job/patchwork/341379/
Build time: 00:00:00
Link: https://lore.kernel.org/linux-media/20230920200902.72ee092c@sal.lan

gpg: Signature made Wed 20 Sep 2023 06:02:06 PM UTC
gpg:                using RSA key F909AE68FC11DF09C1755C00085F3EBD8EE4E115
gpg:                issuer "mchehab@kernel.org"
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]


Build aborted due to a fatal error:
FAILED: patch patch patches/0001-media-pci-ivsc-Select-build-dependencies.patch doesn't apply:
Applying patch patches/0001-media-pci-ivsc-Select-build-dependencies.patch
patching file drivers/media/pci/intel/ivsc/Kconfig
Hunk #1 FAILED at 4.
1 out of 1 hunk FAILED -- rejects in file drivers/media/pci/intel/ivsc/Kconfig
Patch patches/0001-media-pci-ivsc-Select-build-dependencies.patch does not apply (enforce with -f)


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

* Re: [GIT PULL for v6.6-rc3] media fixes
  2023-09-20 18:09 [GIT PULL for v6.6-rc3] media fixes Mauro Carvalho Chehab
  2023-09-20 18:12 ` [GIT PULL for v6.6-rc3] media fixes (#94931) Jenkins
@ 2023-09-20 19:31 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2023-09-20 19:31 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 Wed, 20 Sep 2023 20:09:02 +0200:

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

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

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:[~2023-09-20 19:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-20 18:09 [GIT PULL for v6.6-rc3] media fixes Mauro Carvalho Chehab
2023-09-20 18:12 ` [GIT PULL for v6.6-rc3] media fixes (#94931) Jenkins
2023-09-20 19:31 ` [GIT PULL for v6.6-rc3] media fixes pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.