From f7e091c65d97045b178e098b4a7cf9dcd809378c Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Thu, 28 Dec 2023 12:15:10 +0100 Subject: [PATCH] mainline-kernel.conf.sh: explain better why we need to handle 6.7-rc7 in a special way --- config/sources/mainline-kernel.conf.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/sources/mainline-kernel.conf.sh b/config/sources/mainline-kernel.conf.sh index b80ee9f0ef..9a40408c83 100644 --- a/config/sources/mainline-kernel.conf.sh +++ b/config/sources/mainline-kernel.conf.sh @@ -24,6 +24,8 @@ function mainline_kernel_decide_version__upstream_release_candidate_number() { ### Later-than-usual hooks, for changing parameters after the hooks above have run. use mainline_kernel_decide_version__750 or higher. +# This is a _special case_ handling for a specific kernel -rc release problem during end-of-year vacations. +# It should be removed once the problem is fixed at kernel.org / google git mirrors. # https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git is missing 6.7-rc7 tag; use Linus GH repo instead. # Attention: this does not support/respect git mirror... hopefully kernel.org catches up soon and we can remove this. function mainline_kernel_decide_version__750_use_torvalds_for_6.7-rc7() {