lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 22 Jan 2008 20:18:32 +0100
From:	"Wilco Beekhuizen" <wilcobeekhuizen@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH] Missing usb_find_device symbol from usb.c

2.6.24-rc8 (possibly lower rc's too) has usb_find_device removed from
usb.c. This causes problems when compiling modules that need
usb_find_device.
This patch puts the symbol back in place. Unless someone has a good
reason not to include usb_find_device?

--- linux-2.6.24-rc8/drivers/usb/core/usb.c.bak 2008-01-22
20:12:37.000000000 +0100
+++ linux-2.6.24-rc8/drivers/usb/core/usb.c     2008-01-22
20:12:52.000000000 +0100
@@ -1007,6 +1007,7 @@

 EXPORT_SYMBOL(__usb_get_extra_descriptor);

+EXPORT_SYMBOL(usb_find_device);
 EXPORT_SYMBOL(usb_get_current_frame_number);

 EXPORT_SYMBOL(usb_buffer_alloc);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