Re: [PATCH bpf-next v6 2/2] selftests/bpf: test the jited inline of bpf_get_current_task

From: Menglong Dong

Date: Tue Jan 20 2026 - 22:04:06 EST


On Wed, Jan 21, 2026 at 9:32 AM Eduard Zingerman <eddyz87@xxxxxxxxx> wrote:
>
> On Wed, 2026-01-21 at 09:28 +0800, Menglong Dong wrote:
>
> [...]
>
> > Do you mean that the CI of arm64 doesn't use LLVM for the selftests?
> > I noted that. I found that there are other similar "__jited" testings for
> > arm64, is there anything we can do?
> >
> > PS: I tested the arm64 locally, and it works fine.
> >
> > >
> > > So we should do something about silently skipped tests at least...
> >
> > Like a warning?
>
> Yes, probably llvm-devel or libs dependency is missing,
> hence jit related selftests are skipped. Same thing for x86.
> Discussed with Andrii making llvm an opt-out dependency:
> fail selftests compilation if libraries are not found and SKIP_LLVM is not set.

Sounds nice. People may not be aware of the LLVM dependence
sometimes.

So is there anything I can do in this series?

Thanks!
Menglong Dong

> We plan to address CI config issue tomorrow.
>
> [...]