From 7d559169c527424c4743d82cd6edc926ef2fcde9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Fri, 30 Sep 2016 14:12:34 +0200 Subject: kernel: update to v4.4.23 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refresh patches for all targets that support kernel 4.4. compile/run-tested on brcm2708/bcm2710 only. Signed-off-by: Álvaro Fernández Rojas --- .../patches-4.4/201-extra_optimization.patch | 16 +++++++---- .../patches-4.4/202-reduce_module_size.patch | 2 +- .../generic/patches-4.4/280-rfkill-stubs.patch | 32 ++++++++-------------- .../generic/patches-4.4/304-mips_disable_fpu.patch | 2 +- .../645-bridge_multicast_to_unicast.patch | 2 +- ...80-NET-skip-GRO-for-foreign-MAC-addresses.patch | 10 +++---- .../generic/patches-4.4/902-debloat_proc.patch | 4 +-- 7 files changed, 32 insertions(+), 36 deletions(-) (limited to 'target/linux/generic') diff --git a/target/linux/generic/patches-4.4/201-extra_optimization.patch b/target/linux/generic/patches-4.4/201-extra_optimization.patch index bcb6a007b9..508627a7e4 100644 --- a/target/linux/generic/patches-4.4/201-extra_optimization.patch +++ b/target/linux/generic/patches-4.4/201-extra_optimization.patch @@ -1,14 +1,18 @@ --- a/Makefile +++ b/Makefile -@@ -608,9 +608,9 @@ include arch/$(SRCARCH)/Makefile - KBUILD_CFLAGS += $(call cc-option,-fno-delete-null-pointer-checks,) +@@ -619,12 +619,12 @@ KBUILD_CFLAGS += $(call cc-option,-fno-d + KBUILD_CFLAGS += $(call cc-disable-warning,maybe-uninitialized,) ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE --KBUILD_CFLAGS += -Os $(call cc-disable-warning,maybe-uninitialized,) -+KBUILD_CFLAGS += -Os $(EXTRA_OPTIMIZATION) $(call cc-disable-warning,maybe-uninitialized,) +-KBUILD_CFLAGS += -Os ++KBUILD_CFLAGS += -Os $(EXTRA_OPTIMIZATION) else + ifdef CONFIG_PROFILE_ALL_BRANCHES -KBUILD_CFLAGS += -O2 -+KBUILD_CFLAGS += -O2 -fno-reorder-blocks -fno-tree-ch $(EXTRA_OPTIMIZATION) ++KBUILD_CFLAGS += -O2 $(EXTRA_OPTIMIZATION) + else +-KBUILD_CFLAGS += -O2 ++KBUILD_CFLAGS += -O2 -fno-reorder-blocks -fno-tree-ch $(EXTRA_OPTIMIZATION) + endif endif - # Tell gcc to never replace conditional load with a non-conditional one diff --git a/target/linux/generic/patches-4.4/202-reduce_module_size.patch b/target/linux/generic/patches-4.4/202-reduce_module_size.patch index cef04d1a43..283d48d992 100644 --- a/target/linux/generic/patches-4.4/202-reduce_module_size.patch +++ b/target/linux/generic/patches-4.4/202-reduce_module_size.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -398,7 +398,7 @@ KBUILD_CFLAGS_KERNEL := +@@ -402,7 +402,7 @@ KBUILD_CFLAGS_KERNEL := KBUILD_AFLAGS := -D__ASSEMBLY__ KBUILD_AFLAGS_MODULE := -DMODULE KBUILD_CFLAGS_MODULE := -DMODULE diff --git a/target/linux/generic/patches-4.4/280-rfkill-stubs.patch b/target/linux/generic/patches-4.4/280-rfkill-stubs.patch index 88649023ea..96a98e219a 100644 --- a/target/linux/generic/patches-4.4/280-rfkill-stubs.patch +++ b/target/linux/generic/patches-4.4/280-rfkill-stubs.patch @@ -1,7 +1,5 @@ -Index: linux-4.4.21/net/rfkill/Kconfig -=================================================================== ---- linux-4.4.21.orig/net/rfkill/Kconfig 2016-09-15 08:29:29.000000000 +0200 -+++ linux-4.4.21/net/rfkill/Kconfig 2016-09-27 18:23:27.210404930 +0200 +--- a/net/rfkill/Kconfig ++++ b/net/rfkill/Kconfig @@ -1,7 +1,11 @@ # # RF switch subsystem configuration @@ -15,7 +13,7 @@ Index: linux-4.4.21/net/rfkill/Kconfig tristate "RF switch subsystem support" help Say Y here if you want to have control over RF switches -@@ -13,19 +17,19 @@ +@@ -13,19 +17,19 @@ menuconfig RFKILL # LED trigger support config RFKILL_LEDS bool @@ -38,7 +36,7 @@ Index: linux-4.4.21/net/rfkill/Kconfig depends on REGULATOR help This options enable controlling radio transmitters connected to -@@ -36,7 +40,7 @@ +@@ -36,7 +40,7 @@ config RFKILL_REGULATOR config RFKILL_GPIO tristate "GPIO RFKILL driver" @@ -47,10 +45,8 @@ Index: linux-4.4.21/net/rfkill/Kconfig depends on GPIOLIB || COMPILE_TEST default n help -Index: linux-4.4.21/net/rfkill/Makefile -=================================================================== ---- linux-4.4.21.orig/net/rfkill/Makefile 2016-09-15 08:29:29.000000000 +0200 -+++ linux-4.4.21/net/rfkill/Makefile 2016-09-27 18:22:12.373010155 +0200 +--- a/net/rfkill/Makefile ++++ b/net/rfkill/Makefile @@ -4,6 +4,6 @@ rfkill-y += core.o @@ -59,11 +55,9 @@ Index: linux-4.4.21/net/rfkill/Makefile +obj-$(CONFIG_RFKILL_FULL) += rfkill.o obj-$(CONFIG_RFKILL_REGULATOR) += rfkill-regulator.o obj-$(CONFIG_RFKILL_GPIO) += rfkill-gpio.o -Index: linux-4.4.21/net/Makefile -=================================================================== ---- linux-4.4.21.orig/net/Makefile 2016-09-15 08:29:29.000000000 +0200 -+++ linux-4.4.21/net/Makefile 2016-09-27 18:23:43.954773045 +0200 -@@ -49,7 +49,7 @@ +--- a/net/Makefile ++++ b/net/Makefile +@@ -49,7 +49,7 @@ obj-$(CONFIG_MAC80211) += mac80211/ obj-$(CONFIG_TIPC) += tipc/ obj-$(CONFIG_NETLABEL) += netlabel/ obj-$(CONFIG_IUCV) += iucv/ @@ -72,11 +66,9 @@ Index: linux-4.4.21/net/Makefile obj-$(CONFIG_NET_9P) += 9p/ obj-$(CONFIG_CAIF) += caif/ ifneq ($(CONFIG_DCB),) -Index: linux-4.4.21/include/linux/rfkill.h -=================================================================== ---- linux-4.4.21.orig/include/linux/rfkill.h 2016-09-15 08:29:29.000000000 +0200 -+++ linux-4.4.21/include/linux/rfkill.h 2016-09-27 18:47:20.426653801 +0200 -@@ -64,7 +64,7 @@ +--- a/include/linux/rfkill.h ++++ b/include/linux/rfkill.h +@@ -64,7 +64,7 @@ struct rfkill_ops { int (*set_block)(void *data, bool blocked); }; diff --git a/target/linux/generic/patches-4.4/304-mips_disable_fpu.patch b/target/linux/generic/patches-4.4/304-mips_disable_fpu.patch index 599e950ac8..aabb4f12b2 100644 --- a/target/linux/generic/patches-4.4/304-mips_disable_fpu.patch +++ b/target/linux/generic/patches-4.4/304-mips_disable_fpu.patch @@ -49,7 +49,7 @@ v2: incorporated changes suggested by Jonas Gorski select OF --- a/arch/mips/Makefile +++ b/arch/mips/Makefile -@@ -289,7 +289,7 @@ OBJCOPYFLAGS += --remove-section=.regin +@@ -285,7 +285,7 @@ OBJCOPYFLAGS += --remove-section=.regin head-y := arch/mips/kernel/head.o libs-y += arch/mips/lib/ diff --git a/target/linux/generic/patches-4.4/645-bridge_multicast_to_unicast.patch b/target/linux/generic/patches-4.4/645-bridge_multicast_to_unicast.patch index 07fc097f1d..c8c2654697 100644 --- a/target/linux/generic/patches-4.4/645-bridge_multicast_to_unicast.patch +++ b/target/linux/generic/patches-4.4/645-bridge_multicast_to_unicast.patch @@ -169,7 +169,7 @@ Implement optinal multicast->unicast conversion for igmp snooping err = br_ip6_multicast_add_group(br, port, - &grec->grec_mca, vid); + &grec->grec_mca, vid, src); - if (!err) + if (err) break; } @@ -1427,7 +1453,8 @@ br_multicast_leave_group(struct net_brid diff --git a/target/linux/generic/patches-4.4/680-NET-skip-GRO-for-foreign-MAC-addresses.patch b/target/linux/generic/patches-4.4/680-NET-skip-GRO-for-foreign-MAC-addresses.patch index cbd1a08127..a18689c2e5 100644 --- a/target/linux/generic/patches-4.4/680-NET-skip-GRO-for-foreign-MAC-addresses.patch +++ b/target/linux/generic/patches-4.4/680-NET-skip-GRO-for-foreign-MAC-addresses.patch @@ -17,7 +17,7 @@ Signed-off-by: Felix Fietkau --- a/net/core/dev.c +++ b/net/core/dev.c -@@ -4205,6 +4205,9 @@ static enum gro_result dev_gro_receive(s +@@ -4221,6 +4221,9 @@ static enum gro_result dev_gro_receive(s enum gro_result ret; int grow; @@ -27,7 +27,7 @@ Signed-off-by: Felix Fietkau if (!(skb->dev->features & NETIF_F_GRO)) goto normal; -@@ -5357,6 +5360,48 @@ static void __netdev_adjacent_dev_unlink +@@ -5373,6 +5376,48 @@ static void __netdev_adjacent_dev_unlink &upper_dev->adj_list.lower); } @@ -76,7 +76,7 @@ Signed-off-by: Felix Fietkau static int __netdev_upper_dev_link(struct net_device *dev, struct net_device *upper_dev, bool master, void *private) -@@ -5428,6 +5473,7 @@ static int __netdev_upper_dev_link(struc +@@ -5444,6 +5489,7 @@ static int __netdev_upper_dev_link(struc goto rollback_lower_mesh; } @@ -84,7 +84,7 @@ Signed-off-by: Felix Fietkau call_netdevice_notifiers_info(NETDEV_CHANGEUPPER, dev, &changeupper_info.info); return 0; -@@ -5554,6 +5600,7 @@ void netdev_upper_dev_unlink(struct net_ +@@ -5570,6 +5616,7 @@ void netdev_upper_dev_unlink(struct net_ list_for_each_entry(i, &upper_dev->all_adj_list.upper, list) __netdev_adjacent_dev_unlink(dev, i->dev); @@ -92,7 +92,7 @@ Signed-off-by: Felix Fietkau call_netdevice_notifiers_info(NETDEV_CHANGEUPPER, dev, &changeupper_info.info); } -@@ -6094,6 +6141,7 @@ int dev_set_mac_address(struct net_devic +@@ -6110,6 +6157,7 @@ int dev_set_mac_address(struct net_devic if (err) return err; dev->addr_assign_type = NET_ADDR_SET; diff --git a/target/linux/generic/patches-4.4/902-debloat_proc.patch b/target/linux/generic/patches-4.4/902-debloat_proc.patch index 04a7b638c1..45dc20bcd2 100644 --- a/target/linux/generic/patches-4.4/902-debloat_proc.patch +++ b/target/linux/generic/patches-4.4/902-debloat_proc.patch @@ -184,7 +184,7 @@ --- a/net/ipv4/fib_trie.c +++ b/net/ipv4/fib_trie.c -@@ -2646,10 +2646,12 @@ static const struct file_operations fib_ +@@ -2642,10 +2642,12 @@ static const struct file_operations fib_ int __net_init fib_proc_init(struct net *net) { @@ -199,7 +199,7 @@ &fib_triestat_fops)) goto out2; -@@ -2659,17 +2661,21 @@ int __net_init fib_proc_init(struct net +@@ -2655,17 +2657,21 @@ int __net_init fib_proc_init(struct net return 0; out3: -- cgit v1.2.3