diff mbox series

[LEDE-DEV] kernel: bump 4.9 to 4.9.64

Message ID 1511450082-1357-1-git-send-email-koen.vandeputte@ncentric.com
State Superseded
Headers show
Series [LEDE-DEV] kernel: bump 4.9 to 4.9.64 | expand

Commit Message

Koen Vandeputte Nov. 23, 2017, 3:14 p.m. UTC
Refreshed all patches

Compile-tested: cns3xxx, imx6
Runtime-tested: cns3xxx, imx6

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
---

Based on commit: "4e93ec1 kernel: i2c-piix4: fix dependency on TARGET_x86"


 include/kernel-version.mk                                             | 4 ++--
 .../ramips/patches-4.9/0013-owrt-hack-fix-mt7688-cache-issue.patch    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Kevin Darbyshire-Bryant Nov. 23, 2017, 3:29 p.m. UTC | #1
> On 23 Nov 2017, at 15:14, Koen Vandeputte <koen.vandeputte@ncentric.com> wrote:

> 

> Refreshed all patches

> 

> Compile-tested: cns3xxx, imx6

> Runtime-tested: cns3xxx, imx6

> 

> Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>

> ---

> 

> Based on commit: "4e93ec1 kernel: i2c-piix4: fix dependency on TARGET_x86"

> 

> 

> include/kernel-version.mk                                             | 4 ++--

> .../ramips/patches-4.9/0013-owrt-hack-fix-mt7688-cache-issue.patch    | 4 ++--

> 2 files changed, 4 insertions(+), 4 deletions(-)

> 

> diff --git a/include/kernel-version.mk b/include/kernel-version.mk

> index 8848439..835c540 100644

> --- a/include/kernel-version.mk

> +++ b/include/kernel-version.mk

> @@ -4,11 +4,11 @@ LINUX_RELEASE?=1

> 

> LINUX_VERSION-3.18 = .71

> LINUX_VERSION-4.4 = .93

> -LINUX_VERSION-4.9 = .63

> +LINUX_VERSION-4.9 = .64

> 

> LINUX_KERNEL_HASH-3.18.71 = 5abc9778ad44ce02ed6c8ab52ece8a21c6d20d21f6ed8a19287b4a38a50c1240

> LINUX_KERNEL_HASH-4.4.93 = ed349314f16e78a6571b5f8884f6452782aef6c26b81bcc7ccdac44ecd917c36

> -LINUX_KERNEL_HASH-4.9.63 = 21c9386f33fd3453ca67f7478b4c1ba34067645ef6d391871029cbd7f5df2ea3

> +LINUX_KERNEL_HASH-4.9.64 = 19627021bdcaeb1046ad0054b80e99e33fa3fc57d20f39bc147df3e86d3830c0

> 

> ifdef KERNEL_PATCHVER

>   LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))

> diff --git a/target/linux/ramips/patches-4.9/0013-owrt-hack-fix-mt7688-cache-issue.patch b/target/linux/ramips/patches-4.9/0013-owrt-hack-fix-mt7688-cache-issue.patch

> index 8602801..0a3ef36 100644

> --- a/target/linux/ramips/patches-4.9/0013-owrt-hack-fix-mt7688-cache-issue.patch

> +++ b/target/linux/ramips/patches-4.9/0013-owrt-hack-fix-mt7688-cache-issue.patch

> @@ -10,7 +10,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>

> 

> --- a/arch/mips/kernel/setup.c

> +++ b/arch/mips/kernel/setup.c

> -@@ -774,7 +774,6 @@ static void __init arch_mem_init(char **

> +@@ -846,7 +846,6 @@ static void __init arch_mem_init(char **

>  				crashk_res.end - crashk_res.start + 1,

>  				BOOTMEM_DEFAULT);

>  #endif

> @@ -18,7 +18,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>

>  	sparse_init();

>  	plat_swiotlb_setup();

> 

> -@@ -890,6 +889,7 @@ void __init setup_arch(char **cmdline_p)

> +@@ -962,6 +961,7 @@ void __init setup_arch(char **cmdline_p)

> 

>  	cpu_cache_init();

>  	paging_init();

> -- 

> 2.7.4

> 

Let’s see if I’ve persuaded mac mail to behave…doubt it.  No.  Maybe this time.  Still no - 3rd time lucky?

Add my tested by on ar71xx.  Actually I’m currently running what will be 4.9.65 stable queue patches…but had to go via 64 to get there ;-)

Tested-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Christian Lamparter Nov. 23, 2017, 6:56 p.m. UTC | #2
On Thursday, November 23, 2017 4:14:42 PM CET Koen Vandeputte wrote:
> Refreshed all patches
> 
> Compile-tested: cns3xxx, imx6
> Runtime-tested: cns3xxx, imx6

runs on the MyBook Live (apm821xx) w/o a hitch.

Tested-by: Christian Lamparter <chunkeey@gmail.com>

> Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
> ---
diff mbox series

Patch

diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 8848439..835c540 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -4,11 +4,11 @@  LINUX_RELEASE?=1
 
 LINUX_VERSION-3.18 = .71
 LINUX_VERSION-4.4 = .93
-LINUX_VERSION-4.9 = .63
+LINUX_VERSION-4.9 = .64
 
 LINUX_KERNEL_HASH-3.18.71 = 5abc9778ad44ce02ed6c8ab52ece8a21c6d20d21f6ed8a19287b4a38a50c1240
 LINUX_KERNEL_HASH-4.4.93 = ed349314f16e78a6571b5f8884f6452782aef6c26b81bcc7ccdac44ecd917c36
-LINUX_KERNEL_HASH-4.9.63 = 21c9386f33fd3453ca67f7478b4c1ba34067645ef6d391871029cbd7f5df2ea3
+LINUX_KERNEL_HASH-4.9.64 = 19627021bdcaeb1046ad0054b80e99e33fa3fc57d20f39bc147df3e86d3830c0
 
 ifdef KERNEL_PATCHVER
   LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))
diff --git a/target/linux/ramips/patches-4.9/0013-owrt-hack-fix-mt7688-cache-issue.patch b/target/linux/ramips/patches-4.9/0013-owrt-hack-fix-mt7688-cache-issue.patch
index 8602801..0a3ef36 100644
--- a/target/linux/ramips/patches-4.9/0013-owrt-hack-fix-mt7688-cache-issue.patch
+++ b/target/linux/ramips/patches-4.9/0013-owrt-hack-fix-mt7688-cache-issue.patch
@@ -10,7 +10,7 @@  Signed-off-by: John Crispin <blogic@openwrt.org>
 
 --- a/arch/mips/kernel/setup.c
 +++ b/arch/mips/kernel/setup.c
-@@ -774,7 +774,6 @@ static void __init arch_mem_init(char **
+@@ -846,7 +846,6 @@ static void __init arch_mem_init(char **
  				crashk_res.end - crashk_res.start + 1,
  				BOOTMEM_DEFAULT);
  #endif
@@ -18,7 +18,7 @@  Signed-off-by: John Crispin <blogic@openwrt.org>
  	sparse_init();
  	plat_swiotlb_setup();
  
-@@ -890,6 +889,7 @@ void __init setup_arch(char **cmdline_p)
+@@ -962,6 +961,7 @@ void __init setup_arch(char **cmdline_p)
  
  	cpu_cache_init();
  	paging_init();