Skip to content

Commit e3e7e93

Browse files
Update Linux kernel version to 5.15.98
1 parent 62de307 commit e3e7e93

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
[[ -z $KERNEL_VERSION ]] && KERNEL_VERSION='5.15.93'
3+
[[ -z $KERNEL_VERSION ]] && KERNEL_VERSION='5.15.98'
44
[[ -z $BUILDROOT_VERSION ]] && BUILDROOT_VERSION='2022.02.9'
55

66
Usage() {

configs/kernelarm64.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 5.15.93 Kernel Configuration
3+
# Linux/arm64 5.15.98 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (Debian 8.3.0-2) 8.3.0"
66
CONFIG_CC_IS_GCC=y
@@ -16,6 +16,7 @@ CONFIG_CC_CAN_LINK_STATIC=y
1616
CONFIG_CC_HAS_ASM_GOTO=y
1717
CONFIG_CC_HAS_ASM_INLINE=y
1818
CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
19+
CONFIG_PAHOLE_VERSION=0
1920
CONFIG_IRQ_WORK=y
2021
CONFIG_BUILDTIME_TABLE_SORT=y
2122
CONFIG_THREAD_INFO_IN_TASK=y

configs/kernelx64.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86 5.15.93 Kernel Configuration
3+
# Linux/x86 5.15.98 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (Debian 8.3.0-6) 8.3.0"
66
CONFIG_CC_IS_GCC=y
@@ -16,6 +16,7 @@ CONFIG_CC_CAN_LINK_STATIC=y
1616
CONFIG_CC_HAS_ASM_GOTO=y
1717
CONFIG_CC_HAS_ASM_INLINE=y
1818
CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
19+
CONFIG_PAHOLE_VERSION=0
1920
CONFIG_IRQ_WORK=y
2021
CONFIG_BUILDTIME_TABLE_SORT=y
2122
CONFIG_THREAD_INFO_IN_TASK=y

configs/kernelx86.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/i386 5.15.93 Kernel Configuration
3+
# Linux/i386 5.15.98 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (Debian 8.3.0-6) 8.3.0"
66
CONFIG_CC_IS_GCC=y
@@ -14,6 +14,7 @@ CONFIG_LLD_VERSION=0
1414
CONFIG_CC_HAS_ASM_GOTO=y
1515
CONFIG_CC_HAS_ASM_INLINE=y
1616
CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
17+
CONFIG_PAHOLE_VERSION=0
1718
CONFIG_IRQ_WORK=y
1819
CONFIG_BUILDTIME_TABLE_SORT=y
1920
CONFIG_THREAD_INFO_IN_TASK=y

0 commit comments

Comments
 (0)