From: Oleg Nesterov <oleg@redhat.com>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: akpm@linux-foundation.org, ebiederm@xmission.com,
keescook@chromium.org, mm-commits@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: + pid-delete-reserved_pids.patch added to -mm tree
Date: Wed, 4 Oct 2017 18:36:31 +0200 [thread overview]
Message-ID: <20171004163631.GA17777@redhat.com> (raw)
In-Reply-To: <20171003215349.GA7023@avx2>
On 10/04, Alexey Dobriyan wrote:
>
> On Tue, Oct 03, 2017 at 05:53:15PM +0200, Oleg Nesterov wrote:
> > On 10/02, Andrew Morton wrote:
> > >
> > > From: Alexey Dobriyan <adobriyan@gmail.com>
> > > Subject: pid: delete RESERVED_PIDS
> > >
> > > RESERVED_PIDS had a noble goal: to protect root from PID exhaustion since
> > > at least ~2.5.40
> >
> > I am just curious, where did you find the change which documents this goal?
>
> Now that you asked, I'm not exactly sure. :-( Please don't tell it is for some
> kind of stupid userspace which assumed low numbers are kernel threads.
Not necessarily kernel threads,
> > > Allow small pids to be allocated after rollover, there is nothing sacred
> > > about them.
> > >
> > > Resource exhaustion should be handled by rlimits and/or kernel memory
> > > accounting.
> >
> > I won't argue, but I always thought that the only purpose of RESERVED_PIDS
> > is to make the system/kernek daemons started at boot time more "visible" in
> > /usr/bin/ps output.
>
> They will be first in line naturally: kthreadd + init execute first and
> rarely exit.
Exactly.
But, with your patch, only until ->last_pid overlaps.
And while I don't think this can break something, I bet humans will notice
this change ;)
And in fact, from time to time I thought that perhaps it makes sense to change
alloc_pidmap() to check PF_KTHREAD and allocate the new pid from RESERVED_PIDS
interval if it is set.
So I am not sure this is change is really good but I won't argue.
Oleg.
next prev parent reply other threads:[~2017-10-04 16:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-02 23:13 + pid-delete-reserved_pids.patch added to -mm tree akpm
2017-10-03 15:53 ` Oleg Nesterov
2017-10-03 21:53 ` Alexey Dobriyan
2017-10-04 16:36 ` Oleg Nesterov [this message]
2017-10-04 20:12 ` Alexey Dobriyan
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=20171004163631.GA17777@redhat.com \
--to=oleg@redhat.com \
--cc=adobriyan@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=ebiederm@xmission.com \
--cc=keescook@chromium.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@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.