Re: [PATCH bpf-next 0/7] bpf, arm64: __arena kfunc and struct_ops arguments
Xu Kuohai <[email protected]>
| Newsgroups | org.kernel.vger.bpf |
|---|---|
| Message-ID | <[email protected]> |
On 8/13/2026 7:50 AM, Kumar Kartikeya Dwivedi wrote: > On Mon Aug 10, 2026 at 9:09 PM CEST, Puranjay Mohan wrote: >> The x86-64 JIT recently gained support for the __arena and >> __arena__nullable argument suffixes on kfuncs and struct_ops stubs. This >> adds the arm64 side and flips bpf_jit_supports_arena_args() on, so the >> verifier stops rejecting these programs on arm64. >> > > Hi Xu, > > If you have cycles this week, could you take a look at these changes and let us > know they make sense? > > It would allow us to close both x86 support (already landed) and arm64 support > for arena arguments for next merge window (next week). No worries if you need > more time to go through these though. Just bumping the thread. > OK, I'll take a look at it soon, thanks. > Thanks! > >> [...] >