Files
linux-st/include/linux
Jose Alonso 0d0b7d4279 blk-mq: for_each_* macro correctness
I observed that there are for_each macros that do an extra memory access
beyond the defined area.
Normally this does not cause problems.
But, this can cause exceptions. For example: if the area is allocated at
the end of a page and the next page is not accessible.

For correctness, I suggest changing the arguments of the 'for loop' like
others 'for_each' do in the kernel.

Signed-off-by: Jose Alonso <joalonsof@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2014-01-28 08:09:46 -07:00
..
2013-11-23 22:33:52 -08:00
2013-12-03 13:10:47 +01:00
2013-11-23 22:33:57 -08:00
2013-11-23 22:33:56 -08:00
2014-01-28 08:09:46 -07:00
2013-11-23 22:33:49 -08:00
2013-12-11 15:52:34 +01:00
2013-12-10 21:45:15 -05:00
2013-12-18 19:04:50 -08:00