From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-178.mta0.migadu.com (out-178.mta0.migadu.com [91.218.175.178]) (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 C0914192D8A for ; Wed, 8 Apr 2026 04:27:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.178 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775622456; cv=none; b=dsfoQJDl8DjL2uL2RvzlxlIL2LHQhISnWyhVUKC8rXZ1YKkeVETMrSa2Ac474+ab9XxKZ3cM9lp8FGqWl/pTWtGR2yTxxRXCMJZPtXMVl8DW4zzhggk0iE2vlCzDhczN1JVGViZtQb6d5MIVfDIkD4az32oVvM+r9HmcW6zgCL8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775622456; c=relaxed/simple; bh=GYtH1Xy5T3oE5Rx5NrnYpWpTsAZUmHk+XP4eZBLUCAM=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=iQ+FLXCEuLYS6OPf6Ri3h2SdnS5BR7dNXKWP0b4NEhG7ZgIsv5KE1bzSu6cF7qVEnb5THwv/r50ZCWh/UDDwnVg+SZzvPFskN2E7/oYPSInt2cYaYP5V0eMxyYcH8CSBzFiQHOR6FKt6cdKH4NxU+D4r/dgw98z2U6wUCYKiqZE= 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=rmN1mlIk; arc=none smtp.client-ip=91.218.175.178 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="rmN1mlIk" Message-ID: <8ccf3463-df47-438a-8932-5aeb31749860@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1775622450; 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=GmPSYmTQOCvBp38jlOX1oOX8MuLtvp/eEvznQjEVDIs=; b=rmN1mlIkePNYCR2Y0zZxioJJt8duh0asq1mD3kClhdTHt7XNaQEmG8K3sIode75OeJCXYy xwCfZ0NmREaP8JODD9tlO1kyP47JBdsxhog7jSyynopgDYvH2PeVDITcTEW9BZxDnAIjby 3D3JowO3fbeNHf+X0I4jWnQDniseICE= Date: Wed, 8 Apr 2026 12:27:21 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH bpf-next 0/3] bpf: add the missing fsession Content-Language: en-US To: Menglong Dong , ast@kernel.org Cc: daniel@iogearbox.net, john.fastabend@gmail.com, andrii@kernel.org, martin.lau@linux.dev, eddyz87@gmail.com, memxor@gmail.com, song@kernel.org, yonghong.song@linux.dev, jolsa@kernel.org, shuah@kernel.org, emil@etsalapatis.com, bpf@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org References: <20260408031416.266229-1-dongml2@chinatelecom.cn> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Leon Hwang In-Reply-To: <20260408031416.266229-1-dongml2@chinatelecom.cn> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 8/4/26 11:14, Menglong Dong wrote: > Add the missing fsession attach type to the BPF docs, verifier log and > bpftool. > Acked-by: Leon Hwang [...]