diff options
author | Tejun Heo <tj@kernel.org> | 2013-12-10 10:22:30 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-10 22:40:12 -0800 |
commit | a7560a0132cfc93b25d2df1d277a078a05220cf4 (patch) | |
tree | bc534b5b1b10d4a12d08f076b5040717013e35a6 /Documentation | |
parent | 9b2db6e1894577d48f4e290381bac6e573593838 (diff) | |
download | linux-a7560a0132cfc93b25d2df1d277a078a05220cf4.tar.bz2 |
sysfs: fix use-after-free in sysfs_kill_sb()
While restructuring the [u]mount path, 4b93dc9b1c68 ("sysfs, kernfs:
prepare mount path for kernfs") incorrectly updated sysfs_kill_sb() so
that it first kills super_block and then tries to dereference its
namespace tag to drop it. Fix it by caching namespace tag before
killing the superblock and then drop the cached namespace tag.
Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Tested-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Tested-by: Vlastimil Babka <vbabka@suse.cz>
Link: http://lkml.kernel.org/g/20131205031051.GC5135@yliu-dev.sh.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions