Skip to content
Commit 9f650cf2 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Fix store queue bitmap end.



The end of the store queue bitmap is miscalculated when searching
for a free range in sq_remap(), missing the PAGE_SHIFT shift that's
done in sq_api_init(). This runs in to workloads where we can scan
beyond the end of the bitmap.

Spotted by Paul Jackson:

	http://marc.theaimsgroup.com/?l=linux-kernel&m=116493191224097&w

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 6fc21b82
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment