Re: [PATCH v3 0/2] LoongArch: BPF: per-CPU address resolution and timed may_goto
Tiezhu Yang <[email protected]>
| Newsgroups | dev.linux.lists.loongarch,org.kernel.vger.bpf,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 2026/8/4 下午11:39, George Guo wrote: > These are the first two patches of the LoongArch BPF JIT feature work, > sent on their own to make review easier. The remaining pieces > (per-program private stacks, exceptions/bpf_throw, sign-extending loads > and atomics on arena pointers, and the matching selftests) will follow in > a later series. The patches apply cleanly on top of Chenguang's series. The following selftests passed on LoongArch: # ./test_progs -t cpumask # ./test_progs -t percpu_alloc # ./test_progs -t iters Acked-by: Tiezhu Yang <[email protected]> Tested-by: Tiezhu Yang <[email protected]> Thanks, Tiezhu