Skip to content

Commit 11c4ae6

Browse files
committed
Update stable anchor to 6.15
This is the latest stable release. This change applies the following changes to this tree, as they are necessary with the version bump. 3d9c49a ("generator: yml: Drop x86 builds with LLVM 13 and 14 on -next and tip") 5d92e83 ("generator: yml: Disable x86_64 allyesconfig on mainline and newer") 65ed0a6 ("generator: yml: Disable integrated assembler for certain MIPS builds") 753f29e ("patches: mainline: Apply workaround for __read_overflow error in iwlwifi") It drops the -Wunterminated-string-initialization series, as it is present in 6.15. Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 97f3510 commit 11c4ae6

16 files changed

+133
-469
lines changed

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.14.y, name: stable}
4+
- &stable {git_repo: *stable-url, git_ref: linux-6.15.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-13.yml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,9 @@
137137
- {<< : *arm64_suse, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
138138
- {<< : *hexagon, << : *stable, << : *llvm_full, boot: false, << : *llvm_13}
139139
- {<< : *hexagon_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_13}
140-
- {<< : *i386, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
141-
- {<< : *i386_suse, << : *stable, << : *llvm_full, boot: false, << : *llvm_13}
142-
- {<< : *mips, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
143-
- {<< : *mipsel, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
140+
# mips with the integrated assembler does not work after 56651128e2fb ("MIPS: Fix idle VS timer enqueue")
141+
- {<< : *mips, << : *stable, << : *llvm, boot: true, << : *llvm_13}
142+
- {<< : *mipsel, << : *stable, << : *llvm, boot: true, << : *llvm_13}
144143
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
145144
# - {<< : *ppc32, << : *stable, << : *llvm, boot: true, << : *llvm_13}
146145
- {<< : *ppc64_no_werror, << : *stable, << : *llvm, boot: true, << : *llvm_13}
@@ -152,20 +151,6 @@
152151
- {<< : *riscv_alpine, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
153152
- {<< : *riscv_suse, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
154153
- {<< : *um, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
155-
- {<< : *x86_64, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
156-
- {<< : *x86_64_lto_full, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
157-
- {<< : *x86_64_lto_thin, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
158-
- {<< : *x86_64_kasan, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
159-
- {<< : *x86_64_kcsan, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
160-
- {<< : *x86_64_ubsan, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
161-
- {<< : *x86_64_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_13}
162-
- {<< : *x86_64_allmod_lto, << : *stable, << : *llvm_full, boot: false, << : *llvm_13}
163-
- {<< : *x86_64_allno, << : *stable, << : *llvm_full, boot: false, << : *llvm_13}
164-
- {<< : *x86_64_allyes, << : *stable, << : *llvm_full, boot: false, << : *llvm_13}
165-
- {<< : *x86_64_alpine, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
166-
- {<< : *x86_64_arch, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
167-
- {<< : *x86_64_fedora, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
168-
- {<< : *x86_64_suse, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
169154
############
170155
# 6.12.y #
171156
############

generator/yml/0009-llvm-14.yml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,9 @@
126126
- {<< : *arm64_suse, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
127127
- {<< : *hexagon, << : *stable, << : *llvm_full, boot: false, << : *llvm_14}
128128
- {<< : *hexagon_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_14}
129-
- {<< : *i386, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
130-
- {<< : *i386_suse, << : *stable, << : *llvm_full, boot: false, << : *llvm_14}
131-
- {<< : *mips, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
132-
- {<< : *mipsel, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
129+
# mips with the integrated assembler does not work after 56651128e2fb ("MIPS: Fix idle VS timer enqueue")
130+
- {<< : *mips, << : *stable, << : *llvm, boot: true, << : *llvm_14}
131+
- {<< : *mipsel, << : *stable, << : *llvm, boot: true, << : *llvm_14}
133132
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
134133
# - {<< : *ppc32, << : *stable, << : *llvm, boot: true, << : *llvm_14}
135134
- {<< : *ppc64, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
@@ -144,20 +143,6 @@
144143
- {<< : *riscv_alpine, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
145144
- {<< : *riscv_suse, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
146145
- {<< : *um, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
147-
- {<< : *x86_64, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
148-
- {<< : *x86_64_lto_full, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
149-
- {<< : *x86_64_lto_thin, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
150-
- {<< : *x86_64_kasan, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
151-
- {<< : *x86_64_kcsan, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
152-
- {<< : *x86_64_ubsan, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
153-
- {<< : *x86_64_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_14}
154-
- {<< : *x86_64_allmod_lto, << : *stable, << : *llvm_full, boot: false, << : *llvm_14}
155-
- {<< : *x86_64_allno, << : *stable, << : *llvm_full, boot: false, << : *llvm_14}
156-
- {<< : *x86_64_allyes, << : *stable, << : *llvm_full, boot: false, << : *llvm_14}
157-
- {<< : *x86_64_alpine, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
158-
- {<< : *x86_64_arch, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
159-
- {<< : *x86_64_fedora, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
160-
- {<< : *x86_64_suse, << : *stable, << : *llvm_full, boot: true, << : *llvm_14}
161146
############
162147
# 6.12.y #
163148
############

generator/yml/0009-llvm-15.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,9 @@
174174
- {<< : *hexagon_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_15}
175175
- {<< : *i386, << : *stable, << : *llvm_full, boot: true, << : *llvm_15}
176176
- {<< : *i386_suse, << : *stable, << : *llvm_full, boot: false, << : *llvm_15}
177-
- {<< : *mips, << : *stable, << : *llvm_full, boot: true, << : *llvm_15}
178-
- {<< : *mipsel, << : *stable, << : *llvm_full, boot: true, << : *llvm_15}
177+
# mips with the integrated assembler does not work after 56651128e2fb ("MIPS: Fix idle VS timer enqueue")
178+
- {<< : *mips, << : *stable, << : *llvm, boot: true, << : *llvm_15}
179+
- {<< : *mipsel, << : *stable, << : *llvm, boot: true, << : *llvm_15}
179180
# ppc32: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1679)
180181
# - {<< : *ppc32, << : *stable, << : *llvm, boot: true, << : *llvm_15}
181182
- {<< : *ppc64, << : *stable, << : *llvm_full, boot: true, << : *llvm_15}
@@ -203,7 +204,8 @@
203204
- {<< : *x86_64_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_15}
204205
- {<< : *x86_64_allmod_lto, << : *stable, << : *llvm_full, boot: false, << : *llvm_15}
205206
- {<< : *x86_64_allno, << : *stable, << : *llvm_full, boot: false, << : *llvm_15}
206-
- {<< : *x86_64_allyes, << : *stable, << : *llvm_full, boot: false, << : *llvm_15}
207+
# x86_64 allyesconfig has grown too large to be linked within TuxSuite's time limit
208+
# - {<< : *x86_64_allyes, << : *stable, << : *llvm_full, boot: false, << : *llvm_15}
207209
- {<< : *x86_64_alpine, << : *stable, << : *llvm_full, boot: true, << : *llvm_15}
208210
- {<< : *x86_64_arch, << : *stable, << : *llvm_full, boot: true, << : *llvm_15}
209211
- {<< : *x86_64_fedora, << : *stable, << : *llvm_full, boot: true, << : *llvm_15}

generator/yml/0009-llvm-16.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,9 @@
190190
- {<< : *hexagon_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_16}
191191
- {<< : *i386, << : *stable, << : *llvm_full, boot: true, << : *llvm_16}
192192
- {<< : *i386_suse, << : *stable, << : *llvm_full, boot: false, << : *llvm_16}
193-
- {<< : *mips, << : *stable, << : *llvm_full, boot: true, << : *llvm_16}
194-
- {<< : *mipsel, << : *stable, << : *llvm_full, boot: true, << : *llvm_16}
193+
# mips with the integrated assembler does not work after 56651128e2fb ("MIPS: Fix idle VS timer enqueue")
194+
- {<< : *mips, << : *stable, << : *llvm, boot: true, << : *llvm_16}
195+
- {<< : *mipsel, << : *stable, << : *llvm, boot: true, << : *llvm_16}
195196
# ppc32: Boot disabled (https://github.com/ClangBuiltLinux/linux/issues/1814)
196197
- {<< : *ppc32, << : *stable, << : *llvm, boot: false, << : *llvm_16}
197198
- {<< : *ppc64, << : *stable, << : *llvm_full, boot: true, << : *llvm_16}
@@ -221,7 +222,8 @@
221222
- {<< : *x86_64_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_16}
222223
- {<< : *x86_64_allmod_lto, << : *stable, << : *llvm_full, boot: false, << : *llvm_16}
223224
- {<< : *x86_64_allno, << : *stable, << : *llvm_full, boot: false, << : *llvm_16}
224-
- {<< : *x86_64_allyes, << : *stable, << : *llvm_full, boot: false, << : *llvm_16}
225+
# x86_64 allyesconfig has grown too large to be linked within TuxSuite's time limit
226+
# - {<< : *x86_64_allyes, << : *stable, << : *llvm_full, boot: false, << : *llvm_16}
225227
- {<< : *x86_64_alpine, << : *stable, << : *llvm_full, boot: true, << : *llvm_16}
226228
- {<< : *x86_64_arch, << : *stable, << : *llvm_full, boot: true, << : *llvm_16}
227229
- {<< : *x86_64_fedora, << : *stable, << : *llvm_full, boot: true, << : *llvm_16}

generator/yml/0009-llvm-17.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,9 @@
197197
- {<< : *hexagon_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_17}
198198
- {<< : *i386, << : *stable, << : *llvm_full, boot: true, << : *llvm_17}
199199
- {<< : *i386_suse, << : *stable, << : *llvm_full, boot: false, << : *llvm_17}
200-
- {<< : *mips, << : *stable, << : *llvm_full, boot: true, << : *llvm_17}
201-
- {<< : *mipsel, << : *stable, << : *llvm_full, boot: true, << : *llvm_17}
200+
# mips with the integrated assembler does not work after 56651128e2fb ("MIPS: Fix idle VS timer enqueue")
201+
- {<< : *mips, << : *stable, << : *llvm, boot: true, << : *llvm_17}
202+
- {<< : *mipsel, << : *stable, << : *llvm, boot: true, << : *llvm_17}
202203
# ppc32: Boot disabled (https://github.com/ClangBuiltLinux/linux/issues/1814)
203204
- {<< : *ppc32, << : *stable, << : *llvm, boot: false, << : *llvm_17}
204205
- {<< : *ppc64, << : *stable, << : *llvm_full, boot: true, << : *llvm_17}
@@ -229,7 +230,8 @@
229230
- {<< : *x86_64_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_17}
230231
- {<< : *x86_64_allmod_lto, << : *stable, << : *llvm_full, boot: false, << : *llvm_17}
231232
- {<< : *x86_64_allno, << : *stable, << : *llvm_full, boot: false, << : *llvm_17}
232-
- {<< : *x86_64_allyes, << : *stable, << : *llvm_full, boot: false, << : *llvm_17}
233+
# x86_64 allyesconfig has grown too large to be linked within TuxSuite's time limit
234+
# - {<< : *x86_64_allyes, << : *stable, << : *llvm_full, boot: false, << : *llvm_17}
233235
- {<< : *x86_64_alpine, << : *stable, << : *llvm_full, boot: true, << : *llvm_17}
234236
- {<< : *x86_64_arch, << : *stable, << : *llvm_full, boot: true, << : *llvm_17}
235237
- {<< : *x86_64_fedora, << : *stable, << : *llvm_full, boot: true, << : *llvm_17}

generator/yml/0009-llvm-18.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,9 @@
214214
- {<< : *loong_lto_thin, << : *stable, << : *llvm_full, boot: true, << : *llvm_18}
215215
- {<< : *loong_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_18}
216216
- {<< : *loong_allmod_lto, << : *stable, << : *llvm_full, boot: false, << : *llvm_18}
217-
- {<< : *mips, << : *stable, << : *llvm_full, boot: true, << : *llvm_18}
218-
- {<< : *mipsel, << : *stable, << : *llvm_full, boot: true, << : *llvm_18}
217+
# mips with the integrated assembler does not work after 56651128e2fb ("MIPS: Fix idle VS timer enqueue")
218+
- {<< : *mips, << : *stable, << : *llvm, boot: true, << : *llvm_18}
219+
- {<< : *mipsel, << : *stable, << : *llvm, boot: true, << : *llvm_18}
219220
# ppc32: Boot disabled (https://github.com/ClangBuiltLinux/linux/issues/1814)
220221
- {<< : *ppc32, << : *stable, << : *llvm, boot: false, << : *llvm_18}
221222
- {<< : *ppc64, << : *stable, << : *llvm_full, boot: true, << : *llvm_18}
@@ -246,7 +247,8 @@
246247
- {<< : *x86_64_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_18}
247248
- {<< : *x86_64_allmod_lto, << : *stable, << : *llvm_full, boot: false, << : *llvm_18}
248249
- {<< : *x86_64_allno, << : *stable, << : *llvm_full, boot: false, << : *llvm_18}
249-
- {<< : *x86_64_allyes, << : *stable, << : *llvm_full, boot: false, << : *llvm_18}
250+
# x86_64 allyesconfig has grown too large to be linked within TuxSuite's time limit
251+
# - {<< : *x86_64_allyes, << : *stable, << : *llvm_full, boot: false, << : *llvm_18}
250252
- {<< : *x86_64_alpine, << : *stable, << : *llvm_full, boot: true, << : *llvm_18}
251253
- {<< : *x86_64_arch, << : *stable, << : *llvm_full, boot: true, << : *llvm_18}
252254
- {<< : *x86_64_fedora, << : *stable, << : *llvm_full, boot: true, << : *llvm_18}

generator/yml/0009-llvm-19.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,9 @@
214214
- {<< : *loong_lto_thin, << : *stable, << : *llvm_full, boot: true, << : *llvm_19}
215215
- {<< : *loong_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_19}
216216
- {<< : *loong_allmod_lto, << : *stable, << : *llvm_full, boot: false, << : *llvm_19}
217-
- {<< : *mips, << : *stable, << : *llvm_full, boot: true, << : *llvm_19}
218-
- {<< : *mipsel, << : *stable, << : *llvm_full, boot: true, << : *llvm_19}
217+
# mips with the integrated assembler does not work after 56651128e2fb ("MIPS: Fix idle VS timer enqueue")
218+
- {<< : *mips, << : *stable, << : *llvm, boot: true, << : *llvm_19}
219+
- {<< : *mipsel, << : *stable, << : *llvm, boot: true, << : *llvm_19}
219220
# ppc32: Boot disabled (https://github.com/ClangBuiltLinux/linux/issues/1814)
220221
- {<< : *ppc32, << : *stable, << : *llvm, boot: false, << : *llvm_19}
221222
- {<< : *ppc64, << : *stable, << : *llvm_full, boot: true, << : *llvm_19}
@@ -246,7 +247,8 @@
246247
- {<< : *x86_64_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_19}
247248
- {<< : *x86_64_allmod_lto, << : *stable, << : *llvm_full, boot: false, << : *llvm_19}
248249
- {<< : *x86_64_allno, << : *stable, << : *llvm_full, boot: false, << : *llvm_19}
249-
- {<< : *x86_64_allyes, << : *stable, << : *llvm_full, boot: false, << : *llvm_19}
250+
# x86_64 allyesconfig has grown too large to be linked within TuxSuite's time limit
251+
# - {<< : *x86_64_allyes, << : *stable, << : *llvm_full, boot: false, << : *llvm_19}
250252
- {<< : *x86_64_alpine, << : *stable, << : *llvm_full, boot: true, << : *llvm_19}
251253
- {<< : *x86_64_arch, << : *stable, << : *llvm_full, boot: true, << : *llvm_19}
252254
- {<< : *x86_64_fedora, << : *stable, << : *llvm_full, boot: true, << : *llvm_19}

generator/yml/0009-llvm-latest.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,9 @@
216216
- {<< : *loong_lto_thin, << : *stable, << : *llvm_full, boot: true, << : *llvm_latest}
217217
- {<< : *loong_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_latest}
218218
- {<< : *loong_allmod_lto, << : *stable, << : *llvm_full, boot: false, << : *llvm_latest}
219-
- {<< : *mips, << : *stable, << : *llvm_full, boot: true, << : *llvm_latest}
220-
- {<< : *mipsel, << : *stable, << : *llvm_full, boot: true, << : *llvm_latest}
219+
# mips with the integrated assembler does not work after 56651128e2fb ("MIPS: Fix idle VS timer enqueue")
220+
- {<< : *mips, << : *stable, << : *llvm, boot: true, << : *llvm_latest}
221+
- {<< : *mipsel, << : *stable, << : *llvm, boot: true, << : *llvm_latest}
221222
# ppc32: Boot disabled (https://github.com/ClangBuiltLinux/linux/issues/1814)
222223
- {<< : *ppc32, << : *stable, << : *llvm, boot: false, << : *llvm_latest}
223224
- {<< : *ppc64, << : *stable, << : *llvm_full, boot: true, << : *llvm_latest}
@@ -249,7 +250,8 @@
249250
- {<< : *x86_64_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_latest}
250251
- {<< : *x86_64_allmod_lto, << : *stable, << : *llvm_full, boot: false, << : *llvm_latest}
251252
- {<< : *x86_64_allno, << : *stable, << : *llvm_full, boot: false, << : *llvm_latest}
252-
- {<< : *x86_64_allyes, << : *stable, << : *llvm_full, boot: false, << : *llvm_latest}
253+
# x86_64 allyesconfig has grown too large to be linked within TuxSuite's time limit
254+
# - {<< : *x86_64_allyes, << : *stable, << : *llvm_full, boot: false, << : *llvm_latest}
253255
- {<< : *x86_64_alpine, << : *stable, << : *llvm_full, boot: true, << : *llvm_latest}
254256
- {<< : *x86_64_arch, << : *stable, << : *llvm_full, boot: true, << : *llvm_latest}
255257
- {<< : *x86_64_fedora, << : *stable, << : *llvm_full, boot: true, << : *llvm_latest}

0 commit comments

Comments
 (0)