From 9ae14ad85145381f7207ec38ce8ec146c8d9f4ae Mon Sep 17 00:00:00 2001 From: Gunjan Gupta Date: Sun, 30 Jul 2023 02:09:07 +0530 Subject: [PATCH] sunxi: bump current kernel to 6.1.42 --- config/kernel/linux-sunxi-current.config | 2 +- config/sources/families/include/sunxi_common.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/kernel/linux-sunxi-current.config b/config/kernel/linux-sunxi-current.config index ed89c83201..ea9ba56925 100644 --- a/config/kernel/linux-sunxi-current.config +++ b/config/kernel/linux-sunxi-current.config @@ -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 diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index 3dc60ebaa9..21c3ada530 100644 --- a/config/sources/families/include/sunxi_common.inc +++ b/config/sources/families/include/sunxi_common.inc @@ -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)