Skip to content

Commit 846b0ea

Browse files
committed
generator: yml: Update stable anchor to 6.14
This is the latest stable release. Apply commit 96dc364 ("generator: Disable ARM configs with BPF enabled in -next and mainline with clang-13") to the stable tree builds, as the breaking change is now present there. Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 0f9052e commit 846b0ea

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
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.13.y, name: stable}
4+
- &stable {git_repo: *stable-url, git_ref: linux-6.14.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: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,23 @@
119119
# Latest stable release #
120120
###########################
121121
- {<< : *arm32_v5, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
122-
- {<< : *arm32_v6, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
122+
# BPF uses check_mul_overflow() with a 'long long' value, which is broken prior to clang-14:
123+
# https://github.com/llvm/llvm-project/commit/5c91b98c5d45243352bf10262454bcac77cd3fed
124+
# - {<< : *arm32_v6, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
123125
- {<< : *arm32_v7, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
124126
- {<< : *arm32_v7_t, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
125127
- {<< : *arm32_imx, << : *stable, << : *llvm_full, boot: false, << : *llvm_13}
126128
- {<< : *arm32_omap, << : *stable, << : *llvm_full, boot: false, << : *llvm_13}
127129
- {<< : *arm32_lpae_fp, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
128-
- {<< : *arm32_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_13}
130+
# BPF uses check_mul_overflow() with a 'long long' value, which is broken prior to clang-14:
131+
# https://github.com/llvm/llvm-project/commit/5c91b98c5d45243352bf10262454bcac77cd3fed
132+
# - {<< : *arm32_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_13}
129133
- {<< : *arm32_allno, << : *stable, << : *llvm_full, boot: false, << : *llvm_13}
130-
- {<< : *arm32_allyes, << : *stable, << : *llvm_full, boot: false, << : *llvm_13}
131-
- {<< : *arm32_alpine, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
132-
- {<< : *arm32_suse, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
134+
# BPF uses check_mul_overflow() with a 'long long' value, which is broken prior to clang-14:
135+
# https://github.com/llvm/llvm-project/commit/5c91b98c5d45243352bf10262454bcac77cd3fed
136+
# - {<< : *arm32_allyes, << : *stable, << : *llvm_full, boot: false, << : *llvm_13}
137+
# - {<< : *arm32_alpine, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
138+
# - {<< : *arm32_suse, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
133139
- {<< : *arm64, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
134140
- {<< : *arm64_lto_full, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}
135141
- {<< : *arm64_lto_thin, << : *stable, << : *llvm_full, boot: true, << : *llvm_13}

0 commit comments

Comments
 (0)