From 7eeb254cc49c4e9f837c980826ec112b9404f341 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 7 Jun 2016 08:58:31 +0200 Subject: treewide: replace nbd@openwrt.org with nbd@nbd.name Signed-off-by: Felix Fietkau --- .../010-Kbuild-don-t-hardcode-path-to-awk-in-scripts-ld-vers.patch | 4 ++-- .../072-bgmac-reset-enable-Ethernet-core-before-using-it.patch | 2 +- .../patches-4.4/073-bgmac-fix-MAC-soft-reset-bit-for-corerev-4.patch | 4 ++-- .../patches-4.4/101-MIPS-fix-cache-flushing-for-highmem-pages.patch | 4 ++-- .../110-jffs2-use-.rename2-and-add-RENAME_WHITEOUT-support.patch | 4 ++-- .../generic/patches-4.4/111-jffs2-add-RENAME_EXCHANGE-support.patch | 4 ++-- .../patches-4.4/120-bridge_allow_receiption_on_disabled_port.patch | 2 +- target/linux/generic/patches-4.4/132-mips_inline_dma_ops.patch | 4 ++-- target/linux/generic/patches-4.4/204-module_strip.patch | 4 ++-- target/linux/generic/patches-4.4/206-mips-disable-vdso.patch | 2 +- target/linux/generic/patches-4.4/220-gc_sections.patch | 4 ++-- target/linux/generic/patches-4.4/307-mips_highmem_offset.patch | 2 +- .../patches-4.4/465-m25p80-mx-disable-software-protection.patch | 2 +- target/linux/generic/patches-4.4/630-packet_socket_type.patch | 2 +- target/linux/generic/patches-4.4/640-bridge_no_eap_forward.patch | 2 +- target/linux/generic/patches-4.4/641-bridge_always_accept_eap.patch | 2 +- target/linux/generic/patches-4.4/642-bridge_port_isolate.patch | 2 +- .../linux/generic/patches-4.4/645-bridge_multicast_to_unicast.patch | 2 +- .../patches-4.4/680-NET-skip-GRO-for-foreign-MAC-addresses.patch | 2 +- .../generic/patches-4.4/681-NET-add-of_get_mac_address_mtd.patch | 2 +- target/linux/generic/patches-4.4/930-crashlog.patch | 2 +- 21 files changed, 29 insertions(+), 29 deletions(-) (limited to 'target/linux/generic/patches-4.4') diff --git a/target/linux/generic/patches-4.4/010-Kbuild-don-t-hardcode-path-to-awk-in-scripts-ld-vers.patch b/target/linux/generic/patches-4.4/010-Kbuild-don-t-hardcode-path-to-awk-in-scripts-ld-vers.patch index cb65ee360c..f6c9d1edad 100644 --- a/target/linux/generic/patches-4.4/010-Kbuild-don-t-hardcode-path-to-awk-in-scripts-ld-vers.patch +++ b/target/linux/generic/patches-4.4/010-Kbuild-don-t-hardcode-path-to-awk-in-scripts-ld-vers.patch @@ -1,11 +1,11 @@ -From: Felix Fietkau +From: Felix Fietkau Date: Mon, 18 Jan 2016 12:27:49 +0100 Subject: [PATCH] Kbuild: don't hardcode path to awk in scripts/ld-version.sh On some systems /usr/bin/awk does not exist, or is broken. Find it via $PATH instead. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- --- a/scripts/ld-version.sh diff --git a/target/linux/generic/patches-4.4/072-bgmac-reset-enable-Ethernet-core-before-using-it.patch b/target/linux/generic/patches-4.4/072-bgmac-reset-enable-Ethernet-core-before-using-it.patch index d643b1827e..1306072c84 100644 --- a/target/linux/generic/patches-4.4/072-bgmac-reset-enable-Ethernet-core-before-using-it.patch +++ b/target/linux/generic/patches-4.4/072-bgmac-reset-enable-Ethernet-core-before-using-it.patch @@ -10,7 +10,7 @@ This fixes Ethernet on D-Link DIR-885L with BCM47094 SoC. Felix reported similar fix was needed for his BCM4709 device (Buffalo WXR-1900DHP?). I tested this for regressions on BCM4706, BCM4708A0 and BCM47081A0. -Cc: Felix Fietkau +Cc: Felix Fietkau Signed-off-by: Rafał Miłecki Signed-off-by: David S. Miller --- diff --git a/target/linux/generic/patches-4.4/073-bgmac-fix-MAC-soft-reset-bit-for-corerev-4.patch b/target/linux/generic/patches-4.4/073-bgmac-fix-MAC-soft-reset-bit-for-corerev-4.patch index 0dd1a3d4e7..a5fcaab51c 100644 --- a/target/linux/generic/patches-4.4/073-bgmac-fix-MAC-soft-reset-bit-for-corerev-4.patch +++ b/target/linux/generic/patches-4.4/073-bgmac-fix-MAC-soft-reset-bit-for-corerev-4.patch @@ -1,5 +1,5 @@ From c02bc350f9dbce7d637c394a6e1c4d29dc5b28b2 Mon Sep 17 00:00:00 2001 -From: Felix Fietkau +From: Felix Fietkau Date: Tue, 12 Apr 2016 18:27:29 +0200 Subject: [PATCH] bgmac: fix MAC soft-reset bit for corerev > 4 MIME-Version: 1.0 @@ -12,7 +12,7 @@ only some devices as most of BCM4708A0KF-s got core rev 4). This was tested for regressions on BCM47094 which doesn't seem to care which bit gets used. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau Signed-off-by: Rafał Miłecki Signed-off-by: David S. Miller --- diff --git a/target/linux/generic/patches-4.4/101-MIPS-fix-cache-flushing-for-highmem-pages.patch b/target/linux/generic/patches-4.4/101-MIPS-fix-cache-flushing-for-highmem-pages.patch index 6a6c581bc5..237f0e500c 100644 --- a/target/linux/generic/patches-4.4/101-MIPS-fix-cache-flushing-for-highmem-pages.patch +++ b/target/linux/generic/patches-4.4/101-MIPS-fix-cache-flushing-for-highmem-pages.patch @@ -1,4 +1,4 @@ -From: Felix Fietkau +From: Felix Fietkau Date: Sun, 24 Jan 2016 01:03:51 +0100 Subject: [PATCH] MIPS: fix cache flushing for highmem pages @@ -10,7 +10,7 @@ Fix this by always flushing highmem pages using kmap/kunmap_atomic around the actual cache flush. This might be a bit inefficient, but at least it's stable. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- --- a/arch/mips/mm/cache.c diff --git a/target/linux/generic/patches-4.4/110-jffs2-use-.rename2-and-add-RENAME_WHITEOUT-support.patch b/target/linux/generic/patches-4.4/110-jffs2-use-.rename2-and-add-RENAME_WHITEOUT-support.patch index d7850a8564..b7ff845343 100644 --- a/target/linux/generic/patches-4.4/110-jffs2-use-.rename2-and-add-RENAME_WHITEOUT-support.patch +++ b/target/linux/generic/patches-4.4/110-jffs2-use-.rename2-and-add-RENAME_WHITEOUT-support.patch @@ -1,10 +1,10 @@ -From: Felix Fietkau +From: Felix Fietkau Date: Fri, 10 Apr 2015 13:35:29 +0200 Subject: [PATCH] jffs2: use .rename2 and add RENAME_WHITEOUT support It is required for renames on overlayfs -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- --- a/fs/jffs2/dir.c diff --git a/target/linux/generic/patches-4.4/111-jffs2-add-RENAME_EXCHANGE-support.patch b/target/linux/generic/patches-4.4/111-jffs2-add-RENAME_EXCHANGE-support.patch index d718885654..b62408717e 100644 --- a/target/linux/generic/patches-4.4/111-jffs2-add-RENAME_EXCHANGE-support.patch +++ b/target/linux/generic/patches-4.4/111-jffs2-add-RENAME_EXCHANGE-support.patch @@ -1,8 +1,8 @@ -From: Felix Fietkau +From: Felix Fietkau Date: Sat, 25 Apr 2015 12:41:32 +0200 Subject: [PATCH] jffs2: add RENAME_EXCHANGE support -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- --- a/fs/jffs2/dir.c diff --git a/target/linux/generic/patches-4.4/120-bridge_allow_receiption_on_disabled_port.patch b/target/linux/generic/patches-4.4/120-bridge_allow_receiption_on_disabled_port.patch index 1e4955bce6..727ab752e9 100644 --- a/target/linux/generic/patches-4.4/120-bridge_allow_receiption_on_disabled_port.patch +++ b/target/linux/generic/patches-4.4/120-bridge_allow_receiption_on_disabled_port.patch @@ -11,7 +11,7 @@ block forwarding packets from these disabled ports, but there is no hard requirement to not allow local packet delivery. Signed-off-by: Stephen Hemminger -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- a/net/bridge/br_input.c +++ b/net/bridge/br_input.c diff --git a/target/linux/generic/patches-4.4/132-mips_inline_dma_ops.patch b/target/linux/generic/patches-4.4/132-mips_inline_dma_ops.patch index c987ccc6b0..bf7dca6a33 100644 --- a/target/linux/generic/patches-4.4/132-mips_inline_dma_ops.patch +++ b/target/linux/generic/patches-4.4/132-mips_inline_dma_ops.patch @@ -1,5 +1,5 @@ From 2c58080407554e1bac8fd50d23cb02420524caed Mon Sep 17 00:00:00 2001 -From: Felix Fietkau +From: Felix Fietkau Date: Mon, 12 Aug 2013 12:50:22 +0200 Subject: [PATCH] MIPS: partially inline dma ops @@ -10,7 +10,7 @@ unnecessary code. Inlining visibly improves network performance in my tests (on a 24Kc based system), and also slightly reduces code size of a few drivers. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- arch/mips/Kconfig | 4 + arch/mips/include/asm/dma-mapping.h | 360 +++++++++++++++++++++++++++++++++++- diff --git a/target/linux/generic/patches-4.4/204-module_strip.patch b/target/linux/generic/patches-4.4/204-module_strip.patch index 225fc6927e..f51f14c307 100644 --- a/target/linux/generic/patches-4.4/204-module_strip.patch +++ b/target/linux/generic/patches-4.4/204-module_strip.patch @@ -1,7 +1,7 @@ -From: Felix Fietkau +From: Felix Fietkau Subject: [PATCH] build: add a hack for removing non-essential module info -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- --- a/include/linux/module.h +++ b/include/linux/module.h diff --git a/target/linux/generic/patches-4.4/206-mips-disable-vdso.patch b/target/linux/generic/patches-4.4/206-mips-disable-vdso.patch index 9b1346db81..1abe78f141 100644 --- a/target/linux/generic/patches-4.4/206-mips-disable-vdso.patch +++ b/target/linux/generic/patches-4.4/206-mips-disable-vdso.patch @@ -1,6 +1,6 @@ Disable MIPS VDSO until the cache issues have been sorted out. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- a/arch/mips/vdso/Makefile +++ b/arch/mips/vdso/Makefile diff --git a/target/linux/generic/patches-4.4/220-gc_sections.patch b/target/linux/generic/patches-4.4/220-gc_sections.patch index e89ef77d90..6c8fa3b4c9 100644 --- a/target/linux/generic/patches-4.4/220-gc_sections.patch +++ b/target/linux/generic/patches-4.4/220-gc_sections.patch @@ -1,11 +1,11 @@ -From: Felix Fietkau +From: Felix Fietkau use -ffunction-sections, -fdata-sections and --gc-sections In combination with kernel symbol export stripping this significantly reduces the kernel image size. Used on both ARM and MIPS architectures. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau Signed-off-by: Jonas Gorski Signed-off-by: Gabor Juhos --- diff --git a/target/linux/generic/patches-4.4/307-mips_highmem_offset.patch b/target/linux/generic/patches-4.4/307-mips_highmem_offset.patch index c9f0c84e30..5a7dc9cee9 100644 --- a/target/linux/generic/patches-4.4/307-mips_highmem_offset.patch +++ b/target/linux/generic/patches-4.4/307-mips_highmem_offset.patch @@ -2,7 +2,7 @@ Adjust highmem offset to 0x10000000 to ensure that all kmalloc allocations stay within the same 256M boundary. This ensures that -mlong-calls is not needed on systems with more than 256M RAM. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- --- a/arch/mips/include/asm/mach-generic/spaces.h +++ b/arch/mips/include/asm/mach-generic/spaces.h diff --git a/target/linux/generic/patches-4.4/465-m25p80-mx-disable-software-protection.patch b/target/linux/generic/patches-4.4/465-m25p80-mx-disable-software-protection.patch index cc2103b2e8..726e4d1a96 100644 --- a/target/linux/generic/patches-4.4/465-m25p80-mx-disable-software-protection.patch +++ b/target/linux/generic/patches-4.4/465-m25p80-mx-disable-software-protection.patch @@ -1,6 +1,6 @@ Disable software protection bits for Macronix flashes. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- a/drivers/mtd/spi-nor/spi-nor.c +++ b/drivers/mtd/spi-nor/spi-nor.c diff --git a/target/linux/generic/patches-4.4/630-packet_socket_type.patch b/target/linux/generic/patches-4.4/630-packet_socket_type.patch index 4106da78a8..a7ffccc2a6 100644 --- a/target/linux/generic/patches-4.4/630-packet_socket_type.patch +++ b/target/linux/generic/patches-4.4/630-packet_socket_type.patch @@ -3,7 +3,7 @@ broadcast, unicast, etc.) on packet sockets via setsockopt. This can reduce the load in situations where only a limited number of packet types are necessary -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- a/include/uapi/linux/if_packet.h +++ b/include/uapi/linux/if_packet.h diff --git a/target/linux/generic/patches-4.4/640-bridge_no_eap_forward.patch b/target/linux/generic/patches-4.4/640-bridge_no_eap_forward.patch index 1fc101c5c4..24cc2b2961 100644 --- a/target/linux/generic/patches-4.4/640-bridge_no_eap_forward.patch +++ b/target/linux/generic/patches-4.4/640-bridge_no_eap_forward.patch @@ -1,4 +1,4 @@ -From: Felix Fietkau +From: Felix Fietkau Subject: [PATCH] bridge: no EAP forward When bridging, do not forward EAP frames to other ports, only deliver diff --git a/target/linux/generic/patches-4.4/641-bridge_always_accept_eap.patch b/target/linux/generic/patches-4.4/641-bridge_always_accept_eap.patch index 0ff8e737d3..5da6ab64a1 100644 --- a/target/linux/generic/patches-4.4/641-bridge_always_accept_eap.patch +++ b/target/linux/generic/patches-4.4/641-bridge_always_accept_eap.patch @@ -1,4 +1,4 @@ -From: Felix Fietkau +From: Felix Fietkau Subject: [PATCH] bridge: always accept EAP Allow EAP frames to pass through bridges even in learning state. Fixes diff --git a/target/linux/generic/patches-4.4/642-bridge_port_isolate.patch b/target/linux/generic/patches-4.4/642-bridge_port_isolate.patch index 1f1cb1d394..3ece047317 100644 --- a/target/linux/generic/patches-4.4/642-bridge_port_isolate.patch +++ b/target/linux/generic/patches-4.4/642-bridge_port_isolate.patch @@ -1,4 +1,4 @@ -From: Felix Fietkau +From: Felix Fietkau Subject: [PATCH] bridge: port isolate Isolating individual bridge ports 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 9b2ff3fc76..bab091262c 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 @@ -1,4 +1,4 @@ -From: Felix Fietkau +From: Felix Fietkau Subject: [PATCH] bridge: multicast to unicast Implement optinal multicast->unicast conversion for igmp snooping 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 a9ea04a43d..a658bfe9d1 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 @@ -13,7 +13,7 @@ a mask of changed bits in MAC addresses of upper devices. This allows handling VLANs and bridge devices with different addresses (as long as they are not too different). -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- a/net/core/dev.c +++ b/net/core/dev.c diff --git a/target/linux/generic/patches-4.4/681-NET-add-of_get_mac_address_mtd.patch b/target/linux/generic/patches-4.4/681-NET-add-of_get_mac_address_mtd.patch index 5b1a9ceaeb..2044872973 100644 --- a/target/linux/generic/patches-4.4/681-NET-add-of_get_mac_address_mtd.patch +++ b/target/linux/generic/patches-4.4/681-NET-add-of_get_mac_address_mtd.patch @@ -8,7 +8,7 @@ network interface. The new property points at a mtd partition with an offset where the mac address can be found. Signed-off-by: John Crispin -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- drivers/of/of_net.c | 37 +++++++++++++++++++++++++++++++++++++ include/linux/of_net.h | 1 + diff --git a/target/linux/generic/patches-4.4/930-crashlog.patch b/target/linux/generic/patches-4.4/930-crashlog.patch index 514ff469d8..27a7f6ab35 100644 --- a/target/linux/generic/patches-4.4/930-crashlog.patch +++ b/target/linux/generic/patches-4.4/930-crashlog.patch @@ -46,7 +46,7 @@ @@ -0,0 +1,181 @@ +/* + * Crash information logger -+ * Copyright (C) 2010 Felix Fietkau ++ * Copyright (C) 2010 Felix Fietkau + * + * Based on ramoops.c + * Copyright (C) 2010 Marco Stornelli -- cgit v1.2.3