From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-174.mta0.migadu.com (out-174.mta0.migadu.com [91.218.175.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 579679476 for ; Wed, 14 Jan 2026 02:52:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.174 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768359144; cv=none; b=tqCZ5giWDuJEG8DRlcvtMUTqXcfGMVxPUP3Kgbw+Bm/nXH3gaiSUJRLYYOQsdGxhgkDNCIEKJVxtxcdJk5kpZ9R2qsYunucGwHk6Qiupaca1q+/d74ZN/lGi9R4BUqETMoZI2FIYnizMRl3R2xT9dQDkNDB1OvMXALqcU2ghFfw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768359144; c=relaxed/simple; bh=n7DJCQaBYJo/dF+7DjAAhohOYcC6OqKmz1TWgUfk4w8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=j7X/jU/DH3W/4xqNcRpali6rKt6vfQcN0f2AzFsD2w7fS4CgEIS0R/2xk8F00XW3LgZz3cLIcS6ydnHGdPK69e3JUx6znswzpdlpZgvCtQDRaNAsZdEcU3LDzq7hAl85qlAdf5L2yrL+x7AKc/jURloCm3HDPG34hPoGUl4Jgoc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=QLjClJDQ; arc=none smtp.client-ip=91.218.175.174 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="QLjClJDQ" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1768359141; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=d4WwtQ0fY8xH9388oF0irINq2fp1GmSgtWnqUwNDRtw=; b=QLjClJDQqEARsSs1ufhsKWQue2W/acqqOFelG+zD8hTfAgwLCHvM/7+LRIkkf6tVVj65I4 HV0p3CMx17CDDohD1kCheyJZzpYmxuXpcfQae7LUwxgZ/qWLMw2GT5Un7KgXebB0FE0raS 7vYWmIFZhCWdtxveltz2KhEWaxXirAI= From: Menglong Dong To: Menglong Dong , Alexei Starovoitov Cc: Alexei Starovoitov , Andrii Nakryiko , Daniel Borkmann , Martin KaFai Lau , Eduard , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , "David S. Miller" , David Ahern , Thomas Gleixner , Ingo Molnar , jiang.biao@linux.dev, Borislav Petkov , Dave Hansen , X86 ML , "H. Peter Anvin" , bpf , Network Development , LKML Subject: Re: [PATCH bpf-next v9 00/11] bpf: fsession support Date: Wed, 14 Jan 2026 10:52:06 +0800 Message-ID: <117894611.nniJfEyVGO@7940hx> In-Reply-To: References: <20260110141115.537055-1-dongml2@chinatelecom.cn> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Migadu-Flow: FLOW_OUT On 2026/1/14 10:28 Alexei Starovoitov write: > On Sat, Jan 10, 2026 at 6:11=E2=80=AFAM Menglong Dong wrote: > > > q> > > Changes since v8: > > * remove the definition of bpf_fsession_cookie and bpf_fsession_is_retu= rn > > 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 pa= tch > > > > Changes since v6: > > * change the prototype of bpf_session_cookie() and bpf_session_is_retur= n(), > > 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. >=20 > 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 :) >=20 > Changes v3->v4: > ... > v3: https://... >=20 > Changes v2->v3: > ... > v2: https://... >=20