linux: refresh patches against 3.3

SVN-Revision: 31047
master
Gabor Juhos 13 years ago
parent 6fda73f40a
commit ff5b7ef713
  1. 2
      target/linux/ar71xx/patches-3.3/613-MIPS-ath79-RB750GL-support.patch
  2. 2
      target/linux/generic/patches-3.3/100-overlayfs_v12.patch
  3. 4
      target/linux/generic/patches-3.3/440-block2mtd_init.patch
  4. 6
      target/linux/generic/patches-3.3/644-bridge_optimize_netfilter_hooks.patch
  5. 2
      target/linux/generic/patches-3.3/863-gpiommc.patch

@ -1,6 +1,6 @@
--- a/arch/mips/ath79/machtypes.h
+++ b/arch/mips/ath79/machtypes.h
@@ -51,6 +51,7 @@ enum ath79_mach_type {
@@ -52,6 +52,7 @@ enum ath79_mach_type {
ATH79_MACH_RB_493, /* Mikrotik RouterBOARD 493/493AH */
ATH79_MACH_RB_493G, /* Mikrotik RouterBOARD 493G */
ATH79_MACH_RB_750, /* MikroTik RouterBOARD 750 */

@ -244,7 +244,7 @@
========================
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4928,6 +4928,13 @@ F: drivers/scsi/osd/
@@ -4955,6 +4955,13 @@ F: drivers/scsi/osd/
F: include/scsi/osd_*
F: fs/exofs/

@ -106,8 +106,8 @@
{
--- a/block/partition-generic.c
+++ b/block/partition-generic.c
@@ -514,6 +514,7 @@ rescan:
kfree(state);
@@ -546,6 +546,7 @@ int invalidate_partitions(struct gendisk
return 0;
}
+EXPORT_SYMBOL(rescan_partitions);

@ -9,7 +9,7 @@
netif_receive_skb);
}
@@ -194,7 +194,7 @@ rx_handler_result_t br_handle_frame(stru
@@ -199,7 +199,7 @@ rx_handler_result_t br_handle_frame(stru
}
/* Deliver packet to local host only */
@ -18,7 +18,7 @@
NULL, br_handle_local_finish)) {
return RX_HANDLER_CONSUMED; /* consumed by filter */
} else {
@@ -219,7 +219,7 @@ forward:
@@ -224,7 +224,7 @@ forward:
if (!compare_ether_addr(p->br->dev->dev_addr, dest))
skb->pkt_type = PACKET_HOST;
@ -43,7 +43,7 @@
if (vlan_tx_tag_present(skb))
--- a/net/bridge/br_private.h
+++ b/net/bridge/br_private.h
@@ -492,12 +492,25 @@ static inline bool br_multicast_is_route
@@ -493,12 +493,25 @@ static inline bool br_multicast_is_route
extern int br_netfilter_init(void);
extern void br_netfilter_fini(void);
extern void br_netfilter_rtable_init(struct net_bridge *);

@ -830,7 +830,7 @@
+be done automatically.
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3018,6 +3018,11 @@ L: linuxppc-dev@lists.ozlabs.org
@@ -3045,6 +3045,11 @@ L: linuxppc-dev@lists.ozlabs.org
S: Odd Fixes
F: drivers/tty/hvc/

Loading…
Cancel
Save