Author: jogo Date: 2015-07-01 01:26:13 +0200 (Wed, 01 Jul 2015) New Revision: 46151
Modified: trunk/include/kernel-version.mk trunk/target/linux/generic/patches-4.0/180-usb-xhci-make-USB_XHCI_PLATFORM-selectable.patch trunk/target/linux/generic/patches-4.0/645-bridge_multicast_to_unicast.patch trunk/target/linux/generic/patches-4.0/653-disable_netlink_trim.patch trunk/target/linux/generic/patches-4.0/664-codel_fix_3_12.patch trunk/target/linux/oxnas/patches-4.0/800-oxnas-ehci.patch Log: kernel: update 4.0 to 4.0.7 Changelog: * https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.6 * https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.7 Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/include/kernel-version.mk =================================================================== --- trunk/include/kernel-version.mk 2015-06-30 23:26:09 UTC (rev 46150) +++ trunk/include/kernel-version.mk 2015-06-30 23:26:13 UTC (rev 46151) @@ -3,11 +3,11 @@ LINUX_RELEASE?=1 LINUX_VERSION-3.18 = .17 -LINUX_VERSION-4.0 = .5 +LINUX_VERSION-4.0 = .7 LINUX_VERSION-4.1 = LINUX_KERNEL_MD5SUM-3.18.17 = f05d7620c587d8b0ab3cd944ff9dc9f7 -LINUX_KERNEL_MD5SUM-4.0.5 = 214836ae60a5674c31bb7cede5f47794 +LINUX_KERNEL_MD5SUM-4.0.7 = 7993e5389c189d5c7dbc21135aebc0c1 LINUX_KERNEL_MD5SUM-4.1 = fe9dc0f6729f36400ea81aa41d614c37 ifdef KERNEL_PATCHVER Modified: trunk/target/linux/generic/patches-4.0/180-usb-xhci-make-USB_XHCI_PLATFORM-selectable.patch =================================================================== --- trunk/target/linux/generic/patches-4.0/180-usb-xhci-make-USB_XHCI_PLATFORM-selectable.patch 2015-06-30 23:26:09 UTC (rev 46150) +++ trunk/target/linux/generic/patches-4.0/180-usb-xhci-make-USB_XHCI_PLATFORM-selectable.patch 2015-06-30 23:26:13 UTC (rev 46151) @@ -21,8 +21,6 @@ drivers/usb/host/Kconfig | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig -index 197a6a3..688698a 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -32,7 +32,14 @@ config USB_XHCI_PCI @@ -41,6 +39,3 @@ config USB_XHCI_MVEBU tristate "xHCI support for Marvell Armada 375/38x" --- -1.8.4.5 - Modified: trunk/target/linux/generic/patches-4.0/645-bridge_multicast_to_unicast.patch =================================================================== --- trunk/target/linux/generic/patches-4.0/645-bridge_multicast_to_unicast.patch 2015-06-30 23:26:09 UTC (rev 46150) +++ trunk/target/linux/generic/patches-4.0/645-bridge_multicast_to_unicast.patch 2015-06-30 23:26:13 UTC (rev 46151) @@ -140,7 +140,7 @@ err = br_ip6_multicast_add_group(br, port, &grec->grec_mca, - vid); + vid, src); - if (!err) + if (err) break; } @@ -1407,7 +1434,8 @@ br_multicast_leave_group(struct net_brid Modified: trunk/target/linux/generic/patches-4.0/653-disable_netlink_trim.patch =================================================================== --- trunk/target/linux/generic/patches-4.0/653-disable_netlink_trim.patch 2015-06-30 23:26:09 UTC (rev 46150) +++ trunk/target/linux/generic/patches-4.0/653-disable_netlink_trim.patch 2015-06-30 23:26:13 UTC (rev 46151) @@ -1,6 +1,6 @@ --- a/net/netlink/af_netlink.c +++ b/net/netlink/af_netlink.c -@@ -1710,27 +1710,7 @@ void netlink_detachskb(struct sock *sk, +@@ -1713,27 +1713,7 @@ void netlink_detachskb(struct sock *sk, static struct sk_buff *netlink_trim(struct sk_buff *skb, gfp_t allocation) { Modified: trunk/target/linux/generic/patches-4.0/664-codel_fix_3_12.patch =================================================================== --- trunk/target/linux/generic/patches-4.0/664-codel_fix_3_12.patch 2015-06-30 23:26:09 UTC (rev 46150) +++ trunk/target/linux/generic/patches-4.0/664-codel_fix_3_12.patch 2015-06-30 23:26:13 UTC (rev 46151) @@ -1,6 +1,6 @@ --- a/net/sched/sch_api.c +++ b/net/sched/sch_api.c -@@ -1945,7 +1945,7 @@ static int __init pktsched_init(void) +@@ -1947,7 +1947,7 @@ static int __init pktsched_init(void) return err; } Modified: trunk/target/linux/oxnas/patches-4.0/800-oxnas-ehci.patch =================================================================== --- trunk/target/linux/oxnas/patches-4.0/800-oxnas-ehci.patch 2015-06-30 23:26:09 UTC (rev 46150) +++ trunk/target/linux/oxnas/patches-4.0/800-oxnas-ehci.patch 2015-06-30 23:26:13 UTC (rev 46151) @@ -1,6 +1,6 @@ --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig -@@ -306,6 +306,13 @@ config USB_OCTEON_EHCI +@@ -313,6 +313,13 @@ config USB_OCTEON_EHCI USB 2.0 device support. All CN6XXX based chips with USB are supported. _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
