From e3e7e93cc249a92b512862f308481f1ee055740d Mon Sep 17 00:00:00 2001 From: Sebastian Roth Date: Sun, 5 Mar 2023 14:52:58 +0100 Subject: [PATCH] Update Linux kernel version to 5.15.98 --- build.sh | 2 +- configs/kernelarm64.config | 3 ++- configs/kernelx64.config | 3 ++- configs/kernelx86.config | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 1fbea5c..ec9595f 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -[[ -z $KERNEL_VERSION ]] && KERNEL_VERSION='5.15.93' +[[ -z $KERNEL_VERSION ]] && KERNEL_VERSION='5.15.98' [[ -z $BUILDROOT_VERSION ]] && BUILDROOT_VERSION='2022.02.9' Usage() { diff --git a/configs/kernelarm64.config b/configs/kernelarm64.config index ea51100..98d4e3a 100644 --- a/configs/kernelarm64.config +++ b/configs/kernelarm64.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 5.15.93 Kernel Configuration +# Linux/arm64 5.15.98 Kernel Configuration # CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (Debian 8.3.0-2) 8.3.0" CONFIG_CC_IS_GCC=y @@ -16,6 +16,7 @@ CONFIG_CC_CAN_LINK_STATIC=y CONFIG_CC_HAS_ASM_GOTO=y CONFIG_CC_HAS_ASM_INLINE=y CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y +CONFIG_PAHOLE_VERSION=0 CONFIG_IRQ_WORK=y CONFIG_BUILDTIME_TABLE_SORT=y CONFIG_THREAD_INFO_IN_TASK=y diff --git a/configs/kernelx64.config b/configs/kernelx64.config index 79aa4e2..509651e 100755 --- a/configs/kernelx64.config +++ b/configs/kernelx64.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.15.93 Kernel Configuration +# Linux/x86 5.15.98 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (Debian 8.3.0-6) 8.3.0" CONFIG_CC_IS_GCC=y @@ -16,6 +16,7 @@ CONFIG_CC_CAN_LINK_STATIC=y CONFIG_CC_HAS_ASM_GOTO=y CONFIG_CC_HAS_ASM_INLINE=y CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y +CONFIG_PAHOLE_VERSION=0 CONFIG_IRQ_WORK=y CONFIG_BUILDTIME_TABLE_SORT=y CONFIG_THREAD_INFO_IN_TASK=y diff --git a/configs/kernelx86.config b/configs/kernelx86.config index a22e73d..db3e8c9 100755 --- a/configs/kernelx86.config +++ b/configs/kernelx86.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 5.15.93 Kernel Configuration +# Linux/i386 5.15.98 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (Debian 8.3.0-6) 8.3.0" CONFIG_CC_IS_GCC=y @@ -14,6 +14,7 @@ CONFIG_LLD_VERSION=0 CONFIG_CC_HAS_ASM_GOTO=y CONFIG_CC_HAS_ASM_INLINE=y CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y +CONFIG_PAHOLE_VERSION=0 CONFIG_IRQ_WORK=y CONFIG_BUILDTIME_TABLE_SORT=y CONFIG_THREAD_INFO_IN_TASK=y