All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Hans Verkuil <hans@jjverkuil.nl>,
	Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: linux-media@vger.kernel.org,
	chenchangcheng <chenchangcheng@kylinos.cn>,
	Ricardo Ribalda <ribalda@chromium.org>,
	Youngjun Lee <yjjuny.lee@samsung.com>,
	Hans de Goede <hansg@kernel.org>
Subject: [GIT PULL FOR v6.17] uvcvideo improvements
Date: Sun, 15 Jun 2025 23:38:23 +0300	[thread overview]
Message-ID: <20250615203823.GA32454@pendragon.ideasonboard.com> (raw)

The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

  Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

  https://gitlab.freedesktop.org/linux-media/users/uvc.git tags/next-media-uvc-20250615

for you to fetch changes up to 1fa3e1b57448e056305210a51ec6981e186cfc8f:

  media: uvcvideo: Fix 1-byte out-of-bounds read in uvc_parse_format() (2025-06-15 23:04:04 +0300)

----------------------------------------------------------------
Improvements to the uvcvideo driver:

- Fix bandwidth issue with buggy devices
- Add quirks for new device
- Fix out-of-bounds read
- Miscellaneous refactoring and cleanup

----------------------------------------------------------------
Ricardo Ribalda (6):
      media: uvcvideo: Set V4L2_CTRL_FLAG_DISABLED during queryctrl errors
      media: uvcvideo: Populate all errors in uvc_probe()
      media: uvcvideo: Refactor uvc_ctrl_set_handle()
      media: uvcvideo: Refactor uvc_queue_streamon
      media: uvcvideo: Refactor uvc_v4l2_compat_ioctl32
      media: uvcvideo: Add quirk for HP Webcam HD 2300

Youngjun Lee (1):
      media: uvcvideo: Fix 1-byte out-of-bounds read in uvc_parse_format()

chenchangcheng (1):
      media: uvcvideo: Fix bandwidth issue for Alcor camera

 drivers/media/usb/uvc/uvc_ctrl.c   | 123 ++++++++++++++++++++++++-------------
 drivers/media/usb/uvc/uvc_driver.c |  30 +++++----
 drivers/media/usb/uvc/uvc_v4l2.c   |  29 +++++----
 drivers/media/usb/uvc/uvc_video.c  |   9 +++
 drivers/media/usb/uvc/uvcvideo.h   |   2 +
 5 files changed, 125 insertions(+), 68 deletions(-)

-- 
Regards,

Laurent Pinchart

             reply	other threads:[~2025-06-15 20:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-15 20:38 Laurent Pinchart [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-11 15:24 [GIT PULL FOR v6.17] uvcvideo improvements Hans de Goede

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=20250615203823.GA32454@pendragon.ideasonboard.com \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=chenchangcheng@kylinos.cn \
    --cc=hans@jjverkuil.nl \
    --cc=hansg@kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=ribalda@chromium.org \
    --cc=yjjuny.lee@samsung.com \
    /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 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.