Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp1789311pxa; Thu, 20 Aug 2020 22:29:22 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyZtK1sS5SGT1oNl/sePg7QXBzllUgIXTDYvEq8tTWDrm10f/MlFJdwaUy+FNAwHowPslMI X-Received: by 2002:a05:6402:1f6:: with SMTP id i22mr1158678edy.374.1597987762390; Thu, 20 Aug 2020 22:29:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597987762; cv=none; d=google.com; s=arc-20160816; b=hxF7fHdR7XdDFpwjYdVoDjNR8AbU4k0B71JByaygYjjeWQY4HWV8SZHF4kTZdV4QUQ ZgY1m9X/NJqHZkntYrnprg1jmr/UQ632/m1O1wqMjzJ12VVh/qvN226JySmR6FkQa4Ma YmUR2Ip+4bOVlY9gFjmOK5lRC7cTxIkDMf6TTGroi5J4mQY8DKqKbNihQNZXiu3S6fsw oTTFleVSyHNtOfjo/2k7Ypq2RSZzExo/UqAHns2BPsO0a9K/pLbad4l6dR7P8jn7+jjz c6pjGzRRbuY/abI56EYNrqJ1WM8OpK9S6VImObqgwXR+iFRcjmNRa9tgL9AndSkZyQ8c 04Tg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=NZVs3ZCtTu24F0iTeFfEOrllFJOzBEHPbb1Whch043I=; b=BMSE42ki+oMiWGGIiHd+RDy4hIwrNjeuKt3hl5xQ1hDwCHQk6A3nkZJqVJVmZJ9YMB G7b+evXN0848zA3zIc/Bffytn9tF9gih5RJEvWqv7JGRghVniKnDr15t5JfH049KSTAh jXV7lWn/vtpjX28ps7DoZlTXZdquq6PskMF61htIQ+bGRMTgvZunsKn72BHvYSXLBsol r29rOY7VmZKxx73IoQfS0RFoDvkQ7AVQ+bamKaPxND3ULLUoZI1WDGrhUNqCD3lv/i27 WJoomLnpohIqYcDrExYo28UlApiPqkvW6a5Ab4cGmMPX4j8wCVFpEMjDX0AUxRf4kJ/H n55w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e2si503843edv.492.2020.08.20.22.28.58; Thu, 20 Aug 2020 22:29:22 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726279AbgHUF22 (ORCPT + 99 others); Fri, 21 Aug 2020 01:28:28 -0400 Received: from foss.arm.com ([217.140.110.172]:54176 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725908AbgHUF22 (ORCPT ); Fri, 21 Aug 2020 01:28:28 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id BFE8F31B; Thu, 20 Aug 2020 22:28:26 -0700 (PDT) Received: from net-arm-thunderx2-02.shanghai.arm.com (net-arm-thunderx2-02.shanghai.arm.com [10.169.210.119]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A42E63F6CF; Thu, 20 Aug 2020 22:28:23 -0700 (PDT) From: Jianlin Lv To: bpf@vger.kernel.org Cc: davem@davemloft.net, kuba@kernel.org, ast@kernel.org, daniel@iogearbox.net, yhs@fb.com, Song.Zhu@arm.com, Jianlin.Lv@arm.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: [PATCH bpf-next] docs: correct subject prefix and update LLVM info Date: Fri, 21 Aug 2020 13:28:17 +0800 Message-Id: <20200821052817.46887-1-Jianlin.Lv@arm.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org bpf_devel_QA.rst:152 The subject prefix information is not accurate, it should be 'PATCH bpf-next v2' Also update LLVM version info and add information about ‘-DLLVM_TARGETS_TO_BUILD’ to prompt the developer to build the desired target. Signed-off-by: Jianlin Lv --- Documentation/bpf/bpf_devel_QA.rst | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/Documentation/bpf/bpf_devel_QA.rst b/Documentation/bpf/bpf_devel_QA.rst index a26aa1b9b259..75a0dca5f295 100644 --- a/Documentation/bpf/bpf_devel_QA.rst +++ b/Documentation/bpf/bpf_devel_QA.rst @@ -149,7 +149,7 @@ In case the patch or patch series has to be reworked and sent out again in a second or later revision, it is also required to add a version number (``v2``, ``v3``, ...) into the subject prefix:: - git format-patch --subject-prefix='PATCH net-next v2' start..finish + git format-patch --subject-prefix='PATCH bpf-next v2' start..finish When changes have been requested to the patch series, always send the whole patch series again with the feedback incorporated (never send @@ -479,17 +479,18 @@ LLVM's static compiler lists the supported targets through $ llc --version LLVM (http://llvm.org/): - LLVM version 6.0.0svn + LLVM version 10.0.0 Optimized build. Default target: x86_64-unknown-linux-gnu Host CPU: skylake Registered Targets: - bpf - BPF (host endian) - bpfeb - BPF (big endian) - bpfel - BPF (little endian) - x86 - 32-bit X86: Pentium-Pro and above - x86-64 - 64-bit X86: EM64T and AMD64 + aarch64 - AArch64 (little endian) + bpf - BPF (host endian) + bpfeb - BPF (big endian) + bpfel - BPF (little endian) + x86 - 32-bit X86: Pentium-Pro and above + x86-64 - 64-bit X86: EM64T and AMD64 For developers in order to utilize the latest features added to LLVM's BPF back end, it is advisable to run the latest LLVM releases. Support @@ -517,6 +518,10 @@ from the git repositories:: The built binaries can then be found in the build/bin/ directory, where you can point the PATH variable to. +Set ``-DLLVM_TARGETS_TO_BUILD`` equal to the target you wish to build, you +will find a full list of targets within the llvm-project/llvm/lib/Target +directory. + Q: Reporting LLVM BPF issues ---------------------------- Q: Should I notify BPF kernel maintainers about issues in LLVM's BPF code -- 2.17.1