kernel 2.6.38.6 update i only tested it on brcm47xx and it works like a charm - but brcm47xx is still on 2.6.37 i didnt include it in the patch...
Signed-off-by: Peter Wagner <tripo...@gmx.at> with kind regards, Peter Wagner
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index f285c2c..33dfa9a 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -14,7 +14,7 @@ FEATURES:=squashfs jffs2 targz CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves SUBTARGETS:=netus tqma9263 -LINUX_VERSION:=2.6.38.2 +LINUX_VERSION:=2.6.38.6 DEVICE_TYPE= include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/ep93xx/Makefile b/target/linux/ep93xx/Makefile index 0a53a79..7f617a2 100644 --- a/target/linux/ep93xx/Makefile +++ b/target/linux/ep93xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 ext4 targz usb CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves MAINTAINER:=Florian Fainelli <flor...@openwrt.org> -LINUX_VERSION:=2.6.38.2 +LINUX_VERSION:=2.6.38.6 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/generic/config-2.6.38 b/target/linux/generic/config-2.6.38 index e5ad50a..cd481da 100644 --- a/target/linux/generic/config-2.6.38 +++ b/target/linux/generic/config-2.6.38 @@ -3076,3 +3076,4 @@ CONFIG_ZLIB_INFLATE=y CONFIG_ZONE_DMA=y CONFIG_ZONE_DMA_FLAG=1 # CONFIG_ZRAM is not set +# CONFIG_TEST_KSTRTOX is not set diff --git a/target/linux/generic/patches-2.6.38/010-l2tp_fix_oops_backport.patch b/target/linux/generic/patches-2.6.38/010-l2tp_fix_oops_backport.patch deleted file mode 100644 index d8b7b5a..0000000 --- a/target/linux/generic/patches-2.6.38/010-l2tp_fix_oops_backport.patch +++ /dev/null @@ -1,37 +0,0 @@ -commit 8aa525a9340da4227797a06221ca08399006635f -Author: James Chapman <jchap...@katalix.com> -Date: Mon Mar 21 18:10:25 2011 -0700 - - l2tp: fix possible oops on l2tp_eth module unload - - A struct used in the l2tp_eth driver for registering network namespace - ops was incorrectly marked as __net_initdata, leading to oops when - module unloaded. - - BUG: unable to handle kernel paging request at ffffffffa00ec098 - IP: [<ffffffff8123dbd8>] ops_exit_list+0x7/0x4b - PGD 142d067 PUD 1431063 PMD 195da8067 PTE 0 - Oops: 0000 [#1] SMP - last sysfs file: /sys/module/l2tp_eth/refcnt - Call Trace: - [<ffffffff8123dc94>] ? unregister_pernet_operations+0x32/0x93 - [<ffffffff8123dd20>] ? unregister_pernet_device+0x2b/0x38 - [<ffffffff81068b6e>] ? sys_delete_module+0x1b8/0x222 - [<ffffffff810c7300>] ? do_munmap+0x254/0x318 - [<ffffffff812c64e5>] ? page_fault+0x25/0x30 - [<ffffffff812c6952>] ? system_call_fastpath+0x16/0x1b - - Signed-off-by: James Chapman <jchap...@katalix.com> - Signed-off-by: David S. Miller <da...@davemloft.net> - ---- a/net/l2tp/l2tp_eth.c -+++ b/net/l2tp/l2tp_eth.c -@@ -283,7 +283,7 @@ static __net_init int l2tp_eth_init_net( - return 0; - } - --static __net_initdata struct pernet_operations l2tp_eth_net_ops = { -+static struct pernet_operations l2tp_eth_net_ops = { - .init = l2tp_eth_init_net, - .id = &l2tp_eth_net_id, - .size = sizeof(struct l2tp_eth_net), diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 1433201..1a82ea3 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=le be INITRAMFS_EXTRA_FILES:= MAINTAINER:=Florian Fainelli <flor...@openwrt.org> -LINUX_VERSION:=2.6.38.2 +LINUX_VERSION:=2.6.38.6 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index d32a58e..a83103d 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -13,7 +13,7 @@ CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540 FEATURES:=spe_fpu ramdisk MAINTAINER:=Imre Kaloz <ka...@openwrt.org> -LINUX_VERSION:=2.6.38.2 +LINUX_VERSION:=2.6.38.6 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/omap24xx/Makefile b/target/linux/omap24xx/Makefile index e5659d5..2488ea5 100644 --- a/target/linux/omap24xx/Makefile +++ b/target/linux/omap24xx/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=TI OMAP-24xx MAINTAINER:=Michael Buesch <m...@bu3sch.de> FEATURES:=targz squashfs jffs2 usb usbgadget display gpio audio -LINUX_VERSION:=2.6.38.2 +LINUX_VERSION:=2.6.38.6 define Target/Description TI OMAP-24xx diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index d2b7c7c..d22b573 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -23,7 +23,7 @@ BOARDNAME:=User Mode Linux FEATURES:=ext4 audio MAINTAINER:=Florian Fainelli <flor...@openwrt.org> -LINUX_VERSION:=2.6.38.2 +LINUX_VERSION:=2.6.38.6 include $(INCLUDE_DIR)/target.mk
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel