summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-03-16 17:59:35 +0100
committerDaniel Borkmann <dborkman@redhat.com>2013-03-16 17:59:35 +0100
commit4262e95c1c0a09c7f98ea6623d364bfda41e8bec (patch)
tree64309f7b022b5ed7e730d35589a221c6b336f026 /.gitignore
parent7a3b0f2226f7ad5f5ba20bcab5ef0f5c2b75e17d (diff)
ring: don't care if we cannot active hw timestamping
Hw timestaming is currently done, if we have the header file from the kernel available. If it fails, we currently bail out, which is bullshit. Just returning is enough, since some users might have the header available, but not a NIC supporting hw timestaming. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
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 'include/drm/drm_pciids.h')