Re: [PATCH v3 0/2] LoongArch: BPF: per-CPU address resolution and timed may_goto
From: Tiezhu Yang
Date: Thu Aug 06 2026 - 08:28:20 EST
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 <yangtiezhu@xxxxxxxxxxx>
Tested-by: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
Thanks,
Tiezhu