Skip to content

Commit 54015e3

Browse files
committed
mainline: bump to Linux kernel 7.1-rc7
1 parent 1f5cd2d commit 54015e3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

config/sources/mainline-kernel.conf.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
function mainline_kernel_decide_version__upstream_release_candidate_number() {
99
[[ -n "${KERNELBRANCH}" ]] && return 0 # if already set, don't touch it; that way other hooks can run in any order
1010
if [[ "${KERNEL_MAJOR_MINOR}" == "7.1" ]]; then # @TODO: roll over to next MAJOR.MINOR and MAJOR.MINOR-rc1 when it is released
11-
declare -g KERNELBRANCH="tag:v7.1-rc6"
11+
declare -g KERNELBRANCH="tag:v7.1-rc7"
1212
display_alert "mainline-kernel: upstream release candidate" "Using KERNELBRANCH='${KERNELBRANCH}' for KERNEL_MAJOR_MINOR='${KERNEL_MAJOR_MINOR}'" "info"
1313
fi
1414
}
@@ -26,11 +26,11 @@ function mainline_kernel_decide_version__upstream_release_candidate_number() {
2626

2727
# Example: 6.7-rc7 was released by Linus, but kernel.org git and google git mirrors took a while to catch up; change the source to pull directly from Linus.
2828
# This was necessary for a few days in late December 2023, but no longer; tag was pushed on 28/Dec/2023.
29-
function mainline_kernel_decide_version__750_use_torvalds_for_7.1-rc6() {
30-
if [[ "${KERNELBRANCH}" == 'tag:v7.1-rc6' ]]; then
31-
display_alert "Using Linus kernel repo for 7.1-rc6" "${KERNELBRANCH}" "warn"
29+
function mainline_kernel_decide_version__750_use_torvalds_for_7.1-rc7() {
30+
if [[ "${KERNELBRANCH}" == 'tag:v7.1-rc7' ]]; then
31+
display_alert "Using Linus kernel repo for 7.1-rc7" "${KERNELBRANCH}" "warn"
3232
declare -g KERNELSOURCE="https://github.com/torvalds/linux.git"
33-
display_alert "mainline-kernel: missing torvalds tag on 7.1-rc6" "Using KERNELSOURCE='${KERNELSOURCE}' for KERNELBRANCH='${KERNELBRANCH}'" "info"
33+
display_alert "mainline-kernel: missing torvalds tag on 7.1-rc7" "Using KERNELSOURCE='${KERNELSOURCE}' for KERNELBRANCH='${KERNELBRANCH}'" "info"
3434
fi
3535
}
3636

0 commit comments

Comments
 (0)