Re: [PATCH bpf-next v9 00/11] bpf: fsession support
From: Alexei Starovoitov <hidden>
Date: 2026-01-14 02:28:39
Also in:
bpf, lkml
From: Alexei Starovoitov <hidden>
Date: 2026-01-14 02:28:39
Also in:
bpf, lkml
On Sat, Jan 10, 2026 at 6:11 AM Menglong Dong [off-list ref] wrote:
q>
Changes since v8: * remove the definition of bpf_fsession_cookie and bpf_fsession_is_return in the 4th and 5th patch * rename emit_st_r0_imm64() to emit_store_stack_imm64() in the 6th patch Changes since v7: * use the last byte of nr_args for bpf_get_func_arg_cnt() in the 2nd patch Changes since v6: * change the prototype of bpf_session_cookie() and bpf_session_is_return(), and reuse them instead of introduce new kfunc for fsession. Changes since v5: * No changes in this version, just a rebase to deal with conflicts.
When you respin please add lore links to all previous revisions, so it's easy to navigate to previous discussions. Like: Changes v3->v4: ... v3: https://... Changes v2->v3: ... v2: https://...