From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="DpW4toAF" Received: from out-185.mta0.migadu.com (out-185.mta0.migadu.com [91.218.175.185]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7F1A11A5 for ; Tue, 5 Dec 2023 20:18:30 -0800 (PST) Message-ID: <9c8e728f-059c-4aea-baa5-3335269b573c@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1701836308; 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=Y13f+T7BhwTHa77Avk48M9OCWe3TRld06mMkzVjBDnE=; b=DpW4toAFt3/2iWYCAYGFLyK+CpGvvPFp2fkdwZYC1Afj1g65hUqvzN34KhsgIcs0I+udOI X7NJKqhIMhtg63ZM06CxIkahXRpfNB5KCPd2cnJvqwOpTE6syLWNRAkhCh2vwJEvF0qQGt jVhl+20NtjTtYxXIBRBwFBsBN9/sWCw= Date: Tue, 5 Dec 2023 20:18:23 -0800 Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [RFC PATCH bpf-next 2/3] selftests/bpf: Add a new cgroup helper open_classid() Content-Language: en-GB To: Yafang Shao , ast@kernel.org, daniel@iogearbox.net, john.fastabend@gmail.com, andrii@kernel.org, martin.lau@linux.dev, song@kernel.org, kpsingh@kernel.org, sdf@google.com, haoluo@google.com, jolsa@kernel.org, tj@kernel.org Cc: bpf@vger.kernel.org, cgroups@vger.kernel.org References: <20231205143725.4224-1-laoar.shao@gmail.com> <20231205143725.4224-3-laoar.shao@gmail.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Yonghong Song In-Reply-To: <20231205143725.4224-3-laoar.shao@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 12/5/23 9:37 AM, Yafang Shao wrote: > This new helper allows us to obtain the fd of a net_cls cgroup, which will > be utilized in the subsequent patch. > > Signed-off-by: Yafang Shao Acked-by: Yonghong Song