Skip to content

Commit 36c21f3

Browse files
committed
generator: yml: Update stable anchor to 7.0
This is the latest stable release. Apply commit d9d773a ("generator: yml: Disable ARCH=hexagon allmodconfig in mainline and next with LLVM < 19.1.0") to stable. Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent cdf59a8 commit 36c21f3

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

generator/yml/0004-trees.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
trees:
22
- &mainline {git_repo: *mainline-url, git_ref: master, name: mainline}
33
- &next {git_repo: *next-url, git_ref: master, name: next}
4-
- &stable {git_repo: *stable-url, git_ref: linux-6.19.y, name: stable}
4+
- &stable {git_repo: *stable-url, git_ref: linux-7.0.y, name: stable}
55
- &stable-6_12 {git_repo: *stable-url, git_ref: linux-6.12.y, name: "6.12"}
66
- &stable-6_6 {git_repo: *stable-url, git_ref: linux-6.6.y, name: "6.6"}
77
- &stable-6_1 {git_repo: *stable-url, git_ref: linux-6.1.y, name: "6.1"}

generator/yml/0009-llvm-15.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@
174174
- {<< : *arm64_fedora, << : *stable, << : *llvm_full, boot: true, << : *llvm_15}
175175
- {<< : *arm64_suse, << : *stable, << : *llvm_full, boot: true, << : *llvm_15}
176176
- {<< : *hexagon, << : *stable, << : *llvm_full, boot: false, << : *llvm_15}
177-
- {<< : *hexagon_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_15}
177+
# hexagon allmodconfig is too big when the constant extender optimization is disabled (LLVM < 19.1.0)
178+
# - {<< : *hexagon_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_15}
178179
# i386 fails to build after e2ffa15b9baa ("kbuild: Disable CC_HAS_ASM_GOTO_OUTPUT on clang < 17")
179180
# https://github.com/ClangBuiltLinux/linux/issues/2121
180181
# - {<< : *i386, << : *stable, << : *llvm_full, boot: true, << : *llvm_15}

generator/yml/0009-llvm-16.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@
190190
- {<< : *arm64_suse, << : *stable, << : *llvm_full, boot: true, << : *llvm_16}
191191
- {<< : *arm64_virt, << : *stable, << : *llvm_full, boot: true, << : *llvm_16}
192192
- {<< : *hexagon, << : *stable, << : *llvm_full, boot: false, << : *llvm_16}
193-
- {<< : *hexagon_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_16}
193+
# hexagon allmodconfig is too big when the constant extender optimization is disabled (LLVM < 19.1.0)
194+
# - {<< : *hexagon_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_16}
194195
# i386 fails to build after e2ffa15b9baa ("kbuild: Disable CC_HAS_ASM_GOTO_OUTPUT on clang < 17")
195196
# https://github.com/ClangBuiltLinux/linux/issues/2121
196197
# - {<< : *i386, << : *stable, << : *llvm_full, boot: true, << : *llvm_16}

generator/yml/0009-llvm-17.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@
193193
- {<< : *arm64_suse, << : *stable, << : *llvm_full, boot: true, << : *llvm_17}
194194
- {<< : *arm64_virt, << : *stable, << : *llvm_full, boot: true, << : *llvm_17}
195195
- {<< : *hexagon, << : *stable, << : *llvm_full, boot: false, << : *llvm_17}
196-
- {<< : *hexagon_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_17}
196+
# hexagon allmodconfig is too big when the constant extender optimization is disabled (LLVM < 19.1.0)
197+
# - {<< : *hexagon_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_17}
197198
- {<< : *i386, << : *stable, << : *llvm_full, boot: true, << : *llvm_17}
198199
- {<< : *i386_suse, << : *stable, << : *llvm_full, boot: false, << : *llvm_17}
199200
# mips with the integrated assembler does not work after 56651128e2fb ("MIPS: Fix idle VS timer enqueue")

generator/yml/0009-llvm-18.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@
206206
- {<< : *arm64_virt, << : *stable, << : *llvm_full, boot: true, << : *llvm_18}
207207
- {<< : *arm64_hardening, << : *stable, << : *llvm_full, boot: true, << : *llvm_18}
208208
- {<< : *hexagon, << : *stable, << : *llvm_full, boot: false, << : *llvm_18}
209-
- {<< : *hexagon_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_18}
209+
# hexagon allmodconfig is too big when the constant extender optimization is disabled (LLVM < 19.1.0)
210+
# - {<< : *hexagon_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_18}
210211
- {<< : *i386, << : *stable, << : *llvm_full, boot: true, << : *llvm_18}
211212
- {<< : *i386_suse, << : *stable, << : *llvm_full, boot: false, << : *llvm_18}
212213
- {<< : *loong, << : *stable, << : *llvm_full, boot: true, << : *llvm_18}

0 commit comments

Comments
 (0)