diff options
author | Brian Behlendorf <behlendorf1@llnl.gov> | 2013-05-24 15:55:28 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-07 12:46:36 -0700 |
commit | 77809457d14ff89ac8e67f3cdf45a43b2b620f82 (patch) | |
tree | e43f78f3f2909de905c31d1c2abb6adeed232a18 /drivers/ssb/driver_chipcommon.c | |
parent | 329d6f2ca0653e8a078637ed42ba259f5414e872 (diff) | |
download | kernel_samsung_tuna-77809457d14ff89ac8e67f3cdf45a43b2b620f82.zip kernel_samsung_tuna-77809457d14ff89ac8e67f3cdf45a43b2b620f82.tar.gz kernel_samsung_tuna-77809457d14ff89ac8e67f3cdf45a43b2b620f82.tar.bz2 |
drivers/block/brd.c: fix brd_lookup_page() race
commit dfd20b2b174d3a9b258ea3b7a35ead33576587b1 upstream.
The index on the page must be set before it is inserted in the radix
tree. Otherwise there is a small race which can occur during lookup
where the page can be found with the incorrect index. This will trigger
the BUG_ON() in brd_lookup_page().
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reported-by: Chris Wedgwood <cw@f00f.org>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/ssb/driver_chipcommon.c')
0 files changed, 0 insertions, 0 deletions