On 2025/8/19 下午5:06, Huacai Chen wrote:
On Tue, Aug 19, 2025 at 4:24 PM Daniel Borkmann <daniel@xxxxxxxxxxxxx> wrote:
On 8/15/25 10:29 AM, Haoran Jiang wrote:
In some eBPF programs, the return value is a pointer.
When the kernel call an eBPF program (such as struct_ops),
it expects a 64-bit address to be returned, but instead a 32-bit value.
...
Huacai, are you routing the fix or want us to route via bpf tree?
I will take it, but I'm waiting Tiezhu's Ack now.
This version has problem, with this patch, many test cases failed
when executing "sudo modprobe test_bpf", the root cause is related
with the instruction "sra.d", I will give a detail reply tomorrow.
Thanks,
Tiezhu