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
README.rst -rw-r--r-- 1.6 KB
functions.sh -rw-r--r-- 2.9 KB
parameters.sh -rw-r--r-- 2.5 KB
pktgen.conf-1-1-ip6 -rwxr-xr-x 1.1 KB
pktgen.conf-1-1-ip6-rdos -rwxr-xr-x 1.2 KB
pktgen.conf-1-2 -rwxr-xr-x 1.3 KB
pktgen_bench_xmit_mode_netif_receive.sh -rwxr-xr-x 2.6 KB
pktgen_bench_xmit_mode_queue_xmit.sh -rwxr-xr-x 1.8 KB
pktgen_sample01_simple.sh -rwxr-xr-x 1.9 KB
pktgen_sample02_multiqueue.sh -rwxr-xr-x 2.2 KB
pktgen_sample03_burst_single_flow.sh -rwxr-xr-x 2.5 KB
pktgen_sample04_many_flows.sh -rwxr-xr-x 2.5 KB
pktgen_sample05_flow_per_thread.sh -rwxr-xr-x 2.2 KB

README.rst

back to top