]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
refresh patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 28 Oct 2012 18:08:30 +0000 (11:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 28 Oct 2012 18:08:30 +0000 (11:08 -0700)
queue-3.6/usb-option-fix-interface-data-memory-leak-in-error-path.patch
queue-3.6/usb-usb-wwan-fix-multiple-memory-leaks-in-error-paths.patch
queue-3.6/xhci-endianness-xhci_calculate_intel_u2_timeout.patch
queue-3.6/xhci-fix-integer-overflow.patch

index 9b947776ca9bf4ff2666a1e6bb29196726c1d85a..7d1305a332715987724c83cc6c82a0624a1beb84 100644 (file)
@@ -30,7 +30,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  static void option_release(struct usb_serial *serial);
  static int option_send_setup(struct usb_serial_port *port);
  static void option_instat_callback(struct urb *urb);
-@@ -1244,6 +1245,7 @@ static struct usb_serial_driver option_1
+@@ -1288,6 +1289,7 @@ static struct usb_serial_driver option_1
        .tiocmget          = usb_wwan_tiocmget,
        .tiocmset          = usb_wwan_tiocmset,
        .ioctl             = usb_wwan_ioctl,
@@ -38,7 +38,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        .release           = option_release,
        .port_probe        = usb_wwan_port_probe,
        .port_remove       = usb_wwan_port_remove,
-@@ -1293,8 +1295,6 @@ static bool is_blacklisted(const u8 ifnu
+@@ -1337,8 +1339,6 @@ static bool is_blacklisted(const u8 ifnu
  static int option_probe(struct usb_serial *serial,
                        const struct usb_device_id *id)
  {
@@ -47,7 +47,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        struct usb_interface_descriptor *iface_desc =
                                &serial->interface->cur_altsetting->desc;
        struct usb_device_descriptor *dev_desc = &serial->dev->descriptor;
-@@ -1332,6 +1332,19 @@ static int option_probe(struct usb_seria
+@@ -1376,6 +1376,19 @@ static int option_probe(struct usb_seria
                iface_desc->bInterfaceClass != USB_CLASS_CDC_DATA)
                return -ENODEV;
  
@@ -67,7 +67,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        data = kzalloc(sizeof(struct usb_wwan_intf_private), GFP_KERNEL);
        if (!data)
                return -ENOMEM;
-@@ -1342,6 +1355,10 @@ static int option_probe(struct usb_seria
+@@ -1386,6 +1399,10 @@ static int option_probe(struct usb_seria
                return -ENOMEM;
        }
  
index 6b67f3e48b1d17b5e5a9861fdd5d5e3daa798e74..c450f0eac17a780c715ddd1a613df37461f31e65 100644 (file)
@@ -47,7 +47,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        .write =                usb_wwan_write,
 --- a/drivers/usb/serial/option.c
 +++ b/drivers/usb/serial/option.c
-@@ -1244,8 +1244,8 @@ static struct usb_serial_driver option_1
+@@ -1288,8 +1288,8 @@ static struct usb_serial_driver option_1
        .tiocmget          = usb_wwan_tiocmget,
        .tiocmset          = usb_wwan_tiocmset,
        .ioctl             = usb_wwan_ioctl,
index 92fd86ae9672385b4f4815ea24d55de04ebd965f..40ad6a93ca5e8859f2285f17467d206aa1c9a6cf 100644 (file)
@@ -23,7 +23,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 --- a/drivers/usb/host/xhci.c
 +++ b/drivers/usb/host/xhci.c
-@@ -4140,7 +4140,7 @@ static u16 xhci_calculate_intel_u2_timeo
+@@ -4141,7 +4141,7 @@ static u16 xhci_calculate_intel_u2_timeo
                        (xhci_service_interval_to_ns(desc) > timeout_ns))
                timeout_ns = xhci_service_interval_to_ns(desc);
  
index 1d0bda5e6d4a29723f1d70af8c4d21166e030620..d8757f5912a6b1e20a4d8b0493696966093209f3 100644 (file)
@@ -25,7 +25,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 --- a/drivers/usb/host/xhci.c
 +++ b/drivers/usb/host/xhci.c
-@@ -4019,7 +4019,7 @@ int xhci_update_device(struct usb_hcd *h
+@@ -4020,7 +4020,7 @@ int xhci_update_device(struct usb_hcd *h
  static unsigned long long xhci_service_interval_to_ns(
                struct usb_endpoint_descriptor *desc)
  {