refresh patches against -rc4
authorImre Kaloz <kaloz@openwrt.org>
Mon, 25 Mar 2013 13:53:48 +0000 (13:53 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Mon, 25 Mar 2013 13:53:48 +0000 (13:53 +0000)
SVN-Revision: 36127

target/linux/generic/patches-3.9/060-hso_devices.patch
target/linux/generic/patches-3.9/100-overlayfs.patch
target/linux/generic/patches-3.9/102-ehci_hcd_ignore_oc.patch
target/linux/generic/patches-3.9/203-kallsyms_uncompressed.patch
target/linux/generic/patches-3.9/450-mtd_plat_nand_chip_fixup.patch
target/linux/generic/patches-3.9/640-bridge_no_eap_forward.patch
target/linux/generic/patches-3.9/644-bridge_optimize_netfilter_hooks.patch
target/linux/generic/patches-3.9/655-increase_skb_pad.patch
target/linux/generic/patches-3.9/721-phy_packets.patch
target/linux/generic/patches-3.9/930-crashlog.patch

index 0080bd58b7b3c590098164f9a274f526013c213a..9354ed5d627be6191e59e4b7966cd58e8d1b1bc9 100644 (file)
@@ -15,7 +15,7 @@
        {USB_DEVICE(0x0af0, 0xd155)},
 --- a/drivers/usb/storage/unusual_devs.h
 +++ b/drivers/usb/storage/unusual_devs.h
-@@ -1237,6 +1237,18 @@ UNUSUAL_DEV( 0x0af0, 0x8304, 0x0000, 0x0
+@@ -1252,6 +1252,18 @@ UNUSUAL_DEV( 0x0af0, 0x8304, 0x0000, 0x0
                USB_SC_DEVICE, USB_PR_DEVICE, NULL,
                0 ),
  
index 2931e04c4607e02960a9a92f2887c4b63f032ed4..a4bb686e9bc5dceb1a4e85878d92a88ef7582670 100644 (file)
          will be called when part or all of the page is to be removed
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -5872,6 +5872,13 @@ F:      drivers/scsi/osd/
+@@ -5905,6 +5905,13 @@ F:      drivers/scsi/osd/
  F:    include/scsi/osd_*
  F:    fs/exofs/
  
index b133dd6721fab25bf4ac8a9ffc923fb01fef50f6..ee4e857af49a49fdb5f70f0da338b7bee55dabd5 100644 (file)
@@ -20,7 +20,7 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
 
 --- a/drivers/usb/host/ehci-hcd.c
 +++ b/drivers/usb/host/ehci-hcd.c
-@@ -630,7 +630,7 @@ static int ehci_run (struct usb_hcd *hcd
+@@ -631,7 +631,7 @@ static int ehci_run (struct usb_hcd *hcd
                "USB %x.%x started, EHCI %x.%02x%s\n",
                ((ehci->sbrn & 0xf0)>>4), (ehci->sbrn & 0x0f),
                temp >> 8, temp & 0xff,
index 0367101746d09756aecd5a6c4c2b5e03b22da58f..3feca4ffe3210d049034b2e4173729e5063bedb6 100644 (file)
@@ -51,7 +51,7 @@
        } else if (argc != 1)
 --- a/init/Kconfig
 +++ b/init/Kconfig
-@@ -1263,6 +1263,17 @@ config KALLSYMS_ALL
+@@ -1259,6 +1259,17 @@ config KALLSYMS_ALL
  
           Say N unless you really need all symbols.
  
index f1783d0de3b0aa84006ea3d10f389ffb9cc0c9a6..c82c1762718f6fa0fff8c33293607ca07e9022ac 100644 (file)
@@ -5,7 +5,7 @@
 
 --- a/include/linux/mtd/nand.h
 +++ b/include/linux/mtd/nand.h
-@@ -647,6 +647,7 @@ struct platform_nand_chip {
+@@ -654,6 +654,7 @@ struct platform_nand_chip {
        unsigned int options;
        unsigned int bbt_options;
        const char **part_probe_types;
index 5f075c31d87526fc6340d49b1a2c6e8fc93e61e9..50e35c0f410edac599d0a05f9eca1ffa182c96ad 100644 (file)
@@ -12,4 +12,4 @@
 +      } else if (is_broadcast_ether_addr(dest))
                skb2 = skb;
        else if (is_multicast_ether_addr(dest)) {
-               mdst = br_mdb_get(br, skb);
+               mdst = br_mdb_get(br, skb, vid);
index 177715829a0ab90090d752e37db3308ab5b89486..45114c8ef4549d6e6dea53d71b59b3d40c1fa80b 100644 (file)
@@ -58,7 +58,7 @@
        default:
 --- a/net/bridge/br_multicast.c
 +++ b/net/bridge/br_multicast.c
-@@ -781,7 +781,7 @@ static void __br_multicast_send_query(st
+@@ -782,7 +782,7 @@ static void __br_multicast_send_query(st
        if (port) {
                __skb_push(skb, sizeof(struct ethhdr));
                skb->dev = port->dev;
index 66be04f06c5d91e12999b4008fd07b39d1c0757a..6d0d3df8413982eaaf80651cffbf651b656bc813 100644 (file)
@@ -1,6 +1,6 @@
 --- a/include/linux/skbuff.h
 +++ b/include/linux/skbuff.h
-@@ -1751,7 +1751,7 @@ static inline int pskb_network_may_pull(
+@@ -1756,7 +1756,7 @@ static inline int pskb_network_may_pull(
   * NET_IP_ALIGN(2) + ethernet_header(14) + IP_header(20/40) + ports(8)
   */
  #ifndef NET_SKB_PAD
index 5af812199bb6be95810ca54a439c0c571f221c94..10fb7317746b245964d7d6a8423b4ddf82c08e7b 100644 (file)
@@ -34,7 +34,7 @@
  #define IF_GET_IFACE  0x0001          /* for querying only */
 --- a/include/linux/skbuff.h
 +++ b/include/linux/skbuff.h
-@@ -1781,6 +1781,10 @@ static inline int pskb_trim(struct sk_bu
+@@ -1786,6 +1786,10 @@ static inline int pskb_trim(struct sk_bu
        return (len < skb->len) ? __pskb_trim(skb, len) : 0;
  }
  
@@ -45,7 +45,7 @@
  /**
   *    pskb_trim_unique - remove end from a paged unique (not cloned) buffer
   *    @skb: buffer to alter
-@@ -1887,16 +1891,6 @@ static inline struct sk_buff *dev_alloc_
+@@ -1892,16 +1896,6 @@ static inline struct sk_buff *dev_alloc_
  }
  
  
index 52697a47e2ec5aae17074b49e7239e38d5034a3a..867e5bb2f394d6f244bf3d20bb3d95671efc0966 100644 (file)
@@ -20,7 +20,7 @@
 +#endif
 --- a/init/Kconfig
 +++ b/init/Kconfig
-@@ -1145,6 +1145,10 @@ config RELAY
+@@ -1141,6 +1141,10 @@ config RELAY
  
          If unsure, say N.