Linux v3.16.6

This commit is contained in:
Justin M. Forbes 2014-10-15 07:40:52 -05:00
parent fd419ac0ab
commit 85cc13a687
3 changed files with 9 additions and 6 deletions

View File

@ -25,7 +25,7 @@ diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
index 50e854509f55..8f9d142aaf4a 100644
--- a/drivers/usb/core/hub.c
+++ b/drivers/usb/core/hub.c
@@ -4522,6 +4522,9 @@ check_highspeed (struct usb_hub *hub, struct usb_device *udev, int port1)
@@ -4524,6 +4524,9 @@ check_highspeed (struct usb_hub *hub, struct usb_device *udev, int port1)
struct usb_qualifier_descriptor *qual;
int status;
@ -39,9 +39,9 @@ diff --git a/include/linux/usb/quirks.h b/include/linux/usb/quirks.h
index 52f944dfe2fd..4681e0fb1fac 100644
--- a/include/linux/usb/quirks.h
+++ b/include/linux/usb/quirks.h
@@ -30,4 +30,7 @@
descriptor */
#define USB_QUIRK_DELAY_INIT 0x00000040
@@ -33,4 +33,7 @@
/* device generates spurious wakeup, ignore remote wakeup capability */
#define USB_QUIRK_IGNORE_REMOTE_WAKEUP 0x00000200
+/* device can't handle device_qualifier descriptor requests */
+#define USB_QUIRK_DEVICE_QUALIFIER 0x00000100

View File

@ -74,7 +74,7 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
%define stable_update 5
%define stable_update 6
# Is it a -stable RC?
%define stable_rc 0
# Set rpm version accordingly
@ -2258,6 +2258,9 @@ fi
# ||----w |
# || ||
%changelog
* Wed Oct 15 2014 Justin M. Forbes <jforbes@fedoraproject.org> - 3.16.6-200
- Linux v3.16.6
* Mon Oct 13 2014 Josh Boyer <jwboyer@fedoraproject.org>
- CVE-2014-7975 fs: umount DoS (rhbz 1151108 1152025)

View File

@ -1,3 +1,3 @@
5c569ed649a0c9711879f333e90c5386 linux-3.16.tar.xz
49868ce6467b35cd9ffea1120d129462 perf-man-3.16.tar.gz
e0f930caadf77bf95ea4c9569dfbfaed patch-3.16.5.xz
c83d2b26c8282e91b227f6810beb332e patch-3.16.6.xz