Skip to content

Commit

Permalink
Merge pull request #567 from ClangBuiltLinux/update_patches
Browse files Browse the repository at this point in the history
remove (arm64-fixes): gpu: host1x: fix uninitialized variable use
  • Loading branch information
nickdesaulniers committed May 15, 2023
2 parents 1855d37 + b56b90d commit f0a2345
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 81 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arm64-fixes-clang-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-11.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-11.tux.yml || true
- name: save output
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name allconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-11.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name allconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-11.tux.yml || true
- name: save output
uses: actions/upload-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/arm64-fixes-clang-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-12.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-12.tux.yml || true
- name: save output
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name allconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-12.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name allconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-12.tux.yml || true
- name: save output
uses: actions/upload-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/arm64-fixes-clang-13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-13.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-13.tux.yml || true
- name: save output
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name allconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-13.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name allconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-13.tux.yml || true
- name: save output
uses: actions/upload-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/arm64-fixes-clang-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-14.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-14.tux.yml || true
- name: save output
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name allconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-14.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name allconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-14.tux.yml || true
- name: save output
uses: actions/upload-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/arm64-fixes-clang-15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-15.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-15.tux.yml || true
- name: save output
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name allconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-15.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name allconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-15.tux.yml || true
- name: save output
uses: actions/upload-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/arm64-fixes-clang-16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-16.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-16.tux.yml || true
- name: save output
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name allconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-16.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name allconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-16.tux.yml || true
- name: save output
uses: actions/upload-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/arm64-fixes-clang-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-17.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-17.tux.yml || true
- name: save output
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name allconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-17.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name allconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-17.tux.yml || true
- name: save output
uses: actions/upload-artifact@v3
with:
Expand Down
52 changes: 0 additions & 52 deletions patches/arm64-fixes/7d31677bb7b1944ac89e9155110dc1b9acbb3895.patch

This file was deleted.

1 change: 0 additions & 1 deletion patches/arm64-fixes/series

This file was deleted.

3 changes: 1 addition & 2 deletions tuxsuite/arm64-fixes-clang-11.tux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
# This file has been autogenerated by invoking:
# $ ./generate_tuxsuite.py arm64-fixes
# Invoke tuxsuite via:
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-11.tux.yml
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-11.tux.yml
# Invoke locally via:
# $ git clone -b for-next/fixes --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git linux
# $ git -C linux quiltimport --patches ../patches/arm64-fixes
# $ scripts/build-local.py -C linux -f tuxsuite/arm64-fixes-clang-11.tux.yml -j defconfigs
version: 1
name: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git at for-next/fixes
Expand Down
3 changes: 1 addition & 2 deletions tuxsuite/arm64-fixes-clang-12.tux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
# This file has been autogenerated by invoking:
# $ ./generate_tuxsuite.py arm64-fixes
# Invoke tuxsuite via:
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-12.tux.yml
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-12.tux.yml
# Invoke locally via:
# $ git clone -b for-next/fixes --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git linux
# $ git -C linux quiltimport --patches ../patches/arm64-fixes
# $ scripts/build-local.py -C linux -f tuxsuite/arm64-fixes-clang-12.tux.yml -j defconfigs
version: 1
name: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git at for-next/fixes
Expand Down
3 changes: 1 addition & 2 deletions tuxsuite/arm64-fixes-clang-13.tux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
# This file has been autogenerated by invoking:
# $ ./generate_tuxsuite.py arm64-fixes
# Invoke tuxsuite via:
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-13.tux.yml
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-13.tux.yml
# Invoke locally via:
# $ git clone -b for-next/fixes --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git linux
# $ git -C linux quiltimport --patches ../patches/arm64-fixes
# $ scripts/build-local.py -C linux -f tuxsuite/arm64-fixes-clang-13.tux.yml -j defconfigs
version: 1
name: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git at for-next/fixes
Expand Down
3 changes: 1 addition & 2 deletions tuxsuite/arm64-fixes-clang-14.tux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
# This file has been autogenerated by invoking:
# $ ./generate_tuxsuite.py arm64-fixes
# Invoke tuxsuite via:
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-14.tux.yml
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-14.tux.yml
# Invoke locally via:
# $ git clone -b for-next/fixes --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git linux
# $ git -C linux quiltimport --patches ../patches/arm64-fixes
# $ scripts/build-local.py -C linux -f tuxsuite/arm64-fixes-clang-14.tux.yml -j defconfigs
version: 1
name: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git at for-next/fixes
Expand Down
3 changes: 1 addition & 2 deletions tuxsuite/arm64-fixes-clang-15.tux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
# This file has been autogenerated by invoking:
# $ ./generate_tuxsuite.py arm64-fixes
# Invoke tuxsuite via:
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-15.tux.yml
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-15.tux.yml
# Invoke locally via:
# $ git clone -b for-next/fixes --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git linux
# $ git -C linux quiltimport --patches ../patches/arm64-fixes
# $ scripts/build-local.py -C linux -f tuxsuite/arm64-fixes-clang-15.tux.yml -j defconfigs
version: 1
name: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git at for-next/fixes
Expand Down
3 changes: 1 addition & 2 deletions tuxsuite/arm64-fixes-clang-16.tux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
# This file has been autogenerated by invoking:
# $ ./generate_tuxsuite.py arm64-fixes
# Invoke tuxsuite via:
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-16.tux.yml
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-16.tux.yml
# Invoke locally via:
# $ git clone -b for-next/fixes --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git linux
# $ git -C linux quiltimport --patches ../patches/arm64-fixes
# $ scripts/build-local.py -C linux -f tuxsuite/arm64-fixes-clang-16.tux.yml -j defconfigs
version: 1
name: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git at for-next/fixes
Expand Down
3 changes: 1 addition & 2 deletions tuxsuite/arm64-fixes-clang-17.tux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
# This file has been autogenerated by invoking:
# $ ./generate_tuxsuite.py arm64-fixes
# Invoke tuxsuite via:
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json --patch-series patches/arm64-fixes tuxsuite/arm64-fixes-clang-17.tux.yml
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git --git-ref for-next/fixes --job-name defconfigs --json-out builds.json tuxsuite/arm64-fixes-clang-17.tux.yml
# Invoke locally via:
# $ git clone -b for-next/fixes --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git linux
# $ git -C linux quiltimport --patches ../patches/arm64-fixes
# $ scripts/build-local.py -C linux -f tuxsuite/arm64-fixes-clang-17.tux.yml -j defconfigs
version: 1
name: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git at for-next/fixes
Expand Down

0 comments on commit f0a2345

Please sign in to comment.