Skip to content

Commit e141ad0

Browse files
authored
Merge pull request #837 from nathanchance/update-stable-anchor-for-6.15
Update stable anchor to 6.15
2 parents a73e471 + 32706be commit e141ad0

34 files changed

+262
-2081
lines changed

.github/workflows/stable-clang-13.yml

Lines changed: 9 additions & 473 deletions
Large diffs are not rendered by default.

.github/workflows/stable-clang-14.yml

Lines changed: 9 additions & 473 deletions
Large diffs are not rendered by default.

.github/workflows/stable-clang-15.yml

Lines changed: 9 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: check-patches-apply.py
25-
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-6.14.y
25+
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-6.15.y
2626
check_cache:
2727
name: Check Cache
2828
runs-on: ubuntu-latest
2929
container: tuxmake/x86_64_korg-clang-15
3030
needs: check_patches
3131
env:
3232
GIT_REPO: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
33-
GIT_REF: linux-6.14.y
33+
GIT_REF: linux-6.15.y
3434
outputs:
3535
output: ${{ steps.step2.outputs.output }}
3636
status: ${{ steps.step2.outputs.status }}
@@ -67,7 +67,7 @@ jobs:
6767
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
6868
- name: tuxsuite
6969
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
70-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name defconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-15.tux.yml || true
70+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.15.y --job-name defconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-15.tux.yml || true
7171
- name: Update Cache Build Status
7272
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
7373
run: python caching/update.py
@@ -552,13 +552,13 @@ jobs:
552552
name: boot_utils_json_defconfigs
553553
- name: Check Build and Boot Logs
554554
run: scripts/check-logs.py
555-
_0a729ec9537be6bf294c840bad55f2ce:
555+
_fbcd0f7c0945b3672fd4bf8fb18cd9f5:
556556
runs-on: ubuntu-latest
557557
needs:
558558
- kick_tuxsuite_defconfigs
559559
- check_cache
560560
- check_patches
561-
name: ARCH=mips LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 malta_defconfig+CONFIG_BLK_DEV_INITRD=y+CONFIG_CPU_BIG_ENDIAN=y
561+
name: ARCH=mips LLVM=1 LLVM_IAS=0 LLVM_VERSION=15 malta_defconfig+CONFIG_BLK_DEV_INITRD=y+CONFIG_CPU_BIG_ENDIAN=y
562562
if: ${{ needs.check_cache.outputs.status != 'pass' }}
563563
env:
564564
ARCH: mips
@@ -581,13 +581,13 @@ jobs:
581581
name: boot_utils_json_defconfigs
582582
- name: Check Build and Boot Logs
583583
run: scripts/check-logs.py
584-
_e22d35813d8ce8d6b63a9a4d7b9db0c6:
584+
_ab37ef32e41b6e740043c4ede25ff780:
585585
runs-on: ubuntu-latest
586586
needs:
587587
- kick_tuxsuite_defconfigs
588588
- check_cache
589589
- check_patches
590-
name: ARCH=mips LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 malta_defconfig+CONFIG_BLK_DEV_INITRD=y
590+
name: ARCH=mips LLVM=1 LLVM_IAS=0 LLVM_VERSION=15 malta_defconfig+CONFIG_BLK_DEV_INITRD=y
591591
if: ${{ needs.check_cache.outputs.status != 'pass' }}
592592
env:
593593
ARCH: mips
@@ -1038,7 +1038,7 @@ jobs:
10381038
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
10391039
- name: tuxsuite
10401040
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1041-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name distribution_configs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-15.tux.yml || true
1041+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.15.y --job-name distribution_configs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-15.tux.yml || true
10421042
- name: Update Cache Build Status
10431043
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
10441044
run: python caching/update.py
@@ -1545,7 +1545,7 @@ jobs:
15451545
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
15461546
- name: tuxsuite
15471547
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1548-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name allconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-15.tux.yml || true
1548+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.15.y --job-name allconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-15.tux.yml || true
15491549
- name: Update Cache Build Status
15501550
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
15511551
run: python caching/update.py
@@ -1943,33 +1943,4 @@ jobs:
19431943
name: boot_utils_json_allconfigs
19441944
- name: Check Build and Boot Logs
19451945
run: scripts/check-logs.py
1946-
_2761279f511773a7e0d3689117cf5c33:
1947-
runs-on: ubuntu-latest
1948-
needs:
1949-
- kick_tuxsuite_allconfigs
1950-
- check_cache
1951-
- check_patches
1952-
name: ARCH=x86_64 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 allyesconfig
1953-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1954-
env:
1955-
ARCH: x86_64
1956-
LLVM_VERSION: 15
1957-
BOOT: 0
1958-
CONFIG: allyesconfig
1959-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1960-
container:
1961-
image: ghcr.io/clangbuiltlinux/qemu
1962-
options: --ipc=host
1963-
steps:
1964-
- uses: actions/checkout@v4
1965-
with:
1966-
submodules: true
1967-
- uses: actions/download-artifact@v4
1968-
with:
1969-
name: output_artifact_allconfigs
1970-
- uses: actions/download-artifact@v4
1971-
with:
1972-
name: boot_utils_json_allconfigs
1973-
- name: Check Build and Boot Logs
1974-
run: scripts/check-logs.py
19751946

