lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 20 Oct 2009 16:09:26 +0400 From: Alexey Dobriyan <adobriyan@...il.com> To: Sukadev Bhattiprolu <sukadev@...ux.vnet.ibm.com> Cc: Andrew Morton <akpm@...l.org>, dlezcano@...ibm.com, ebiederm@...ssion.com, jack@....cz, andrea@...share.com, sukadev@...ibm.com, Containers <containers@...ts.linux-foundation.org>, linux-kernel@...r.kernel.org, Pavel Emelyanov <xemul@...nvz.org>, mingo@...e.hu Subject: Re: [PATCH] pidns: Fix a leak in /proc inodes and dentries On Mon, Oct 19, 2009 at 09:13:37PM -0700, Sukadev Bhattiprolu wrote: > --- linux-2.6.orig/fs/proc/base.c > +++ linux-2.6/fs/proc/base.c > @@ -2580,8 +2580,7 @@ static void proc_flush_task_mnt(struct v > name.len = snprintf(buf, sizeof(buf), "%d", pid); > dentry = d_hash_and_lookup(mnt->mnt_root, &name); > if (dentry) { > - if (!(current->flags & PF_EXITING)) > - shrink_dcache_parent(dentry); > + shrink_dcache_parent(dentry); What to do with original deadlock? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists