[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1644862280.git.legion@kernel.org>
Date: Mon, 14 Feb 2022 19:18:13 +0100
From: Alexey Gladkov <legion@...nel.org>
To: LKML <linux-kernel@...r.kernel.org>,
Linux Containers <containers@...ts.linux.dev>
Cc: Alexander Mikhalitsyn <alexander.mikhalitsyn@...tuozzo.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Christian Brauner <christian.brauner@...ntu.com>,
Daniel Walsh <dwalsh@...hat.com>,
Davidlohr Bueso <dbueso@...e.de>,
"Eric W . Biederman" <ebiederm@...ssion.com>,
Kirill Tkhai <ktkhai@...tuozzo.com>,
Manfred Spraul <manfred@...orfullife.com>,
Serge Hallyn <serge@...lyn.com>,
Varad Gautam <varad.gautam@...e.com>,
Vasily Averin <vvs@...tuozzo.com>
Subject: [PATCH v4 0/2] ipc: Store mq and ipc sysctls in the ipc namespace
This patchset changes the implementation of mq and ipc sysctls. It moves the
sysctls inside the ipc namespace. This will allow us to manage these sysctls
inside the user namespace.
--
Alexey Gladkov (2):
ipc: Store mqueue sysctls in the ipc namespace
ipc: Store ipc sysctls in the ipc namespace
include/linux/ipc_namespace.h | 37 ++++++-
ipc/ipc_sysctl.c | 189 ++++++++++++++++++++++------------
ipc/mq_sysctl.c | 121 ++++++++++++----------
ipc/mqueue.c | 10 +-
ipc/namespace.c | 10 ++
5 files changed, 235 insertions(+), 132 deletions(-)
--
2.33.0
Powered by blists - more mailing lists