All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oleg Nesterov <oleg@redhat.com>
To: Christian Brauner <brauner@kernel.org>
Cc: David Rheinsberg <david@readahead.eu>,
	linux-kernel@vger.kernel.org, Jan Kara <jack@suse.cz>,
	Kees Cook <keescook@chromium.org>,
	Alexander Mikhalitsyn <alexander@mihalicyn.com>,
	Luca Boccassi <bluca@debian.org>
Subject: Re: [PATCH] pid: allow pidfds for reaped tasks
Date: Fri, 11 Aug 2023 13:47:11 +0200	[thread overview]
Message-ID: <20230811114711.GA24141@redhat.com> (raw)
In-Reply-To: <20230807-porzellan-rehkitz-9fde1b94dd6b@brauner>

As I said, I am not sure I understand the problem. And I know nothing
about net/ but...

On 08/07, Christian Brauner wrote:
>
> > SO_PEERPIDFD returns `EINVAL` if the peer-task was already reaped,
> > but returns a stale pidfd if the task is reaped immediately after the
> > respective alive-check.

after the quick grep it seems that SO_PEERPIDFD can simply use
__pidfd_prepare() ? We know that sk->sk_peer_pid was initialized with
task_tgid(current) and thus we know it is (was) a valid TGID pid.

The same is probably true for scm->pid and scm_pidfd_recv()...

But again, I am not familiar with this code, I can be wrong.

Oleg.


      parent reply	other threads:[~2023-08-11 11:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-07  8:52 [PATCH] pid: allow pidfds for reaped tasks David Rheinsberg
2023-08-07  9:01 ` Alexander Mikhalitsyn
2023-08-07  9:12   ` David Rheinsberg
2023-08-07  9:31     ` Alexander Mikhalitsyn
2023-08-07 10:07 ` Christian Brauner
2023-08-11 11:29   ` Oleg Nesterov
2023-08-11 11:40     ` Christian Brauner
2023-08-11 11:57       ` Oleg Nesterov
2023-08-14  5:13         ` David Rheinsberg
2023-08-14 13:20           ` Oleg Nesterov
2023-08-14 13:34             ` Alexander Mikhalitsyn
2023-08-14 15:11             ` Christian Brauner
2023-08-11 11:47   ` Oleg Nesterov [this message]

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=20230811114711.GA24141@redhat.com \
    --to=oleg@redhat.com \
    --cc=alexander@mihalicyn.com \
    --cc=bluca@debian.org \
    --cc=brauner@kernel.org \
    --cc=david@readahead.eu \
    --cc=jack@suse.cz \
    --cc=keescook@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    /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.