Skip to content

Commit

Permalink
Update Linux kernel to v5.15.93
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Roth committed Feb 10, 2023
1 parent 1c7ffee commit 6e30488
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

[[ -z $KERNEL_VERSION ]] && KERNEL_VERSION='5.15.68'
[[ -z $KERNEL_VERSION ]] && KERNEL_VERSION='5.15.93'
[[ -z $BUILDROOT_VERSION ]] && BUILDROOT_VERSION='2022.02.6'

Usage() {
Expand Down
6 changes: 5 additions & 1 deletion configs/kernelarm64.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.15.68 Kernel Configuration
# Linux/arm64 5.15.93 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (Debian 6.3.0-18) 6.3.0 20170516"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -295,6 +295,7 @@ CONFIG_ARM64_ERRATUM_1165522=y
CONFIG_ARM64_ERRATUM_1319367=y
CONFIG_ARM64_ERRATUM_1530923=y
CONFIG_ARM64_WORKAROUND_REPEAT_TLBI=y
CONFIG_ARM64_ERRATUM_2441007=y
CONFIG_ARM64_ERRATUM_1286807=y
CONFIG_ARM64_ERRATUM_1463225=y
CONFIG_ARM64_ERRATUM_1542419=y
Expand Down Expand Up @@ -771,6 +772,7 @@ CONFIG_NET_UDP_TUNNEL=y
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
CONFIG_INET_TABLE_PERTURB_ORDER=16
# CONFIG_INET_DIAG is not set
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
Expand Down Expand Up @@ -3846,6 +3848,8 @@ CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
# CONFIG_DEBUG_BUGVERBOSE is not set
# end of printk and dmesg options

CONFIG_AS_HAS_NON_CONST_LEB128=y

#
# Compile-time checks and compiler options
#
Expand Down
5 changes: 4 additions & 1 deletion configs/kernelx64.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.15.68 Kernel Configuration
# Linux/x86 5.15.93 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -795,6 +795,7 @@ CONFIG_NET_UDP_TUNNEL=y
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
CONFIG_INET_TABLE_PERTURB_ORDER=16
# CONFIG_INET_DIAG is not set
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
Expand Down Expand Up @@ -3841,6 +3842,8 @@ CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
# CONFIG_DEBUG_BUGVERBOSE is not set
# end of printk and dmesg options

CONFIG_AS_HAS_NON_CONST_LEB128=y

#
# Compile-time checks and compiler options
#
Expand Down
5 changes: 4 additions & 1 deletion configs/kernelx86.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/i386 5.15.68 Kernel Configuration
# Linux/i386 5.15.93 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -803,6 +803,7 @@ CONFIG_NET_UDP_TUNNEL=y
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
CONFIG_INET_TABLE_PERTURB_ORDER=16
# CONFIG_INET_DIAG is not set
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
Expand Down Expand Up @@ -3808,6 +3809,8 @@ CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
# CONFIG_DEBUG_BUGVERBOSE is not set
# end of printk and dmesg options

CONFIG_AS_HAS_NON_CONST_LEB128=y

#
# Compile-time checks and compiler options
#
Expand Down

0 comments on commit 6e30488

Please sign in to comment.