Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1236780

Re: [RFC 0/4] reduce pid_namespace footprint when not configured

From Rasmus Villemoes <linux@rasmusvillemoes.dk>
Newsgroups linux.kernel
Subject Re: [RFC 0/4] reduce pid_namespace footprint when not configured
Date 2015-09-30 23:40 +0200
Message-ID <qexgt-oR-9@gated-at.bofh.it> (permalink)
References <qewDL-7OB-5@gated-at.bofh.it> <qewX8-8qQ-19@gated-at.bofh.it>
Organization D03

Show all headers | View raw


On Wed, Sep 30 2015, ebiederm@xmission.com (Eric W. Biederman) wrote:

> Rasmus Villemoes <linux@rasmusvillemoes.dk> writes:
>
>> A few suggestions for reducing the footprint of pid namespaces when
>> CONFIG_PID_NS=n. The savings are admittedly not huge:
>>
>> $ scripts/bloat-o-meter /tmp/vmlinux.master vmlinux
>> add/remove: 0/7 grow/shrink: 30/25 up/down: 368/-1032 (-664)
>
> #ifdefs in C files.
> More code to maintain.
> Very minor savings.
>
> I don't think it is worth the pain.  If anything I would prefer to
> remove CONFIG_PID_NS.  The CONFIG_PID_NS ifdef really is about keeping
> from exposing people to the feature tha don't use it more than it is
> about size reduction.
>
> Or do you have a case where this makes the difference between a usable
> kernel and a kernel that is not?

No, it was mostly a small tinification effort, and we'd presumably also
save a few cycles on thread creation, but not anything measurable.

Rasmus

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[RFC 0/4] reduce pid_namespace footprint when not configured Rasmus Villemoes <linux@rasmusvillemoes.dk> - 2015-09-30 23:00 +0200
  Re: [RFC 0/4] reduce pid_namespace footprint when not configured ebiederm@xmission.com (Eric W. Biederman) - 2015-09-30 23:20 +0200
    Re: [RFC 0/4] reduce pid_namespace footprint when not configured Rasmus Villemoes <linux@rasmusvillemoes.dk> - 2015-09-30 23:40 +0200

csiph-web