[PATCHv5,0/3] v4l2-core: improve ioctl validation

Message ID 20190924143528.121869-1-hverkuil-cisco@xs4all.nl (mailing list archive)
Headers
Series v4l2-core: improve ioctl validation |

Message

Hans Verkuil Sept. 24, 2019, 2:35 p.m. UTC
This supersedes https://www.mail-archive.com/linux-media@vger.kernel.org/msg150027.html
based on feedback from Laurent:

https://www.mail-archive.com/linux-media@vger.kernel.org/msg150117.html

and Sakari:

https://www.mail-archive.com/linux-media@vger.kernel.org/msg150129.html

It actually makes the code a bit simpler in places compared to the v4, so
that's a good sign.

In this v5 I now check if a GRABBER device is a video or metadata device
(or both!) by checking device_caps.

Regards,

	Hans

Hans Verkuil (2):
  v4l2-dev: simplify the SDR checks
  v4l2-dev: fix is_tch checks

Vandana BN (1):
  v4l2-core: correctly validate video and metadata ioctls

 drivers/media/v4l2-core/v4l2-dev.c   | 104 ++++++++++++++++-----------
 drivers/media/v4l2-core/v4l2-ioctl.c |  16 ++++-
 2 files changed, 75 insertions(+), 45 deletions(-)