summaryrefslogtreecommitdiff
path: root/proto_ipv6_no_nxt_hdr.c
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2015-07-06 12:16:14 +0300
committerDaniel Borkmann <daniel@iogearbox.net>2015-07-13 10:42:32 +0200
commit3beaa23d4d33b51a392b56f110c8773151ac19cc (patch)
tree2f5789a584acdde540be3a7cebac59b88bfdfa12 /proto_ipv6_no_nxt_hdr.c
parent49be1bd2f5f5c712e6828f659d4fbb9e27543391 (diff)
flowtop: Fix hanging while waiting for collector
Fixed issue when flowtop hangs be cause of wrong using pthread cond lockiing, so the lock should be locked first by calling thread before call to pthread_cond_wait. Fixes: 451275470106 ("flowtop: Don't init screen until collector is ready") Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'proto_ipv6_no_nxt_hdr.c')
0 files changed, 0 insertions, 0 deletions
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 'drivers/usb/host/sl811.h')