Re: [OpenWrt-Devel] [PATCH v2] kernel: bump 4.14 to 4.14.51

2018-06-21 Thread Rosen Penev
On Thu, Jun 21, 2018 at 12:24 PM Kevin Darbyshire-Bryant via
openwrt-devel  wrote:
>
> The sender domain has a DMARC Reject/Quarantine policy which disallows
> sending mailing list messages using the original "From" header.
>
> To mitigate this problem, the original message has been wrapped
> automatically by the mailing list software.
>
>
> -- Forwarded message --
> From: Kevin Darbyshire-Bryant 
> To: openwrt-devel@lists.openwrt.org
> Cc: Kevin Darbyshire-Bryant 
> Bcc:
> Date: Thu, 21 Jun 2018 20:23:38 +0100
> Subject: [PATCH v2] kernel: bump 4.14 to 4.14.51
> Refresh patches.
>
> Remove patch that can be reverse applied:
> mvebu/patches-4.14/530-ATA-ahci_mvebu-enable-stop_engine-override.patch
> mvebu/patches-4.14/531-ATA-ahci_mvebu-pmp-stop-errata-226.patch
>
> Update patch that no longer applied:
> ipq806x/patches-4.14/0035-clk-mux-Split-out-register-accessors-for-reuse.patch
>
> Compiled-tested-for: lantiq, ramips
> Run-tested-on: lantiq BT hh5a, ramips MIR3g
>
> Signed-off-by: Kevin Darbyshire-Bryant 
Tested-by: Rosen Penev 

ethernet speed has returned on the R7800.
> ---
> v2 - actually it turns out 531-ATA-achi... isn't required & causes build
> failure - oops!  Thanks to Gerard Looije for pointing out the error in
> my ways :-)
>
>  include/kernel-version.mk  |   4 +-
>  ...stmmac-Disable-frame-filtering-completely.patch |   2 +-
>  16-netfilter-flow-table-support-for-IPv6.patch |   2 +-
>  ...r-improve-flow-table-Kconfig-dependencies.patch |   2 +-
>  ...lowtable-infrastructure-depends-on-NETFIL.patch |   2 +-
>  .../650-netfilter-add-xt_OFFLOAD-target.patch  |   4 +-
>  .../902-essedma-alloc-skb-ip-align.patch   |   7 +-
>  .../patches-4.14/997-device_tree_cmdline.patch |   4 +-
>  ...ux-Split-out-register-accessors-for-reuse.patch |   6 +-
>  .../patches-4.14/0069-arm-boot-add-dts-files.patch |  12 +-
>  .../0012-clk-dont-disable-unused-clocks.patch  |   2 +-
>  ...TA-ahci_mvebu-enable-stop_engine-override.patch | 224 
> -
>  .../531-ATA-ahci_mvebu-pmp-stop-errata-226.patch   | 110 --
>  13 files changed, 21 insertions(+), 360 deletions(-)
>  delete mode 100644 
> target/linux/mvebu/patches-4.14/530-ATA-ahci_mvebu-enable-stop_engine-override.patch
>  delete mode 100644 
> target/linux/mvebu/patches-4.14/531-ATA-ahci_mvebu-pmp-stop-errata-226.patch
>
> diff --git a/include/kernel-version.mk b/include/kernel-version.mk
> index 825a227915..52a8433ec6 100644
> --- a/include/kernel-version.mk
> +++ b/include/kernel-version.mk
> @@ -5,12 +5,12 @@ LINUX_RELEASE?=1
>  LINUX_VERSION-3.18 = .71
>  LINUX_VERSION-4.4 = .121
>  LINUX_VERSION-4.9 = .109
> -LINUX_VERSION-4.14 = .50
> +LINUX_VERSION-4.14 = .51
>
>  LINUX_KERNEL_HASH-3.18.71 = 
> 5abc9778ad44ce02ed6c8ab52ece8a21c6d20d21f6ed8a19287b4a38a50c1240
>  LINUX_KERNEL_HASH-4.4.121 = 
> 44a88268b5088dc326b30c9b9133ac35a9a200b636b7268d08f32abeae6ca729
>  LINUX_KERNEL_HASH-4.9.109 = 
> 3dcd5654a553432119492b69e649c4ed117781bfd571edcb02346c945be359b0
> -LINUX_KERNEL_HASH-4.14.50 = 
> 703a8d013b25dc428d936f72858fa0c702c22cb3114a040fb9bb47562e4ea2ac
> +LINUX_KERNEL_HASH-4.14.51 = 
> dab2402baa2444348f9b3c354e8f65382a466d1766942a57441209f9a2df972b
>
>  remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1
>  sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst 
> -,_,$(subst /,_,$(1)))
> diff --git 
> a/target/linux/arc770/patches-4.14/700-stmmac-Disable-frame-filtering-completely.patch
>  
> b/target/linux/arc770/patches-4.14/700-stmmac-Disable-frame-filtering-completely.patch
> index 58094ae96d..e63c2e934b 100644
> --- 
> a/target/linux/arc770/patches-4.14/700-stmmac-Disable-frame-filtering-completely.patch
> +++ 
> b/target/linux/arc770/patches-4.14/700-stmmac-Disable-frame-filtering-completely.patch
> @@ -20,7 +20,7 @@ Signed-off-by: Alexey Brodkin 
>
>  --- a/drivers/net/ethernet/stmicro/stmmac/common.h
>  +++ b/drivers/net/ethernet/stmicro/stmmac/common.h
> -@@ -49,7 +49,7 @@
> +@@ -46,7 +46,7 @@
>   #define STMMAC_GET_ENTRY(x, size) ((x + 1) & (size - 1))
>
>   #undef FRAME_FILTER_DEBUG
> diff --git 
> a/target/linux/generic/backport-4.14/324-v4.16-netfilter-flow-table-support-for-IPv6.patch
>  
> b/target/linux/generic/backport-4.14/324-v4.16-netfilter-flow-table-support-for-IPv6.patch
> index a561f2669d..874195558c 100644
> --- 
> a/target/linux/generic/backport-4.14/324-v4.16-netfilter-flow-table-support-for-IPv6.patch
> +++ 
> b/target/linux/generic/backport-4.14/324-v4.16-netfilter-flow-table-support-for-IPv6.patch
> @@ -45,7 +45,7 @@ Signed-off-by: Pablo Neira Ayuso 
>   {
>  --- a/net/ipv6/netfilter/Kconfig
>  +++ b/net/ipv6/netfilter/Kconfig
> -@@ -71,6 +71,14 @@ config NFT_FIB_IPV6
> +@@ -99,6 +99,14 @@ config NFT_FIB_IPV6
>   endif # NF_TABLES_IPV6
>   endif # NF_TABLES
>
> diff --git 
> a/target/linux/generic/backport-4.14/329-v4.16-netfilter-improve-flow-table-Kconfig-dependencies.patch
>  
> 

Re: [OpenWrt-Devel] [PATCH v2] kernel: bump 4.14 to 4.14.51

2018-06-21 Thread Michael Yartys via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.

To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.--- Begin Message ---

Tested-by: Michael Yartys  

Compile-tested on: ipq806x 
Runtime-tested on: ipq806x

--- End Message ---
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH v2] kernel: bump 4.14 to 4.14.51

