From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-186.mta1.migadu.com (out-186.mta1.migadu.com [95.215.58.186]) (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 2D177299A81 for ; Mon, 22 Dec 2025 19:12:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.186 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766430744; cv=none; b=DEIeZDdNYaUGd9NLBpnMImTKVbnH42EDt9S2+fB1UG3v5EjlQ6U4kidTJ1ZtuNHVXKPaJ1tupeyGPeQ185VzdZeTlBKjOo5OGPhaV5gcv4RSVEDPEW7xrgau6dLEzhBDstXRW7UzjbuHSOYA8sc51Bcls2pqSXTpvca5Ub3CmKc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766430744; c=relaxed/simple; bh=LAkV5LM0Jt0bY/pjONhNnvWxDPStOVr9zmUxKk7pEbg=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=XnwyqmakxztFAi8Br4MICNTn6Rp6I+HP3ESq4gwoMlD8pKMroT+KJp5dwUIHJ6SMjrH9BENZAUd7XhDnyLqSLdNqHXld2TBx1hSwbp8H48LEEOThR6OHTw+lu4uREPa6hlMYuQux6ZUyYjMNpDWKm/QtdHGJHsE/8iZiWY/SpmI= 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=NiES06SQ; arc=none smtp.client-ip=95.215.58.186 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="NiES06SQ" Message-ID: <2252a8ae-847b-4ea7-8389-3f56a0f9e6bf@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1766430730; 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=LAkV5LM0Jt0bY/pjONhNnvWxDPStOVr9zmUxKk7pEbg=; b=NiES06SQFN7Dn8PbcAOSnGA9Q6wGO5xZLyhkKSeE14kFacgRcFK1Nphq2piYkQX3cDBdqh tyXgzWhoGQJEIp7Xxd097B74hwkjgNE1tNRMtA9S16HRBvNm7nud5+/uUN4bKyeZJ9U0NN Bk5iA3Nj2mY65EyLSTwQFhCilnDIKrk= Date: Mon, 22 Dec 2025 11:12:00 -0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH] Documentation/bpf: Update PROG_TYPE for BPF_PROG_RUN Content-Language: en-GB To: SungRock Jung , Jonathan Corbet , Alexei Starovoitov Cc: bpf@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org References: <20251221070041.26592-1-tjdfkr2421@gmail.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Yonghong Song In-Reply-To: <20251221070041.26592-1-tjdfkr2421@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 12/20/25 11:00 PM, SungRock Jung wrote: > LWT_SEG6LOCAL no longer supports test_run starting from v6.11 > so remove it from the list of program types supported by BPF_PROG_RUN. > > Add TRACING and NETFILTER to reflect the > current set of program types that implement test_run support. > > Signed-off-by: SungRock Jung Thanks. I cross-checked the kernel and the patch LGTM. Acked-by: Yonghong Song