linux-stable/drivers/media
Hans Verkuil 83ff4f644d media: rc: compile rc-cec.c into rc-core
commit f09f9f93af upstream.

The rc-cec keymap is unusual in that it can't be built as a module,
instead it is registered directly in rc-main.c if CONFIG_MEDIA_CEC_RC
is set. This is because it can be called from drm_dp_cec_set_edid() via
cec_register_adapter() in an asynchronous context, and it is not
allowed to use request_module() to load rc-cec.ko in that case. Trying to
do so results in a 'WARN_ON_ONCE(wait && current_is_async())'.

Since this keymap is only used if CONFIG_MEDIA_CEC_RC is set, we
just compile this keymap into the rc-core module and never as a
separate module.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Fixes: 2c6d1fffa1 (drm: add support for DisplayPort CEC-Tunneling-over-AUX)
Reported-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-03-17 17:06:20 +01:00
..
cec media: cec: add stm32 driver 2021-02-03 23:28:37 +01:00
common media: Revert "media: videobuf2: Fix length check for single plane dmabuf queueing" 2021-01-30 13:55:17 +01:00
dvb-core
dvb-frontends
firewire
i2c media: i2c: max9286: fix access to unallocated memory 2021-03-04 11:38:33 +01:00
mc
mmc
pci media: cx23885: add more quirks for reset DMA on some AMD IOMMU 2021-03-11 14:17:24 +01:00
platform media: v4l: vsp1: Fix bru null pointer access 2021-03-17 17:06:20 +01:00
radio
rc media: rc: compile rc-cec.c into rc-core 2021-03-17 17:06:20 +01:00
spi
test-drivers media: vidtv: psi: fix missing crc for PMT 2021-03-04 11:37:43 +01:00
tuners media: qm1d1c0042: fix error return code in qm1d1c0042_init() 2021-03-04 11:37:43 +01:00
usb media: usbtv: Fix deadlock on suspend 2021-03-17 17:06:20 +01:00
v4l2-core media: v4l: ioctl: Fix memory leak in video_usercopy 2021-03-07 12:34:16 +01:00
Kconfig
Makefile