android_kernel_oneplus_msm8998/drivers/usb/usbip
Shuah Khan 04e7c734e3 usbip: prevent leaking socket pointer address in messages
commit 90120d15f4c397272aaf41077960a157fc4212bf upstream.

usbip driver is leaking socket pointer address in messages. Remove
the messages that aren't useful and print sockfd in the ones that
are useful for debugging.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-01-31 12:06:12 +01:00
..
Kconfig
Makefile
README
stub.h
stub_dev.c usbip: prevent leaking socket pointer address in messages 2018-01-31 12:06:12 +01:00
stub_main.c usbip: stub: stop printing kernel pointer addresses in messages 2018-01-02 20:33:26 +01:00
stub_rx.c usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious input 2018-01-31 12:06:12 +01:00
stub_tx.c usbip: stub: stop printing kernel pointer addresses in messages 2018-01-02 20:33:26 +01:00
usbip_common.c usbip: prevent leaking socket pointer address in messages 2018-01-31 12:06:12 +01:00
usbip_common.h usbip: prevent vhci_hcd driver from leaking a socket pointer address 2018-01-31 12:06:07 +01:00
usbip_event.c usb: usbip: Fix possible deadlocks reported by lockdep 2018-01-31 12:06:11 +01:00
usbip_protocol.txt
vhci.h
vhci_hcd.c usbip: prevent leaking socket pointer address in messages 2018-01-31 12:06:12 +01:00
vhci_rx.c usb: usbip: Fix possible deadlocks reported by lockdep 2018-01-31 12:06:11 +01:00
vhci_sysfs.c usb: usbip: Fix possible deadlocks reported by lockdep 2018-01-31 12:06:11 +01:00
vhci_tx.c usb: usbip: Fix possible deadlocks reported by lockdep 2018-01-31 12:06:11 +01:00

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>