From: "Farid Zakaria" <farid.m.zakaria@gmail.com>
To: "Christian Brauner" <brauner@kernel.org>,
"Farid Zakaria" <farid.m.zakaria@gmail.com>
Cc: "Daniel Borkmann" <daniel@iogearbox.net>,
"Alexei Starovoitov" <ast@kernel.org>,
"Kees Cook" <kees@kernel.org>,
"Alexander Viro" <viro@zeniv.linux.org.uk>,
"Jan Kara" <jack@suse.cz>, "Jonathan Corbet" <corbet@lwn.net>,
<linux-fsdevel@vger.kernel.org>, <linux-mm@kvack.org>,
<bpf@vger.kernel.org>, <jannh@google.com>, <mail@johnericson.me>
Subject: Re: [PATCH v2 0/9] binfmt_misc: bpf-backed binary type handlers
Date: Mon, 20 Jul 2026 20:19:58 -0700 [thread overview]
Message-ID: <DK3XBITGHXVO.245WLO7AFGP4M@gmail.com> (raw)
In-Reply-To: <20260716-surfen-erzfeind-aerodynamik-5dc96c3f136d@brauner>
On Thu Jul 16, 2026 at 2:42 AM PDT, Christian Brauner wrote:
>> Should I continue to add Reviewed-By trailers to the other patches?
>
> Review them, please where you can.
>
>> (I have limited knowledge on some of the mutex stuff but the agent
>> review in b4 was helpful in understanding it enough to give a review.)
>>
>> Sorry if it's obvious. I've never contributed to a patch this far
>> along or substantial to the point of having to understand the
>> merging/acceptance process in Linux.
>
> I plan on getting this into -next in the near future.
Sorry I have not reviewed them yet.
I got a little distracted preparing myself for some talks at DEFCON34
for the Nix village [1]
I plan to take a look at the remaining patches and add my Reviewed-By
trailers to them in the next few days.
I also just saw the transparent execution patch and will review it as
well (as much as I can).
One of the talks I plan on giving at DEFCON34 is about the idea to
support relocatable binaries in Nix. I did a short self-summary of it if
you are interested in reading it [2].
[1] https://nix.vegas
[2] https://fzakaria.com/2026/07/20/linux-kernel-will-support-origin-sort-of
next prev parent reply other threads:[~2026-07-21 3:20 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-14 19:58 [PATCH v2 0/9] binfmt_misc: bpf-backed binary type handlers Christian Brauner
2026-07-14 19:58 ` [PATCH v2 1/9] exec: stash bpf-selected interpreter state in struct linux_binprm Christian Brauner
2026-07-15 0:28 ` Farid Zakaria
2026-07-14 19:58 ` [PATCH v2 2/9] binfmt_misc: add binfmt_misc_ops bpf struct_ops Christian Brauner
2026-07-14 19:58 ` [PATCH v2 3/9] binfmt_misc: let the entry lookup walk sleep Christian Brauner
2026-07-14 19:58 ` [PATCH v2 4/9] binfmt_misc: wire up bpf-backed 'B' entries Christian Brauner
2026-07-15 0:28 ` Farid Zakaria
2026-07-14 19:58 ` [PATCH v2 5/9] bpf: allow fs kfuncs for binfmt_misc_ops programs Christian Brauner
2026-07-15 0:28 ` Farid Zakaria
2026-07-14 19:58 ` [PATCH v2 6/9] binfmt_misc: let bpf handlers pass an argument to the interpreter Christian Brauner
2026-07-15 0:28 ` Farid Zakaria
2026-07-14 19:58 ` [PATCH v2 7/9] binfmt_misc: let a bpf handler choose the invocation flags per exec Christian Brauner
2026-07-14 19:58 ` [PATCH v2 8/9] binfmt_misc: let a bpf handler run the interpreter transparently Christian Brauner
2026-07-14 19:58 ` [PATCH v2 9/9] selftests/exec: add binfmt_misc bpf-backed handler test Christian Brauner
2026-07-15 0:28 ` [PATCH v2 0/9] binfmt_misc: bpf-backed binary type handlers Farid Zakaria
2026-07-15 8:40 ` Christian Brauner
2026-07-16 0:10 ` Farid Zakaria
2026-07-16 0:12 ` Farid Zakaria
2026-07-16 9:42 ` Christian Brauner
2026-07-21 3:19 ` Farid Zakaria [this message]
2026-07-16 9:48 ` Christian Brauner
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=DK3XBITGHXVO.245WLO7AFGP4M@gmail.com \
--to=farid.m.zakaria@gmail.com \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=brauner@kernel.org \
--cc=corbet@lwn.net \
--cc=daniel@iogearbox.net \
--cc=jack@suse.cz \
--cc=jannh@google.com \
--cc=kees@kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mail@johnericson.me \
--cc=viro@zeniv.linux.org.uk \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.