Prev: [PATCH] kexec: export kexec.h to userspace
Next: [PATCH 4/6] pidns: Don't allow new pids after the namespace is dead.
From: Eric W. Biederman on 20 Jun 2010 04:50 Oleg Nesterov <oleg(a)redhat.com> writes: > On 06/18, Oleg Nesterov wrote: >> >> I only try to discuss the idea to break the circular reference. > > I don't know what I have missed, but this looks really right to me. > Besides, we have yet another problem: proc_flush_task()->mntput() > is just wrong. Consider the multithreaded execing init. > > I am going to simplify, test, and send the fix which moves mntput() > into free_pid_ns() paths. free_pid_ns is comparatively late, to release the kern_mount. > But first of all I think we should cleanup the pid_ns_prepare_proc() > logic. Imho, this code is really ugly. Please see the patches. Since I have a patchset that makes it possible to unshare the pid namespace about ready to send I figure we should combine the two efforts. This patchset is a prerequisite to my patches for giving namespaces file descriptors and allowing you to join and existing namespace. When I look over my old notes it appears there Daniel managed to hit this proc_mnt reference counting in that context. So that is definitely interesting. Oleg take a look I think I have combined the best of our two patchsets. Eric -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |