summaryrefslogtreecommitdiff
path: root/ct_usermgmt.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-05-27 11:17:06 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-05-27 11:17:06 +0200
commite29522d56811b780fa9a8244dcbbd38f77274aa4 (patch)
tree6a9109beb0c8d5d759f9b112518955a59b863a88 /ct_usermgmt.c
parentd6355aa7002d8d3a449196da3d25cc3f85c7680f (diff)
man: mausezahn: initial formatting and fixups
Format larger text sections into subsections, include .PPs and other fixups. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'ct_usermgmt.c')
0 files changed, 0 insertions, 0 deletions
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 'include/asm-generic')