Re: [PATCH 10/11] sched_ext: scx_qmap: Add proxy execution support
From: John Stultz
Date: Sat Jul 18 2026 - 02:04:36 EST
On Fri, Jul 17, 2026 at 10:47 PM Andrea Righi <arighi@xxxxxxxxxx> wrote:
> This looks like something related to BPF arena pointers and incorrectly
> generated BPF code (the other schedulers don't use BPF arenas, so that'd explain
> why you only see this with scx_qmap).
>
> Which version of clang are you using?
Debian clang version 19.1.7 (3+b1)
Running in a debian 13 vm. Though I'm using gcc normally for my
builds (but I see the tools/sched_ext/ build does use clang explicitly
for some things).
thanks
-john