Browse Source

linux: update to 4.8.15

Waldemar Brodkorb 7 years ago
parent
commit
15b880d0c4

+ 2 - 2
mk/kernel-ver.mk

@@ -22,10 +22,10 @@ KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
 KERNEL_HASH:=		029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a
 endif
 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_8),y)
-KERNEL_FILE_VER:=	4.8.11
+KERNEL_FILE_VER:=	4.8.15
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		cc0f42f408ba3e51f8b0e93e3d8050ff18569456d286cb2a1aca3327dd06890f
+KERNEL_HASH:=		1605260913729b7b72a64a0598b782725e365dab57d49dec188373d634538fee
 endif
 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4),y)
 KERNEL_FILE_VER:=	4.4.30

+ 0 - 0
target/avr32/grasshopper/patches/4.8.11/0001-grasshopper.patch → target/avr32/grasshopper/patches/4.8.15/0001-grasshopper.patch


+ 0 - 0
target/avr32/grasshopper/patches/4.8.11/0002-grasshopper-led-pwm.patch → target/avr32/grasshopper/patches/4.8.15/0002-grasshopper-led-pwm.patch


+ 0 - 0
target/avr32/grasshopper/patches/4.8.11/0003-grasshopper-mmc.patch → target/avr32/grasshopper/patches/4.8.15/0003-grasshopper-mmc.patch


+ 0 - 0
target/avr32/grasshopper/patches/4.8.11/0004-grasshopper-i2c.patch → target/avr32/grasshopper/patches/4.8.15/0004-grasshopper-i2c.patch


+ 0 - 0
target/avr32/grasshopper/patches/4.8.11/0005-grasshopper-usart.patch → target/avr32/grasshopper/patches/4.8.15/0005-grasshopper-usart.patch


+ 0 - 0
target/avr32/grasshopper/patches/4.8.11/0100-netfilter-init-fix.patch → target/avr32/grasshopper/patches/4.8.15/0100-netfilter-init-fix.patch


+ 1 - 1
target/config/Config.in.kernelversion

@@ -32,7 +32,7 @@ config ADK_TARGET_KERNEL_VERSION_4_9
 	depends on !ADK_TARGET_SYSTEM_QEMU_ARM_VERSATILEPB_NOMMU
 
 config ADK_TARGET_KERNEL_VERSION_4_8
-	bool "4.8.11"
+	bool "4.8.15"
 	depends on !ADK_TARGET_ARCH_CRIS
 	depends on !ADK_TARGET_ARCH_METAG
 	depends on !ADK_TARGET_ARCH_NDS32

+ 0 - 31
target/linux/patches/4.8.11/sparc32.patch

@@ -1,31 +0,0 @@
-commit 07b5ab3f71d318e52c18cc3b73c1d44c908aacfa
-Author: Andreas Larsson <andreas@gaisler.com>
-Date:   Wed Nov 9 10:43:05 2016 +0100
-
-    sparc32: Fix inverted invalid_frame_pointer checks on sigreturns
-    
-    Signed-off-by: Andreas Larsson <andreas@gaisler.com>
-    Signed-off-by: David S. Miller <davem@davemloft.net>
-
-diff --git a/arch/sparc/kernel/signal_32.c b/arch/sparc/kernel/signal_32.c
-index c3c12ef..9c0c8fd 100644
---- a/arch/sparc/kernel/signal_32.c
-+++ b/arch/sparc/kernel/signal_32.c
-@@ -89,7 +89,7 @@ asmlinkage void do_sigreturn(struct pt_regs *regs)
- 	sf = (struct signal_frame __user *) regs->u_regs[UREG_FP];
- 
- 	/* 1. Make sure we are not getting garbage from the user */
--	if (!invalid_frame_pointer(sf, sizeof(*sf)))
-+	if (invalid_frame_pointer(sf, sizeof(*sf)))
- 		goto segv_and_exit;
- 
- 	if (get_user(ufp, &sf->info.si_regs.u_regs[UREG_FP]))
-@@ -150,7 +150,7 @@ asmlinkage void do_rt_sigreturn(struct pt_regs *regs)
- 
- 	synchronize_user_stack();
- 	sf = (struct rt_signal_frame __user *) regs->u_regs[UREG_FP];
--	if (!invalid_frame_pointer(sf, sizeof(*sf)))
-+	if (invalid_frame_pointer(sf, sizeof(*sf)))
- 		goto segv;
- 
- 	if (get_user(ufp, &sf->regs.u_regs[UREG_FP]))

+ 0 - 0
target/linux/patches/4.8.11/crisv32.patch → target/linux/patches/4.8.15/crisv32.patch


+ 0 - 0
target/linux/patches/4.8.11/crisv32_ethernet_driver.patch → target/linux/patches/4.8.15/crisv32_ethernet_driver.patch


+ 0 - 0
target/linux/patches/4.8.11/initramfs-nosizelimit.patch → target/linux/patches/4.8.15/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/4.8.11/ld-or1k.patch → target/linux/patches/4.8.15/ld-or1k.patch


+ 0 - 0
target/linux/patches/4.8.11/macsonic.patch → target/linux/patches/4.8.15/macsonic.patch


+ 0 - 0
target/linux/patches/4.8.11/microblaze-sigaltstack.patch → target/linux/patches/4.8.15/microblaze-sigaltstack.patch


+ 0 - 0
target/linux/patches/4.8.11/or1k-more-ram.patch → target/linux/patches/4.8.15/or1k-more-ram.patch


File diff suppressed because it is too large
+ 156 - 451
target/linux/patches/4.8.15/patch-realtime


+ 0 - 0
target/linux/patches/4.8.11/sh2.patch → target/linux/patches/4.8.15/sh2.patch


+ 0 - 0
target/linux/patches/4.8.11/startup.patch → target/linux/patches/4.8.15/startup.patch


+ 0 - 0
target/linux/patches/4.8.11/vdso2.patch → target/linux/patches/4.8.15/vdso2.patch


Some files were not shown because too many files changed in this diff