2018-06-21 Thread Kevin Darbyshire-Bryant via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.

To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.--- Begin Message ---
Refresh patches.

Remove patch that can be reverse applied:
mvebu/patches-4.14/530-ATA-ahci_mvebu-enable-stop_engine-override.patch
mvebu/patches-4.14/531-ATA-ahci_mvebu-pmp-stop-errata-226.patch

Update patch that no longer applied:
ipq806x/patches-4.14/0035-clk-mux-Split-out-register-accessors-for-reuse.patch

Compiled-tested-for: lantiq, ramips
Run-tested-on: lantiq BT hh5a, ramips MIR3g

Signed-off-by: Kevin Darbyshire-Bryant 
---
v2 - actually it turns out 531-ATA-achi... isn't required & causes build
failure - oops!  Thanks to Gerard Looije for pointing out the error in
my ways :-)

 include/kernel-version.mk  |   4 +-
 ...stmmac-Disable-frame-filtering-completely.patch |   2 +-
 16-netfilter-flow-table-support-for-IPv6.patch |   2 +-
 ...r-improve-flow-table-Kconfig-dependencies.patch |   2 +-
 ...lowtable-infrastructure-depends-on-NETFIL.patch |   2 +-
 .../650-netfilter-add-xt_OFFLOAD-target.patch  |   4 +-
 .../902-essedma-alloc-skb-ip-align.patch   |   7 +-
 .../patches-4.14/997-device_tree_cmdline.patch |   4 +-
 ...ux-Split-out-register-accessors-for-reuse.patch |   6 +-
 .../patches-4.14/0069-arm-boot-add-dts-files.patch |  12 +-
 .../0012-clk-dont-disable-unused-clocks.patch  |   2 +-
 ...TA-ahci_mvebu-enable-stop_engine-override.patch | 224 -
 .../531-ATA-ahci_mvebu-pmp-stop-errata-226.patch   | 110 --
 13 files changed, 21 insertions(+), 360 deletions(-)
 delete mode 100644 
