summaryrefslogtreecommitdiff
path: root/dissector.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-11 10:57:53 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-11 10:57:53 +0200
commit3d3d856c919fd6a1972256bfb2f26430adffce1c (patch)
tree69b965499ae661e2e4ff86b2d8370e7543362919 /dissector.c
parent17144ba9391419c59c4caeca9989d660c1035df4 (diff)
curvetun_mgmt: consolidate the two mgmt include files into one
Consolidate the two mgmt include files into one. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'dissector.c')
0 files changed, 0 insertions, 0 deletions
to a single CPU and will move to the next CPU after each period of running. If the user modifies the migration thread's affinity, it will not 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 'net/caif/cfserl.c')