Revision 963761a0b2e85663ee4a5630f72930885a06598a authored by Sean Young on 24 May 2017, 09:24:51 UTC, committed by Mauro Carvalho Chehab on 04 June 2017, 18:25:38 UTC
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.

Cc: stable@kernel.org
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>
1 parent 20249f8
History
File Mode Size
ext
Kconfig -rw-r--r-- 697 bytes
Makefile -rw-r--r-- 385 bytes
array.c -rw-r--r-- 1.2 KB
hda_bus_type.c -rw-r--r-- 2.1 KB
hdac_bus.c -rw-r--r-- 5.4 KB
hdac_controller.c -rw-r--r-- 15.3 KB
hdac_device.c -rw-r--r-- 26.9 KB
hdac_i915.c -rw-r--r-- 11.8 KB
hdac_regmap.c -rw-r--r-- 13.1 KB
hdac_stream.c -rw-r--r-- 19.3 KB
hdac_sysfs.c -rw-r--r-- 9.9 KB
hdmi_chmap.c -rw-r--r-- 24.2 KB
local.h -rw-r--r-- 791 bytes
trace.c -rw-r--r-- 107 bytes
trace.h -rw-r--r-- 2.1 KB

back to top