From: Yonghong Song <yonghong.song@linux.dev>
To: Alan Maguire <alan.maguire@oracle.com>, dwarves@vger.kernel.org
Subject: Re: [PATCH dwarves] CI: Update llvm version to 22
Date: Sun, 21 Jun 2026 09:26:23 -0700 [thread overview]
Message-ID: <28a9a5cb-4f0f-4586-9547-e35e4731c70c@linux.dev> (raw)
In-Reply-To: <20260621125745.34985-1-alan.maguire@oracle.com>
On 6/21/26 5:57 AM, Alan Maguire wrote:
> Best to test with most recent available version.
>
> Suggested-by: Yonghong Song <yonghong.song@linux.dev>
> Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
Thanks for using latest llvm22. LGTM.
> ---
> .github/scripts/build-kernel.sh | 2 +-
> .github/scripts/compare-functions.sh | 2 +-
> .github/workflows/ondemand.yml | 2 +-
> .github/workflows/test.yml | 8 ++++----
> .github/workflows/vmtest.yml | 2 +-
> 5 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/.github/scripts/build-kernel.sh b/.github/scripts/build-kernel.sh
> index 9f11b22..63806f2 100755
> --- a/.github/scripts/build-kernel.sh
> +++ b/.github/scripts/build-kernel.sh
> @@ -10,7 +10,7 @@ REPO=${REPO:-https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git}
> REPO_BRANCH=${REPO_BRANCH:-master}
> REPO_TARGET=${GITHUB_WORKSPACE}/.kernel
> CC=${CC:-gcc}
> -LLVM_VERSION=${LLVM_VERSION:-18}
> +LLVM_VERSION=${LLVM_VERSION:-22}
>
> export PATH=${GITHUB_WORKSPACE}/install/usr/local/bin:${PATH}
> export PAHOLE=${GITHUB_WORKSPACE}/install/usr/local/bin/pahole
> diff --git a/.github/scripts/compare-functions.sh b/.github/scripts/compare-functions.sh
> index 48fc086..fdc9aae 100755
> --- a/.github/scripts/compare-functions.sh
> +++ b/.github/scripts/compare-functions.sh
> @@ -10,7 +10,7 @@ VMLINUX=${GITHUB_WORKSPACE}/.kernel/vmlinux
> BASELINE=${BASELINE:-next}
> GITHUB_STEP_SUMMARY=${GITHUB_STEP_SUMMARY:-/dev/null}
> CC=${CC:-gcc}
> -LLVM_VERSION=${LLVM_VERSION:-18}
> +LLVM_VERSION=${LLVM_VERSION:-22}
>
> export PATH=${GITHUB_WORKSPACE}/install/usr/local/bin:${PATH}
> which pahole
> diff --git a/.github/workflows/ondemand.yml b/.github/workflows/ondemand.yml
> index 5f3034f..6e48e12 100644
> --- a/.github/workflows/ondemand.yml
> +++ b/.github/workflows/ondemand.yml
> @@ -7,7 +7,7 @@ on:
> default: 'x86_64'
> required: true
> llvm-version:
> - default: '18'
> + default: '22'
> required: true
> kernel:
> default: 'LATEST'
> diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
> index a81aa55..940dab1 100644
> --- a/.github/workflows/test.yml
> +++ b/.github/workflows/test.yml
> @@ -19,25 +19,25 @@ jobs:
> - kernel: 'LATEST'
> runs_on: 'ubuntu-24.04'
> arch: 'x86_64'
> - llvm-version: '18'
> + llvm-version: '22'
> pahole: 'none'
> cc: 'gcc'
> - kernel: 'LATEST'
> runs_on: 'ubuntu-24.04'
> arch: 'x86_64'
> - llvm-version: '18'
> + llvm-version: '22'
> pahole: 'none'
> cc: 'clang'
> - kernel: 'LATEST'
> runs_on: 'ubuntu-24.04-arm'
> arch: 'aarch64'
> - llvm-version: '18'
> + llvm-version: '22'
> pahole: 'none'
> cc: 'gcc'
> - kernel: 'LATEST'
> runs_on: 'ubuntu-24.04-arm'
> arch: 'aarch64'
> - llvm-version: '18'
> + llvm-version: '22'
> pahole: 'none'
> cc: 'clang'
> name: Linux ${{ matrix.kernel }}
> diff --git a/.github/workflows/vmtest.yml b/.github/workflows/vmtest.yml
> index 147b608..d6f9f79 100644
> --- a/.github/workflows/vmtest.yml
> +++ b/.github/workflows/vmtest.yml
> @@ -25,7 +25,7 @@ on:
> llvm-version:
> description: 'llvm version'
> required: false
> - default: '18'
> + default: '22'
> type: string
> cc:
> description: 'compiler'
prev parent reply other threads:[~2026-06-21 16:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-21 12:57 [PATCH dwarves] CI: Update llvm version to 22 Alan Maguire
2026-06-21 16:26 ` Yonghong Song [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=28a9a5cb-4f0f-4586-9547-e35e4731c70c@linux.dev \
--to=yonghong.song@linux.dev \
--cc=alan.maguire@oracle.com \
--cc=dwarves@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.