From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta0.migadu.com (out-183.mta0.migadu.com [91.218.175.183]) (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 D782B2BFC7B for ; Wed, 8 Apr 2026 04:27:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775622464; cv=none; b=RxxECjau/r/72YiEwpxnyTHKdrI7iqaC50Uqu9j/TYxZzb0AIppKYbo92lLYS6hAP/DTu9nIdFBLDfUILiPOerAFB9gZNXXl48WNGksDsP5gw357UhBwcxg7X/bvThhQSJ68lO5EyoOF58isUpBgPEKvESnCtnXVvfhW9xRy6/o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775622464; c=relaxed/simple; bh=GYtH1Xy5T3oE5Rx5NrnYpWpTsAZUmHk+XP4eZBLUCAM=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=DPqLYo9UJGWHXuwepinWP1wVfG1rWRd4QinCwVkbiIeCMQ0D3XEVsU41jTw5QDPj3zi9L7d8PXnjB3g48gtI0086FXAcEigDBfru5+Tx3ebYlJ3lXbofqRZhGcd5kJVl5J3QF6ddT2ZJtS+d4ad/htczf5siRqAM+Zci135mECo= 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.183 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-kselftest@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 [...]