From: Yonghong Song <yonghong.song@linux.dev>
To: Alan Maguire <alan.maguire@oracle.com>, dwarves@vger.kernel.org
Subject: Re: [PATCH dwarves] CI: add clang+aarch64 to matrix
Date: Sat, 20 Jun 2026 14:01:10 -0700 [thread overview]
Message-ID: <d9e0f529-7b42-4b97-abb0-ca54beb3a25c@linux.dev> (raw)
In-Reply-To: <20260620083056.361658-1-alan.maguire@oracle.com>
On 6/20/26 1:30 AM, Alan Maguire wrote:
> Need to test full matrix of gcc/clang + x86_64/aarch64.
>
> Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
Acked-by: Yonghong Song <yonghong.song@linux.dev>
looks like we are still using llvm version 18, could you
increase llvm version to 21 or 22? Or ubuntu-24 only
supports llvm 18?
> ---
> .github/workflows/test.yml | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
> index f47cc4a..a81aa55 100644
> --- a/.github/workflows/test.yml
> +++ b/.github/workflows/test.yml
> @@ -34,6 +34,12 @@ jobs:
> llvm-version: '18'
> pahole: 'none'
> cc: 'gcc'
> + - kernel: 'LATEST'
> + runs_on: 'ubuntu-24.04-arm'
> + arch: 'aarch64'
> + llvm-version: '18'
> + pahole: 'none'
> + cc: 'clang'
> name: Linux ${{ matrix.kernel }}
> uses: ./.github/workflows/vmtest.yml
> with:
next prev parent reply other threads:[~2026-06-20 21:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-20 8:30 [PATCH dwarves] CI: add clang+aarch64 to matrix Alan Maguire
2026-06-20 21:01 ` Yonghong Song [this message]
2026-06-21 12:51 ` Alan Maguire
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=d9e0f529-7b42-4b97-abb0-ca54beb3a25c@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.