summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorMike Christie2018-07-16 01:16:17 +0200
committerChristoph Hellwig2018-07-17 15:14:07 +0200
commitcc57c07343bd071cdf1915a91a24ab7d40c9b590 (patch)
treee8432f3ff2cf715a1808701abbfe7e3291a86d88 /.clang-format
parentconfigfs: replace strncpy with memcpy (diff)
downloadkernel-qcow2-linux-cc57c07343bd071cdf1915a91a24ab7d40c9b590.tar.gz
kernel-qcow2-linux-cc57c07343bd071cdf1915a91a24ab7d40c9b590.tar.xz
kernel-qcow2-linux-cc57c07343bd071cdf1915a91a24ab7d40c9b590.zip
configfs: fix registered group removal
This patch fixes a bug where configfs_register_group had added a group in a tree, and userspace has done a rmdir on a dir somewhere above that group and we hit a kernel crash. The problem is configfs_rmdir will detach everything under it and unlink groups on the default_groups list. It will not unlink groups added with configfs_register_group so when configfs_unregister_group is called to drop its references to the group/items we crash when we try to access the freed dentrys. The patch just adds a check for if a rmdir has been done above us and if so just does the unlink part of unregistration. Sorry if you are getting this multiple times. I thouhgt I sent this to some of you and lkml, but I do not see it. Signed-off-by: Mike Christie <mchristi@redhat.com> Cc: Christoph Hellwig <hch@lst.de> Cc: Joel Becker <jlbec@evilplan.org> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions