Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
From: "Ricardo B. Marlière" <rbm@suse.com>
To: "Ricardo B. Marlière" <rbm@suse.com>,
	"Alexei Starovoitov" <ast@kernel.org>,
	"Daniel Borkmann" <daniel@iogearbox.net>,
	"Andrii Nakryiko" <andrii@kernel.org>,
	"Martin KaFai Lau" <martin.lau@linux.dev>,
	"Eduard Zingerman" <eddyz87@gmail.com>,
	"Kumar Kartikeya Dwivedi" <memxor@gmail.com>,
	"Song Liu" <song@kernel.org>,
	"Yonghong Song" <yonghong.song@linux.dev>,
	"Jiri Olsa" <jolsa@kernel.org>, "Shuah Khan" <shuah@kernel.org>,
	"Nathan Chancellor" <nathan@kernel.org>,
	"Nick Desaulniers" <nick.desaulniers+lkml@gmail.com>,
	"Bill Wendling" <morbo@google.com>,
	"Justin Stitt" <justinstitt@google.com>
Cc: <bpf@vger.kernel.org>, <linux-kselftest@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>, <llvm@lists.linux.dev>,
	"Alan Maguire" <alan.maguire@oracle.com>
Subject: Re: [PATCH bpf-next RESEND v12 00/11] selftests/bpf: Tolerate partial builds across kernel configs
Date: Tue, 02 Jun 2026 10:34:18 -0300	[thread overview]
Message-ID: <DIYLP74JLI7O.11GW15J2LC01Q@suse.com> (raw)
In-Reply-To: <20260602-selftests-bpf_misconfig-v12-0-27f898b3ba26@suse.com>

On Tue Jun 2, 2026 at 10:02 AM -03, Ricardo B. Marlière wrote:
> Changes in v12:
> - Rebase from 11 to 8 commits: split the test_kmods KDIR patch into a
>   pure KDIR fix (no PERMISSIVE) and a separate tolerance patch; squash
>   the BPF_STRICT_BUILD toggle with its first PERMISSIVE user; squash
>   the four test_progs partial-build patches into one; move the install
>   fix to immediately follow the first PERMISSIVE user

And of course just as I sent I realized this was left behind by mistake.
This was scrapped and the series is still v11 :(


  parent reply	other threads:[~2026-06-02 13:34 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-02 13:02 [PATCH bpf-next RESEND v12 00/11] selftests/bpf: Tolerate partial builds across kernel configs Ricardo B. Marlière
2026-06-02 13:02 ` [PATCH bpf-next RESEND v12 01/11] selftests/bpf: Add BPF_STRICT_BUILD toggle Ricardo B. Marlière
2026-06-02 13:02 ` [PATCH bpf-next RESEND v12 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels Ricardo B. Marlière
2026-06-02 13:37   ` bot+bpf-ci
2026-06-02 13:02 ` [PATCH bpf-next RESEND v12 03/11] selftests/bpf: Tolerate BPF and skeleton generation failures Ricardo B. Marlière
2026-06-02 13:02 ` [PATCH bpf-next RESEND v12 04/11] selftests/bpf: Avoid rebuilds when running emit_tests Ricardo B. Marlière
2026-06-02 13:02 ` [PATCH bpf-next RESEND v12 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d Ricardo B. Marlière
2026-06-02 13:37   ` bot+bpf-ci
2026-06-02 13:02 ` [PATCH bpf-next RESEND v12 06/11] selftests/bpf: Tolerate test file compilation failures Ricardo B. Marlière
2026-06-02 13:02 ` [PATCH bpf-next RESEND v12 07/11] selftests/bpf: Skip tests whose objects were not built Ricardo B. Marlière
2026-06-02 13:02 ` [PATCH bpf-next RESEND v12 08/11] selftests/bpf: Allow test_progs to link with a partial object set Ricardo B. Marlière
2026-06-02 13:02 ` [PATCH bpf-next RESEND v12 09/11] selftests/bpf: Tolerate benchmark build failures Ricardo B. Marlière
2026-06-02 13:02 ` [PATCH bpf-next RESEND v12 10/11] selftests/bpf: Provide weak definitions for cross-test functions Ricardo B. Marlière
2026-06-02 13:03 ` [PATCH bpf-next RESEND v12 11/11] selftests/bpf: Tolerate missing files during install Ricardo B. Marlière
2026-06-02 13:34 ` Ricardo B. Marlière [this message]
2026-06-05 21:30 ` [PATCH bpf-next RESEND v12 00/11] selftests/bpf: Tolerate partial builds across kernel configs patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DIYLP74JLI7O.11GW15J2LC01Q@suse.com \
    --to=rbm@suse.com \
    --cc=alan.maguire@oracle.com \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=eddyz87@gmail.com \
    --cc=jolsa@kernel.org \
    --cc=justinstitt@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=llvm@lists.linux.dev \
    --cc=martin.lau@linux.dev \
    --cc=memxor@gmail.com \
    --cc=morbo@google.com \
    --cc=nathan@kernel.org \
    --cc=nick.desaulniers+lkml@gmail.com \
    --cc=shuah@kernel.org \
    --cc=song@kernel.org \
    --cc=yonghong.song@linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox