Re: [PATCH bpf-next v9 00/11] bpf: fsession support
From: Menglong Dong
Date: Tue Jan 13 2026 - 21:52:23 EST
On 2026/1/14 10:28 Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx> write:
> On Sat, Jan 10, 2026 at 6:11 AM Menglong Dong <menglong8.dong@xxxxxxxxx> 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:
OK. I'll use it this way in the feature. Thanks for the reminding :)
>
> Changes v3->v4:
> ...
> v3: https://...
>
> Changes v2->v3:
> ...
> v2: https://...
>