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
Kconfig -rw-r--r-- 4.6 KB
Makefile -rw-r--r-- 259 bytes
cache.c -rw-r--r-- 9.2 KB
dir.c -rw-r--r-- 34.8 KB
fat.h -rw-r--r-- 14.1 KB
fatent.c -rw-r--r-- 16.5 KB
file.c -rw-r--r-- 13.1 KB
inode.c -rw-r--r-- 50.3 KB
misc.c -rw-r--r-- 7.5 KB
namei_msdos.c -rw-r--r-- 16.7 KB
namei_vfat.c -rw-r--r-- 25.8 KB
nfs.c -rw-r--r-- 7.8 KB

back to top