Merge tag 'media/v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Pull media fixes from Mauro Carvalho Chehab: - a compilation fix issue with ti-vpe on arm 32 bits - two Kconfig fixes for imx214 and max9286 drivers - a kernel information leak at v4l2-core on time32 compat ioctls - some fixes at rc core unbind logic - a fix at mceusb driver for it to not use GFP_ATOMIC - fixes at cedrus and vicodec drivers at the control handling logic - a fix at gpio-ir-tx to avoid disabling interruts on a spinlock * tag 'media/v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: media: mceusb: Avoid GFP_ATOMIC where it is not needed media: gpio-ir-tx: spinlock is not needed to disable interrupts media: rc: do not access device via sysfs after rc_unregister_device() media: rc: uevent sysfs file races with rc_unregister_device() media: max9286: Depend on OF_GPIO media: i2c: imx214: select V4L2_FWNODE media: cedrus: Add missing v4l2_ctrl_request_hdl_put() media: vicodec: add missing v4l2_ctrl_request_hdl_put() media: media/v4l2-core: Fix kernel-infoleak in video_put_user() media: ti-vpe: cal: Fix compilation on 32-bit ARM
No related branches found
No related tags found
Showing
- drivers/media/i2c/Kconfig 2 additions, 2 deletionsdrivers/media/i2c/Kconfig
- drivers/media/platform/ti-vpe/cal.h 1 addition, 1 deletiondrivers/media/platform/ti-vpe/cal.h
- drivers/media/rc/gpio-ir-tx.c 5 additions, 11 deletionsdrivers/media/rc/gpio-ir-tx.c
- drivers/media/rc/mceusb.c 1 addition, 1 deletiondrivers/media/rc/mceusb.c
- drivers/media/rc/rc-main.c 28 additions, 16 deletionsdrivers/media/rc/rc-main.c
- drivers/media/test-drivers/vicodec/vicodec-core.c 1 addition, 0 deletionsdrivers/media/test-drivers/vicodec/vicodec-core.c
- drivers/media/v4l2-core/v4l2-ioctl.c 27 additions, 23 deletionsdrivers/media/v4l2-core/v4l2-ioctl.c
- drivers/staging/media/sunxi/cedrus/cedrus.c 6 additions, 1 deletiondrivers/staging/media/sunxi/cedrus/cedrus.c
Loading
Please register or sign in to comment