Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1236758
| From | Rasmus Villemoes <linux@rasmusvillemoes.dk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC 0/4] reduce pid_namespace footprint when not configured |
| Date | 2015-09-30 23:00 +0200 |
| Message-ID | <qewDL-7OB-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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)
Rasmus Villemoes (4):
pid_namespace: remove ->level and ->parent for !CONFIG_PID_NS
pid_namespace: remove .kref field for !CONFIG_PID_NS
pid_namespace: make pid_nr_ns and pid_vnr static inlines for
!CONFIG_PID_NS
pid_namespace: disable_pid_allocation is unused for !CONFIG_PID_NS
include/linux/pid.h | 11 +++++++++++
include/linux/pid_namespace.h | 20 ++++++++++++++++++++
kernel/acct.c | 4 ++--
kernel/pid.c | 24 +++++++++++++++---------
4 files changed, 48 insertions(+), 11 deletions(-)
--
2.1.3
--
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 | Next — Next in thread | Find similar | Unroll 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