summaryrefslogtreecommitdiff
path: root/include/trace/events/huge_memory.h
diff options
context:
space:
mode:
authorEdward Cree <ecree@solarflare.com>2017-02-10 17:34:59 +0000
committerDavid S. Miller <davem@davemloft.net>2017-02-11 21:21:28 -0500
commit90d2ea9f66d3f9f96bc0f41d94b4830c0b2d0a50 (patch)
treeddf3a7d09bde990fe1ae6a8f35aa77259516f06b /include/trace/events/huge_memory.h
parentdfcb7a14866b8c34b2d3a74ae31631e1d4e7f591 (diff)
sfc: fix swapped arguments to efx_ef10_handle_rx_event_errors
Fixes: a0ee35414837 ("sfc: process RX event inner checksum flags") Reported-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Edward Cree <ecree@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/trace/events/huge_memory.h')
0 files changed, 0 insertions, 0 deletions
change after that happens. The original code created the thread at the first instance it was called, but later was changed to destroy the thread after the tracer was finished, and would not be created until the next instance of the tracer was established. The code that initialized the affinity was only called on the initial instantiation of the tracer. After that, it was not initialized, and the previous affinity did not match the current newly created one, making it appear that the user modified the thread's affinity when it did not, and the thread failed to migrate again. Cc: stable@vger.kernel.org Fixes: 0330f7aa8ee6 ("tracing: Have hwlat trace migrate across tracing_cpumask CPUs") Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'tools/testing/selftests/rcutorture/configs/rcu/TREE02')