linux-kernel-test/drivers/staging/usbip
Bart Westgeest 737912e11b staging: usbip: fix to prevent potentially using uninitialized spinlock
The stub_probe function can be called as soon as the stub_driver is
registered. This can lead to the busid_table_lock being used before it
is initialized. Moved calling the init_busid_table function (which
initalizes this spinlock) to be called earlier in the init function to
prevent this from happening.

Signed-off-by: Bart Westgeest <bart@elbrys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-02-08 14:14:15 -08:00
..
userspace
Kconfig
Makefile
README
stub_dev.c staging: usbip: removed unused definitions from header 2011-12-22 13:40:03 -08:00
stub_main.c staging: usbip: fix to prevent potentially using uninitialized spinlock 2012-02-08 14:14:15 -08:00
stub_rx.c staging: usbip: removed dead code from receive function 2011-12-22 13:40:03 -08:00
stub_tx.c
stub.h
usbip_common.c staging: usbip: removed dead code from receive function 2011-12-22 13:40:03 -08:00
usbip_common.h staging: usbip: removed unused definitions from header 2011-12-22 13:40:03 -08:00
usbip_event.c
usbip_protocol.txt
vhci_hcd.c
vhci_rx.c staging: usbip: removed dead code from receive function 2011-12-22 13:40:03 -08:00
vhci_sysfs.c
vhci_tx.c
vhci.h

TODO:
	- more discussion about the protocol
	- testing
	- review of the userspace interface
	- document the protocol

Please send patches for this code to Greg Kroah-Hartman <greg@kroah.com>