* [GIT PULL] namespace related fixes for 4.10-rc3
@ 2017-01-07 5:30 ` Eric W. Biederman
0 siblings, 0 replies; 10+ messages in thread
From: Eric W. Biederman @ 2017-01-07 5:30 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-fsdevel-u79uwXL29TY76Z2rM5mHXA, Linux Containers,
linux-kernel-u79uwXL29TY76Z2rM5mHXA, Al Viro
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: cd293bfacd57928627ef7da6194e0cbe24db3291 sysctl: Drop reference added by grab_header in proc_sys_readdir
This tree contains 5 fixes.
The first is a fix for a race that can causes oopses under the right
circumstances, and that someone just recently encountered.
The second is a fix that removes the possibility of creating unbounded
chains in the mount hash table. After a lot of back and forth this fix
has finally matured into something mergeable.
Past that are several small trivial correct fixes. A real issue that
was blocking development of an out of tree driver, but does not appear
to have caused any actual problems for in-tree code. A potential
deadlock that was reported by lockdep. And a deadlock people have
experienced and took the time to track down caused by a cleanup that
removed the code to drop a reference count.
Andrei Vagin (1):
pid: fix lockdep deadlock warning due to ucount_lock
Eric W. Biederman (3):
mnt: Protect the mountpoint hashtable with mount_lock
mnt: Tuck mounts under others instead of creating shadow/side mounts.
libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mount
Zhou Chengming (1):
sysctl: Drop reference added by grab_header in proc_sys_readdir
fs/dcache.c | 7 +-
fs/libfs.c | 3 +-
fs/mount.h | 1 -
fs/namespace.c | 174 +++++++++++++++++++++++++++++--------------------
fs/pnode.c | 27 ++++++--
fs/pnode.h | 2 +
fs/proc/proc_sysctl.c | 3 +-
kernel/pid_namespace.c | 10 +--
8 files changed, 142 insertions(+), 85 deletions(-)
Eric
^ permalink raw reply [flat|nested] 10+ messages in thread* [GIT PULL] namespace related fixes for 4.10-rc3
@ 2017-01-07 5:30 ` Eric W. Biederman
0 siblings, 0 replies; 10+ messages in thread
From: Eric W. Biederman @ 2017-01-07 5:30 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux Containers, linux-fsdevel, linux-kernel, Al Viro
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: cd293bfacd57928627ef7da6194e0cbe24db3291 sysctl: Drop reference added by grab_header in proc_sys_readdir
This tree contains 5 fixes.
The first is a fix for a race that can causes oopses under the right
circumstances, and that someone just recently encountered.
The second is a fix that removes the possibility of creating unbounded
chains in the mount hash table. After a lot of back and forth this fix
has finally matured into something mergeable.
Past that are several small trivial correct fixes. A real issue that
was blocking development of an out of tree driver, but does not appear
to have caused any actual problems for in-tree code. A potential
deadlock that was reported by lockdep. And a deadlock people have
experienced and took the time to track down caused by a cleanup that
removed the code to drop a reference count.
Andrei Vagin (1):
pid: fix lockdep deadlock warning due to ucount_lock
Eric W. Biederman (3):
mnt: Protect the mountpoint hashtable with mount_lock
mnt: Tuck mounts under others instead of creating shadow/side mounts.
libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mount
Zhou Chengming (1):
sysctl: Drop reference added by grab_header in proc_sys_readdir
fs/dcache.c | 7 +-
fs/libfs.c | 3 +-
fs/mount.h | 1 -
fs/namespace.c | 174 +++++++++++++++++++++++++++++--------------------
fs/pnode.c | 27 ++++++--
fs/pnode.h | 2 +
fs/proc/proc_sysctl.c | 3 +-
kernel/pid_namespace.c | 10 +--
8 files changed, 142 insertions(+), 85 deletions(-)
Eric
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [GIT PULL] namespace related fixes for 4.10-rc3
2017-01-07 5:30 ` Eric W. Biederman
(?)
@ 2017-01-07 6:29 ` Al Viro
[not found] ` <20170107062952.GH1555-3bDd1+5oDREiFSDQTTA3OLVCufUGDwFn@public.gmane.org>
-1 siblings, 1 reply; 10+ messages in thread
From: Al Viro @ 2017-01-07 6:29 UTC (permalink / raw)
To: Eric W. Biederman
Cc: Linus Torvalds, Linux Containers, linux-fsdevel, linux-kernel
On Sat, Jan 07, 2017 at 06:30:05PM +1300, Eric W. Biederman wrote:
> Eric W. Biederman (3):
> mnt: Protect the mountpoint hashtable with mount_lock
ACK
> mnt: Tuck mounts under others instead of creating shadow/side mounts.
NAK; you have reintroduced put_mountpoint() outside of mount lock in there
and you've got seriously confused umount side of the things.
> libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mount
ACK
> Zhou Chengming (1):
> sysctl: Drop reference added by grab_header in proc_sys_readdir
ACK
The rest of the queue is fine.
^ permalink raw reply [flat|nested] 10+ messages in thread[parent not found: <87d1fzzbc2.fsf-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org>]
* Re: [GIT PULL] namespace related fixes for 4.10-rc3
[not found] ` <87d1fzzbc2.fsf-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org>
@ 2017-01-07 6:29 ` Al Viro
2017-01-10 23:25 ` Eric W. Biederman
1 sibling, 0 replies; 10+ messages in thread
From: Al Viro @ 2017-01-07 6:29 UTC (permalink / raw)
To: Eric W. Biederman
Cc: linux-fsdevel-u79uwXL29TY76Z2rM5mHXA, Linux Containers,
Linus Torvalds, linux-kernel-u79uwXL29TY76Z2rM5mHXA
On Sat, Jan 07, 2017 at 06:30:05PM +1300, Eric W. Biederman wrote:
> Eric W. Biederman (3):
> mnt: Protect the mountpoint hashtable with mount_lock
ACK
> mnt: Tuck mounts under others instead of creating shadow/side mounts.
NAK; you have reintroduced put_mountpoint() outside of mount lock in there
and you've got seriously confused umount side of the things.
> libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mount
ACK
> Zhou Chengming (1):
> sysctl: Drop reference added by grab_header in proc_sys_readdir
ACK
The rest of the queue is fine.
^ permalink raw reply [flat|nested] 10+ messages in thread* [GIT PULL] namespace related fixes for 4.10-rc4
2017-01-07 5:30 ` Eric W. Biederman
@ 2017-01-10 23:25 ` Eric W. Biederman
-1 siblings, 0 replies; 10+ messages in thread
From: Eric W. Biederman @ 2017-01-10 23:25 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-fsdevel-u79uwXL29TY76Z2rM5mHXA, Linux Containers,
linux-kernel-u79uwXL29TY76Z2rM5mHXA, Al Viro
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: 93362fa47fe98b62e4a34ab408c4a418432e7939 sysctl: Drop reference added by grab_header in proc_sys_readdir
This tree contains 4 fixes.
The first is a fix for a race that can causes oopses under the right
circumstances, and that someone just recently encountered.
Past that are several small trivial correct fixes. A real issue that
was blocking development of an out of tree driver, but does not appear
to have caused any actual problems for in-tree code. A potential
deadlock that was reported by lockdep. And a deadlock people have
experienced and took the time to track down caused by a cleanup that
removed the code to drop a reference count.
I have dropped the mount hash table fix that Al objected to and will
come back to that when the discussion around that patch is complete.
Andrei Vagin (1):
pid: fix lockdep deadlock warning due to ucount_lock
Eric W. Biederman (2):
mnt: Protect the mountpoint hashtable with mount_lock
libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mount
Zhou Chengming (1):
sysctl: Drop reference added by grab_header in proc_sys_readdir
fs/dcache.c | 7 ++++--
fs/libfs.c | 3 ++-
fs/namespace.c | 64 +++++++++++++++++++++++++++++++++++---------------
fs/proc/proc_sysctl.c | 3 ++-
kernel/pid_namespace.c | 10 ++++----
5 files changed, 60 insertions(+), 27 deletions(-)
Eric
^ permalink raw reply [flat|nested] 10+ messages in thread* [GIT PULL] namespace related fixes for 4.10-rc4
@ 2017-01-10 23:25 ` Eric W. Biederman
0 siblings, 0 replies; 10+ messages in thread
From: Eric W. Biederman @ 2017-01-10 23:25 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux Containers, linux-fsdevel, linux-kernel, Al Viro
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: 93362fa47fe98b62e4a34ab408c4a418432e7939 sysctl: Drop reference added by grab_header in proc_sys_readdir
This tree contains 4 fixes.
The first is a fix for a race that can causes oopses under the right
circumstances, and that someone just recently encountered.
Past that are several small trivial correct fixes. A real issue that
was blocking development of an out of tree driver, but does not appear
to have caused any actual problems for in-tree code. A potential
deadlock that was reported by lockdep. And a deadlock people have
experienced and took the time to track down caused by a cleanup that
removed the code to drop a reference count.
I have dropped the mount hash table fix that Al objected to and will
come back to that when the discussion around that patch is complete.
Andrei Vagin (1):
pid: fix lockdep deadlock warning due to ucount_lock
Eric W. Biederman (2):
mnt: Protect the mountpoint hashtable with mount_lock
libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mount
Zhou Chengming (1):
sysctl: Drop reference added by grab_header in proc_sys_readdir
fs/dcache.c | 7 ++++--
fs/libfs.c | 3 ++-
fs/namespace.c | 64 +++++++++++++++++++++++++++++++++++---------------
fs/proc/proc_sysctl.c | 3 ++-
kernel/pid_namespace.c | 10 ++++----
5 files changed, 60 insertions(+), 27 deletions(-)
Eric
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2017-01-10 23:29 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-07 5:30 [GIT PULL] namespace related fixes for 4.10-rc3 Eric W. Biederman
2017-01-07 5:30 ` Eric W. Biederman
2017-01-07 6:29 ` Al Viro
[not found] ` <20170107062952.GH1555-3bDd1+5oDREiFSDQTTA3OLVCufUGDwFn@public.gmane.org>
2017-01-07 6:40 ` Al Viro
2017-01-07 6:40 ` Al Viro
[not found] ` <20170107064012.GI1555-3bDd1+5oDREiFSDQTTA3OLVCufUGDwFn@public.gmane.org>
2017-01-10 23:23 ` Eric W. Biederman
2017-01-10 23:23 ` Eric W. Biederman
[not found] ` <87d1fzzbc2.fsf-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org>
2017-01-07 6:29 ` Al Viro
2017-01-10 23:25 ` [GIT PULL] namespace related fixes for 4.10-rc4 Eric W. Biederman
2017-01-10 23:25 ` Eric W. Biederman
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.