.github/workflows/stable-clang-16.yml

Lines changed: 9 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: check-patches-apply.py
25-
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-6.14.y
25+
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-6.15.y
2626
check_cache:
2727
name: Check Cache
2828
runs-on: ubuntu-latest
2929
container: tuxmake/x86_64_korg-clang-16
3030
needs: check_patches
3131
env:
3232
GIT_REPO: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
33-
GIT_REF: linux-6.14.y
33+
GIT_REF: linux-6.15.y
3434
outputs:
3535
output: ${{ steps.step2.outputs.output }}
3636
status: ${{ steps.step2.outputs.status }}
@@ -67,7 +67,7 @@ jobs:
6767
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
6868
- name: tuxsuite
6969
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
70-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name defconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-16.tux.yml || true
70+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.15.y --job-name defconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-16.tux.yml || true
7171
- name: Update Cache Build Status
7272
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
7373
run: python caching/update.py
@@ -639,13 +639,13 @@ jobs:
639639
name: boot_utils_json_defconfigs
640640
- name: Check Build and Boot Logs
641641
run: scripts/check-logs.py
642-
_fedc5f4e7e04694ff10adc74ddb292bf:
642+
_57cd8bd1a726e4cf62e21d215295c0a4:
643643
runs-on: ubuntu-latest
644644
needs:
645645
- kick_tuxsuite_defconfigs
646646
- check_cache
647647
- check_patches
648-
name: ARCH=mips LLVM=1 LLVM_IAS=1 LLVM_VERSION=16 malta_defconfig+CONFIG_BLK_DEV_INITRD=y+CONFIG_CPU_BIG_ENDIAN=y
648+
name: ARCH=mips LLVM=1 LLVM_IAS=0 LLVM_VERSION=16 malta_defconfig+CONFIG_BLK_DEV_INITRD=y+CONFIG_CPU_BIG_ENDIAN=y
649649
if: ${{ needs.check_cache.outputs.status != 'pass' }}
650650
env:
651651
ARCH: mips
@@ -668,13 +668,13 @@ jobs:
668668
name: boot_utils_json_defconfigs
669669
- name: Check Build and Boot Logs
670670
run: scripts/check-logs.py
671-
_a504446a00214ac4328ea7d57c281108:
671+
_acbf41c3fe915f4237a216ed3a7d4b48:
672672
runs-on: ubuntu-latest
673673
needs:
674674
- kick_tuxsuite_defconfigs
675675
- check_cache
676676
- check_patches
677-
name: ARCH=mips LLVM=1 LLVM_IAS=1 LLVM_VERSION=16 malta_defconfig+CONFIG_BLK_DEV_INITRD=y
677+
name: ARCH=mips LLVM=1 LLVM_IAS=0 LLVM_VERSION=16 malta_defconfig+CONFIG_BLK_DEV_INITRD=y
678678
if: ${{ needs.check_cache.outputs.status != 'pass' }}
679679
env:
680680
ARCH: mips
@@ -1212,7 +1212,7 @@ jobs:
12121212
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
12131213
- name: tuxsuite
12141214
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1215-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name distribution_configs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-16.tux.yml || true
1215+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.15.y --job-name distribution_configs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-16.tux.yml || true
12161216
- name: Update Cache Build Status
12171217
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
12181218
run: python caching/update.py
@@ -1719,7 +1719,7 @@ jobs:
17191719
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
17201720
- name: tuxsuite
17211721
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1722-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name allconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-16.tux.yml || true
1722+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.15.y --job-name allconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-16.tux.yml || true
17231723
- name: Update Cache Build Status
17241724
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
17251725
run: python caching/update.py
@@ -2146,33 +2146,4 @@ jobs:
21462146
name: boot_utils_json_allconfigs
21472147
- name: Check Build and Boot Logs
21482148
run: scripts/check-logs.py
2149-
_cc92db58f57103904b162bb3cb351329:
2150-
runs-on: ubuntu-latest
2151-
needs:
2152-
- kick_tuxsuite_allconfigs
2153-
- check_cache
2154-
- check_patches
2155-
name: ARCH=x86_64 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=16 allyesconfig
2156-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
2157-
env:
2158-
ARCH: x86_64
2159-
LLVM_VERSION: 16
2160-
BOOT: 0
2161-
CONFIG: allyesconfig
2162-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
2163-
container:
2164-
image: ghcr.io/clangbuiltlinux/qemu
2165-
options: --ipc=host
2166-
steps:
2167-
- uses: actions/checkout@v4
2168-
with:
2169-
submodules: true
2170-
- uses: actions/download-artifact@v4
2171-
with:
2172-
name: output_artifact_allconfigs
2173-
- uses: actions/download-artifact@v4
2174-
with:
2175-
name: boot_utils_json_allconfigs
2176-
- name: Check Build and Boot Logs
2177-
run: scripts/check-logs.py
21782149

