Re: [PATCH] bpf: add diagnostics for rejected memory and map accesses
From: Alexei Starovoitov
Date: Mon Sep 21 2026 - 13:10:20 EST
On Mon, Sep 21, 2026 at 09:16 PM Suchit Karunakaran <suchitkarunakaran@xxxxxxxxx> wrote:
> verbose(env, "sign extending loads from arena are not supported yet\n");
> + bpf_diag_policy(
> + env, i + delta, "sign-extending arena load",
> + "the current JIT does not support this load instruction for arena memory",
> + "Use a kernel and architecture with JIT support for this arena load.");
Did you read what AI generated for you?
"Use a kernel and architecture with JIT support for this arena load."
?!?!
Please apply human filter to every single line of "your" patches.
pw-bot: cr