Re: [PATCH bpf-next 0/4] Use correct destructor kfunc types

From: Yonghong Song
Date: Fri Jul 25 2025 - 13:48:59 EST




On 7/25/25 10:20 AM, Sami Tolvanen wrote:
On Fri, Jul 25, 2025 at 9:54 AM Yonghong Song <yonghong.song@xxxxxxxxx> wrote:
I just tried arm64 with your patch set. CFI crash still happened:

CFI failure at tcp_ack+0xe74/0x13cc (target: bpf__tcp_congestion_ops_in_ack_event+0x0/0x78; expected type: 0x64424
87a)
This one should fixed by the other series I posted earlier:

https://lore.kernel.org/bpf/20250722205357.3347626-5-samitolvanen@xxxxxxxxxx/

Okay, I see. We can delay arm64 for now and focus on x86 side as I can
observe some issues with CONFIG_CFI_CLANG.


Sami