[GIT PULL for v5.16-rc3] media fixes

From: Mauro Carvalho Chehab
Date: Mon Nov 22 2021 - 02:27:53 EST


Hi Linus,

Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v5.16-2

For:

- A fix at VIDIOC_DQEVENT ioctl handling for 32-bit userspace
with a 64-bit Kernel;
- A regression fix at videobuf2 core;
- A fix at CEC core when handling non-block transmit;
- hi846: fix a clang warning.

Regards,
Mauro


The following changes since commit 57c3b9f55ba875a6f6295fa59f0bdc0a01c544f8:

media: venus: core: Add sdm660 DT compatible and resource struct (2021-10-21 14:26:19 +0100)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v5.16-2

for you to fetch changes up to 62456590b84965ad8d633dbd8f8c75fcf1e765d6:

media: hi846: remove the of_match_ptr macro (2021-11-19 05:56:07 +0000)

----------------------------------------------------------------
media fixes for v5.16-rc3

----------------------------------------------------------------
Arnd Bergmann (1):
media: v4l2-core: fix VIDIOC_DQEVENT handling on non-x86

Hans Verkuil (1):
media: cec: copy sequence field for the reply

Hans de Goede (1):
media: videobuf2-dma-sg: Fix buf->vb NULL pointer dereference

Martin Kepplinger (2):
media: hi846: include property.h instead of of_graph.h
media: hi846: remove the of_match_ptr macro

drivers/media/cec/core/cec-adap.c | 1 +
drivers/media/common/videobuf2/videobuf2-dma-sg.c | 2 ++
drivers/media/i2c/hi846.c | 4 +--
drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 41 ++++++++++-------------
4 files changed, 22 insertions(+), 26 deletions(-)