target/linux/mvebu/patches-4.14/530-ATA-ahci_mvebu-enable-stop_engine-override.patch
 delete mode 100644 
target/linux/mvebu/patches-4.14/531-ATA-ahci_mvebu-pmp-stop-errata-226.patch

diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 825a227915..52a8433ec6 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -5,12 +5,12 @@ LINUX_RELEASE?=1
 LINUX_VERSION-3.18 = .71
 LINUX_VERSION-4.4 = .121
 LINUX_VERSION-4.9 = .109
-LINUX_VERSION-4.14 = .50
+LINUX_VERSION-4.14 = .51
 
 LINUX_KERNEL_HASH-3.18.71 = 
5abc9778ad44ce02ed6c8ab52ece8a21c6d20d21f6ed8a19287b4a38a50c1240
 LINUX_KERNEL_HASH-4.4.121 = 
44a88268b5088dc326b30c9b9133ac35a9a200b636b7268d08f32abeae6ca729
 LINUX_KERNEL_HASH-4.9.109 = 
3dcd5654a553432119492b69e649c4ed117781bfd571edcb02346c945be359b0
-LINUX_KERNEL_HASH-4.14.50 = 
703a8d013b25dc428d936f72858fa0c702c22cb3114a040fb9bb47562e4ea2ac
+LINUX_KERNEL_HASH-4.14.51 = 
dab2402baa2444348f9b3c354e8f65382a466d1766942a57441209f9a2df972b
 
 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1
 sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst 
-,_,$(subst /,_,$(1)))
diff --git 
a/target/linux/arc770/patches-4.14/700-stmmac-Disable-frame-filtering-completely.patch
 
b/target/linux/arc770/patches-4.14/700-stmmac-Disable-frame-filtering-completely.patch
index 58094ae96d..e63c2e934b 100644
--- 
a/target/linux/arc770/patches-4.14/700-stmmac-Disable-frame-filtering-completely.patch
+++ 
b/target/linux/arc770/patches-4.14/700-stmmac-Disable-frame-filtering-completely.patch
@@ -20,7 +20,7 @@ Signed-off-by: Alexey Brodkin 
 
 --- a/drivers/net/ethernet/stmicro/stmmac/common.h
 +++ b/drivers/net/ethernet/stmicro/stmmac/common.h
-@@ -49,7 +49,7 @@
+@@ -46,7 +46,7 @@
  #define STMMAC_GET_ENTRY(x, size) ((x + 1) & (size - 1))
  
  #undef FRAME_FILTER_DEBUG
diff --git 
a/target/linux/generic/backport-4.14/324-v4.16-netfilter-flow-table-support-for-IPv6.patch
 
b/target/linux/generic/backport-4.14/324-v4.16-netfilter-flow-table-support-for-IPv6.patch
index a561f2669d..874195558c 100644
--- 
a/target/linux/generic/backport-4.14/324-v4.16-netfilter-flow-table-support-for-IPv6.patch
+++ 
b/target/linux/generic/backport-4.14/324-v4.16-netfilter-flow-table-support-for-IPv6.patch
@@ -45,7 +45,7 @@ Signed-off-by: Pablo Neira Ayuso 
  {
 --- a/net/ipv6/netfilter/Kconfig
 +++ b/net/ipv6/netfilter/Kconfig
-@@ -71,6 +71,14 @@ config NFT_FIB_IPV6
+@@ -99,6 +99,14 @@ config NFT_FIB_IPV6
  endif # NF_TABLES_IPV6
  endif # NF_TABLES
  
diff --git 
a/target/linux/generic/backport-4.14/329-v4.16-netfilter-improve-flow-table-Kconfig-dependencies.patch
 
b/target/linux/generic/backport-4.14/329-v4.16-netfilter-improve-flow-table-Kconfig-dependencies.patch
index c897c36724..7174723fc9 100644
--- 
a/target/linux/generic/backport-4.14/329-v4.16-netfilter-improve-flow-table-Kconfig-dependencies.patch
+++ 
b/target/linux/generic/backport-4.14/329-v4.16-netfilter-improve-flow-table-Kconfig-dependencies.patch
@@ -72,7 +72,7 @@ Signed-off-by: Pablo Neira Ayuso 
  
 --- a/net/ipv6/netfilter/Kconfig
 +++ b/net/ipv6/netfilter/Kconfig
-@@ -72,8 +72,9 @@ endif # NF_TABLES_IPV6
+@@ -100,8 +100,9 @@ endif # NF_TABLES_IPV6
  endif #