Allwinner: bump legacy, current and edge kernels

Legacy - 5.15.123 -> 5.15.124
Current - 6.1.42 -> 6.1.43
Edge - 6.4.7 -> 6.4.8

Toggled CONFIG_RCU_TRACE in linux-sunxi-current.config to fix booting
on 32-bit kernel
This commit is contained in:
Gunjan Gupta 2023-08-04 02:47:44 +05:30 committed by Igor
parent 2c723a725d
commit 9ae926fe17
3 changed files with 7 additions and 7 deletions

View File

@ -8275,7 +8275,7 @@ CONFIG_STACKTRACE=y
# CONFIG_RCU_REF_SCALE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=21
CONFIG_RCU_EXP_CPU_STALL_TIMEOUT=0
CONFIG_RCU_TRACE=y
# CONFIG_RCU_TRACE is not set
# CONFIG_RCU_EQS_DEBUG is not set
# end of RCU Debugging

View File

@ -24,17 +24,17 @@ case $BRANCH in
legacy)
declare -g KERNEL_MAJOR_MINOR="5.15" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v5.15.123"
declare -g KERNELBRANCH="tag:v5.15.124"
;;
current)
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.1.42"
declare -g KERNELBRANCH="tag:v6.1.43"
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.4.7"
declare -g KERNELBRANCH="tag:v6.4.8"
;;
esac

View File

@ -25,17 +25,17 @@ case $BRANCH in
legacy)
declare -g KERNEL_MAJOR_MINOR="5.15" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v5.15.123"
declare -g KERNELBRANCH="tag:v5.15.124"
;;
current)
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.1.42"
declare -g KERNELBRANCH="tag:v6.1.43"
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.4.7"
declare -g KERNELBRANCH="tag:v6.4.8"
;;
esac