summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJon Schipp <jonschipp@gmail.com>2014-07-29 21:23:05 +0000
committerTobias Klauser <tklauser@distanz.ch>2014-08-04 10:35:13 +0200
commiteb9d3eeea59be2618598ada24a1f24deaae57c3d (patch)
tree58be2a30831b5b13bc109c3b529f3ef3c6fdde03 /proto.h
parent29a7c9ee6fd3c353282150c6a8039473d69a7d44 (diff)
man: mausezahn: document rest of available config file options
This documents two more configuration file options that can be used. One, automops, is in the development phase (not compiled by default), and the other one, management-only, is usable. It prevents a user from using a network interface to pass data traffic with the intention that the interface is used for machine managment (remote control). $ cat /etc/netsniff-ng/mausezahn.conf user = mzadmin password = better-password management-only = eth0 automops = /path/to/an/automops-file.xml Signed-off-by: Jon Schipp <jonschipp@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'proto.h')
0 files changed, 0 insertions, 0 deletions
fter 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/usbip/Makefile')