All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.14] media: v4l2: compat ioctl fixes
@ 2021-06-14 14:49 Hans Verkuil
  2021-06-14 15:41 ` [GIT PULL FOR v5.14] media: v4l2: compat ioctl fixes (#75067) Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Verkuil @ 2021-06-14 14:49 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Arnd Bergmann

compat ioctl fixes.

Tested with the test-media script for the various configurations, both
on x86_64 and i686.

Regards,

	Hans

The following changes since commit 45040f675041956ad763f9ef139ecee3647aa8bb:

  media: hantro: IMX8M: add variant for G2/HEVC codec (2021-06-08 16:13:53 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.14k

for you to fetch changes up to cc643cc7250b727f05c4546b86257e1650f6bb0b:

  media: subdev: disallow ioctl for saa6588/davinci (2021-06-14 16:42:13 +0200)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Arnd Bergmann (8):
      media: v4l2-core: ignore native time32 ioctls on 64-bit
      media: v4l2-core: explicitly clear ioctl input data
      media: v4l2-core: fix whitespace damage in video_get_user()
      media: subdev: remove VIDIOC_DQEVENT_TIME32 handling
      media: v4l2-core: return -ENODEV from ioctl when not registered
      media: atomisp: remove compat_ioctl32 code
      media: subdev: fix compat_ioctl32
      media: subdev: disallow ioctl for saa6588/davinci

 drivers/media/i2c/adv7842.c                                |    3 +
 drivers/media/i2c/saa6588.c                                |    4 +-
 drivers/media/pci/bt8xx/bttv-driver.c                      |    6 +-
 drivers/media/pci/saa7134/saa7134-video.c                  |    6 +-
 drivers/media/platform/davinci/vpbe_display.c              |    2 +-
 drivers/media/platform/davinci/vpbe_venc.c                 |    6 +-
 drivers/media/radio/si4713/si4713.c                        |    3 +
 drivers/media/v4l2-core/v4l2-compat-ioctl32.c              |    3 +
 drivers/media/v4l2-core/v4l2-ioctl.c                       |   38 +-
 drivers/media/v4l2-core/v4l2-subdev.c                      |   43 +-
 drivers/staging/media/atomisp/Makefile                     |    1 -
 drivers/staging/media/atomisp/TODO                         |    5 +
 drivers/staging/media/atomisp/pci/atomisp_compat_ioctl32.c | 1202 ------------------------------------------
 drivers/staging/media/atomisp/pci/atomisp_fops.c           |    8 +-
 include/media/v4l2-subdev.h                                |    7 +-
 15 files changed, 69 insertions(+), 1268 deletions(-)
 delete mode 100644 drivers/staging/media/atomisp/pci/atomisp_compat_ioctl32.c

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

end of thread, other threads:[~2021-06-14 15:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 14:49 [GIT PULL FOR v5.14] media: v4l2: compat ioctl fixes Hans Verkuil
2021-06-14 15:41 ` [GIT PULL FOR v5.14] media: v4l2: compat ioctl fixes (#75067) Jenkins

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.