.TH USBIP "8" "February 2009" "usbip" "System Administration Utilities" .SH NAME usbipd \- USB/IP server daemon .SH SYNOPSIS .B usbipd [\fIoptions\fR] .SH DESCRIPTION .B usbipd provides USB/IP clients access to exported USB devices. Devices have to explicitly be exported using .B usbip bind before usbipd makes them available to other hosts. The daemon accepts connections from USB/IP clients on TCP port 3240 by default. .SH OPTIONS .HP \fB\-4\fR, \fB\-\-ipv4\fR .IP Bind to IPv4. Default is both. .PP .HP \fB\-6\fR, \fB\-\-ipv6\fR .IP Bind to IPv6. Default is both. .PP .HP \fB\-D\fR, \fB\-\-daemon\fR .IP Run as a daemon process. .PP .HP \fB\-d\fR, \fB\-\-debug\fR .IP Print debugging information. .PP .HP \fB\-PFILE\fR, \fB\-\-pid FILE\fR .IP Write process id to FILE. .br If no FILE specified, use /var/run/usbipd.pid .PP \fB\-tPORT\fR, \fB\-\-tcp\-port PORT\fR .IP Listen on TCP/IP port PORT. .PP \fB\-h\fR, \fB\-\-help\fR .IP Print the program help message and exit. .PP .HP \fB\-v\fR, \fB\-\-version\fR .IP Show version. .PP .SH LIMITATIONS .B usbipd offers no authentication or authorization for USB/IP. Any USB/IP client can connect and use exported devices. .SH EXAMPLES server:# modprobe usbip server:# usbipd -D - Start usbip daemon. server:# usbip list --local - List driver assignments for usb devices. server:# usbip bind --busid=1-2 - Bind usbip-host.ko to the device of busid 1-2. - A usb device 1-2 is now exportable to other hosts! - Use 'usbip unbind --busid=1-2' when you want to shutdown exporting and use the device locally. .SH "SEE ALSO" \fBusbip\fP\fB(8)\fB\fP c7289526eed96541a0654'>refslogtreecommitdiff
path: root/include/trace/events/compaction.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2017-01-30 11:26:38 +0100
committerJiri Kosina <jkosina@suse.cz>2017-01-31 12:59:32 +0100
commit7a7b5df84b6b4e5d599c7289526eed96541a0654 (patch)
treecf7514c7ddf4410fe37ca9099a2785e1cf08fa7d /include/trace/events/compaction.h
parent877a021e08ccb6434718c0cc781fdf943c884cc0 (diff)
HID: cp2112: fix sleep-while-atomic
A recent commit fixing DMA-buffers on stack added a shared transfer buffer protected by a spinlock. This is broken as the USB HID request callbacks can sleep. Fix this up by replacing the spinlock with a mutex. Fixes: 1ffb3c40ffb5 ("HID: cp2112: make transfer buffers DMA capable") Cc: stable <stable@vger.kernel.org> # 4.9 Signed-off-by: Johan Hovold <johan@kernel.org> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/trace/events/compaction.h')