From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E7FF8C43217 for ; Sun, 20 Nov 2022 17:29:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229680AbiKTR3Y (ORCPT ); Sun, 20 Nov 2022 12:29:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48004 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229520AbiKTR3W (ORCPT ); Sun, 20 Nov 2022 12:29:22 -0500 Received: from mail-qt1-f169.google.com (mail-qt1-f169.google.com [209.85.160.169]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D6779305; Sun, 20 Nov 2022 09:29:21 -0800 (PST) Received: by mail-qt1-f169.google.com with SMTP id w9so6073049qtv.13; Sun, 20 Nov 2022 09:29:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=user-agent:in-reply-to:content-disposition:mime-version:references :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=2m/oKh2JCFyE3zOn/G6TKOcNovbaWdXH+bxKkKXD33I=; b=oRg5bgvYMF9lYUEYVF7qrIDKg9wY5WQdB+eHVKqxYG+rfxCnwNzFRia2/zXjHVkvNS HS8zoHw15lcneimrtFvxODpRu1oDfmJXsqlnlCg9LiPvimbGcMOUyjKgrRSXlLASFLbo 7FsBCN0Srp+6d7ZhtejdLssqo4QmzU9qqiUyv/CX/HOD5LopKY6vRADXQob06FyYl7hW HQ3rSlD5iiLPzE4ZGjFJv5UlOXFoq5t5fKlEd8ZBOe/XcUb9JYuOqq6NIR60pUIXqJFv rZT8xyU8f8PY7erSUxlpMvLz93WHWr4pMzSkCfu+CK9DajLnsZ9+9O2FaJJka9OFhCdK GdbA== X-Gm-Message-State: ANoB5pkxDQHmcT2t38eaXLtgdoFN1pSJmI5jX1PEYlLuSfyf6qP4OXOd dOnJDDNN3gI4cfeEBNC5JkE= X-Google-Smtp-Source: AA0mqf5iklrigu3ogCld1s+7y6kFYaSrTYriw4iHyNJySr4/kwt/B1Dp0whscLdPjgscK35e6t3GKA== X-Received: by 2002:ac8:1306:0:b0:3a5:9fb3:ba72 with SMTP id e6-20020ac81306000000b003a59fb3ba72mr14202220qtj.617.1668965360741; Sun, 20 Nov 2022 09:29:20 -0800 (PST) Received: from maniforge.lan (c-24-15-214-156.hsd1.il.comcast.net. [24.15.214.156]) by smtp.gmail.com with ESMTPSA id o16-20020a05620a2a1000b006fab68c7e87sm6873447qkp.70.2022.11.20.09.29.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Nov 2022 09:29:19 -0800 (PST) Date: Sun, 20 Nov 2022 11:29:24 -0600 From: David Vernet To: Rong Tao Cc: ast@kernel.org, Rong Tao , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , Jonathan Corbet , "open list:BPF [GENERAL] (Safe Dynamic Programs and Tools)" , "open list:DOCUMENTATION" , open list Subject: Re: [PATCH bpf-next] docs/bpf: Update btf test programe code Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.2.7 (2022-08-07) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Nov 20, 2022 at 03:57:51PM +0800, Rong Tao wrote: > From: Rong Tao > > commit c64779e24e88("selftests/bpf: Merge most of test_btf into > test_progs") rename selftests/bpf btf test from 'test_btf.c' to > 'prog_tests/btf.c'. > > Signed-off-by: Rong Tao > --- > Documentation/bpf/btf.rst | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/bpf/btf.rst b/Documentation/bpf/btf.rst > index cf8722f96090..59ccd9bad1e0 100644 > --- a/Documentation/bpf/btf.rst > +++ b/Documentation/bpf/btf.rst > @@ -1062,4 +1062,5 @@ format.:: > 7. Testing > ========== > > -Kernel bpf selftest `test_btf.c` provides extensive set of BTF-related tests. > +Kernel bpf selftest `prog_tests/btf.c` provides extensive set of BTF-related s/Kernel bpf selftest/The kernel BPF selftest s/provide extensive/provides an extensive > +tests. Thanks for adjusting this. Could you please mirror what prog_lsm.rst does [0], and add a link to the file in the linux.git repo? [0]: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/tree/Documentation/bpf/prog_lsm.rst#n134 > -- > 2.38.1 >