* [GIT PULL] user namespaces work for 3.14-rc1
@ 2014-01-24 22:58 Eric W. Biederman
0 siblings, 0 replies; only message in thread
From: Eric W. Biederman @ 2014-01-24 22:58 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux Containers, linux-kernel, Serge E. Hallyn
Linus,
Please pull the for-linus branch from the git tree:
git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git for-linus
HEAD: f58437f1f9161847c636e4fed5569ed5b908af36 MIPS: VPE: Remove vpe_getuid and vpe_getgid
The work to convert the kernel to use kuid_t and kgid_t has been
finished since 3.12 so it is time to remove the scaffolding that allowed
the work to progress incrementally.
The first patch on this branch just removes the scaffolding, ensuring we
will always get compile errors if people accidentally try the userspace
and the kernel uid and gid types. The second patch an overlooked and
unused chunk of mips code that that fails to build after the first
patch.
The code hasn't been in linux-next for long (as I was out of it and could
not sheppared the cold properly) but the patch has been around for a
long time just waiting for the day when I had finished the uid/gid
conversions. Putting the code in linux-next did find the compile
failure on mips so I took the time to get that fix reviewed and
included. Beyond that I am not too worried about errors because all
these two patches do is delete a modest amount of code.
Eric
Eric W. Biederman (2):
userns: userns: Remove UIDGID_STRICT_TYPE_CHECKS
MIPS: VPE: Remove vpe_getuid and vpe_getgid
arch/mips/include/asm/vpe.h | 2 --
arch/mips/kernel/vpe.c | 28 ----------------------------
include/linux/posix_acl.h | 3 ---
include/linux/projid.h | 15 ---------------
include/linux/uidgid.h | 22 ----------------------
init/Kconfig | 11 -----------
6 files changed, 0 insertions(+), 81 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-01-24 22:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-24 22:58 [GIT PULL] user namespaces work for 3.14-rc1 Eric W. Biederman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox