]> www.infradead.org Git - users/dwmw2/linux.git/commit
drivers/block/brd.c: fix brd_lookup_page() race
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 24 May 2013 22:55:28 +0000 (15:55 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Jun 2013 19:52:41 +0000 (12:52 -0700)
commitf5427b0dd73d16f71ddfb6aeeec7dcfe1317c957
tree06cd336bacd87b3c2ba8936d6e93792a322cc345
parent1099653f81d892c69b69e8cb1af8dafb756fb9b2
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>
drivers/block/brd.c