Files
linux/drivers/media/rc
Sean Young d31fff8cbc rc-core: race condition during ir_raw_event_register()
commit 963761a0b2 upstream.

A rc device can call ir_raw_event_handle() after rc_allocate_device(),
but before rc_register_device() has completed. This is racey because
rcdev->raw is set before rcdev->raw->thread has a valid value.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-06-14 15:07:44 +02:00
..
2017-01-30 14:25:04 -02:00
2017-05-25 15:46:19 +02:00