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: Sat, 29 Mar 2014 09:18:12 -0400 From: Tejun Heo <tj@...nel.org> To: Li Zefan <lizefan@...wei.com> Cc: Sasha Levin <sasha.levin@...cle.com>, LKML <linux-kernel@...r.kernel.org>, Cgroups <cgroups@...r.kernel.org> Subject: Re: [PATCH 1/2] cgroup: fix spurious lockdep warning in cgroup_exit() On Fri, Mar 28, 2014 at 03:18:27PM +0800, Li Zefan wrote: > cgroup_exit() is called in fork and exit path. If it's called in the > failure path during fork, PF_EXITING isn't set, and then lockdep will > complain. > > Fix this by removing cgroup_exit() in that failure path. cgroup_fork() > does nothing that needs cleanup. > > Reported-by: Sasha Levin <sasha.levin@...cle.com> > Signed-off-by: Li Zefan <lizefan@...wei.com> Applied 1-2 to cgroup/for-3.15. Thanks! -- tejun -- 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