[openwrt/openwrt] qoriq: switch to kernel 5.15

LEDE Commits lede-commits at lists.infradead.org
Wed Dec 14 08:53:58 PST 2022


stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/230f2fccd14ed98bbb9e7302d1da67a934f71791

commit 230f2fccd14ed98bbb9e7302d1da67a934f71791
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Wed Dec 14 18:53:39 2022 +0200

    qoriq: switch to kernel 5.15
    
    The testing kernel has been running fine for months on a rather complex
    network setup, with one exception being a crash in
    __xfrm_state_delete(). This crash has been fixed in kernel 5.15.82, so
    let's switch the qoriq target to kernel 5.15 by default.
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
 target/linux/qoriq/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/qoriq/Makefile b/target/linux/qoriq/Makefile
index a92186fd6e..5e8e417d3f 100644
--- a/target/linux/qoriq/Makefile
+++ b/target/linux/qoriq/Makefile
@@ -11,8 +11,7 @@ CPU_TYPE:=e5500
 FEATURES:=boot-part ext4 fpu legacy-sdcard powerpc64 ramdisk rootfs-part rtc source-only
 SUBTARGETS:=generic
 
-KERNEL_PATCHVER:=5.10
-KERNEL_TESTING_PATCHVER:=5.15
+KERNEL_PATCHVER:=5.15
 
 KERNELNAME:=zImage
 




More information about the lede-commits mailing list