.github/workflows/stable-clang-17.yml

Lines changed: 9 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: check-patches-apply.py
25-
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-6.14.y
25+
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-6.15.y
2626
check_cache:
2727
name: Check Cache
2828
runs-on: ubuntu-latest
2929
container: tuxmake/x86_64_korg-clang-17
3030
needs: check_patches
3131
env:
3232
GIT_REPO: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
33-
GIT_REF: linux-6.14.y
33+
GIT_REF: linux-6.15.y
3434
outputs:
3535
output: ${{ steps.step2.outputs.output }}
3636
status: ${{ steps.step2.outputs.status }}
@@ -67,7 +67,7 @@ jobs:
6767
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
6868
- name: tuxsuite
6969
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
70-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name defconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-17.tux.yml || true
70+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.15.y --job-name defconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-17.tux.yml || true
7171
- name: Update Cache Build Status
7272
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
7373
run: python caching/update.py
@@ -639,13 +639,13 @@ jobs:
639639
name: boot_utils_json_defconfigs
640640
- name: Check Build and Boot Logs
641641
run: scripts/check-logs.py
642-
_31c8bcfe68e731d6236ca25af17bb0bd:
642+
_e836b9f59c8c4bc93227cc77a653a918:
643643
runs-on: ubuntu-latest
644644
needs:
645645
- kick_tuxsuite_defconfigs
646646
- check_cache
647647
- check_patches
648-
name: ARCH=mips LLVM=1 LLVM_IAS=1 LLVM_VERSION=17 malta_defconfig+CONFIG_BLK_DEV_INITRD=y+CONFIG_CPU_BIG_ENDIAN=y
648+
name: ARCH=mips LLVM=1 LLVM_IAS=0 LLVM_VERSION=17 malta_defconfig+CONFIG_BLK_DEV_INITRD=y+CONFIG_CPU_BIG_ENDIAN=y
649649
if: ${{ needs.check_cache.outputs.status != 'pass' }}
650650
env:
651651
ARCH: mips
@@ -668,13 +668,13 @@ jobs:
668668
name: boot_utils_json_defconfigs
669669
- name: Check Build and Boot Logs
670670
run: scripts/check-logs.py
671-
_a90761b1a6042999dfa1d16dfa3ae390:
671+
_25ca713ca5e8003eeabda1ca61d99d15:
672672
runs-on: ubuntu-latest
673673
needs:
674674
- kick_tuxsuite_defconfigs
675675
- check_cache
676676
- check_patches
677-
name: ARCH=mips LLVM=1 LLVM_IAS=1 LLVM_VERSION=17 malta_defconfig+CONFIG_BLK_DEV_INITRD=y
677+
name: ARCH=mips LLVM=1 LLVM_IAS=0 LLVM_VERSION=17 malta_defconfig+CONFIG_BLK_DEV_INITRD=y
678678
if: ${{ needs.check_cache.outputs.status != 'pass' }}
679679
env:
680680
ARCH: mips
@@ -1212,7 +1212,7 @@ jobs:
12121212
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
12131213
- name: tuxsuite
12141214
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1215-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name distribution_configs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-17.tux.yml || true
1215+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.15.y --job-name distribution_configs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-17.tux.yml || true
12161216
- name: Update Cache Build Status
12171217
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
12181218
run: python caching/update.py
@@ -1777,7 +1777,7 @@ jobs:
17771777
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
17781778
- name: tuxsuite
17791779
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1780-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name allconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-17.tux.yml || true
1780+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.15.y --job-name allconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-17.tux.yml || true
17811781
- name: Update Cache Build Status
17821782
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
17831783
run: python caching/update.py
@@ -2233,33 +2233,4 @@ jobs:
22332233
name: boot_utils_json_allconfigs
22342234
- name: Check Build and Boot Logs
22352235
run: scripts/check-logs.py
2236-
_73a72aae81b42c7ef0b0bd18add14c1f:
2237-
runs-on: ubuntu-latest
2238-
needs:
2239-
- kick_tuxsuite_allconfigs
2240-
- check_cache
2241-
- check_patches
2242-
name: ARCH=x86_64 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=17 allyesconfig
2243-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
2244-
env:
2245-
ARCH: x86_64
2246-
LLVM_VERSION: 17
2247-
BOOT: 0
2248-
CONFIG: allyesconfig
2249-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
2250-
container:
2251-
image: ghcr.io/clangbuiltlinux/qemu
2252-
options: --ipc=host
2253-
steps:
2254-
- uses: actions/checkout@v4
2255-
with:
2256-
submodules: true
2257-
- uses: actions/download-artifact@v4
2258-
with:
2259-
name: output_artifact_allconfigs
2260-
- uses: actions/download-artifact@v4
2261-
with:
2262-
name: boot_utils_json_allconfigs
2263-
- name: Check Build and Boot Logs
2264-
run: scripts/check-logs.py
22652236

0 commit comments

Comments
 (0)