sunxi: bump current kernel to 6.1.42

This commit is contained in:
Gunjan Gupta 2023-07-30 02:09:07 +05:30
parent 6c80e42899
commit 9ae14ad851
2 changed files with 2 additions and 2 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 is not set
CONFIG_RCU_TRACE=y
# CONFIG_RCU_EQS_DEBUG is not set
# end of RCU Debugging

View File

@ -30,7 +30,7 @@ case $BRANCH in
current)
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.1.40"
declare -g KERNELBRANCH="tag:v6.1.42"
;;
edge)