Re: [PATCH] sparc64: Fix mapping of 64k pages with MAP_FIXED

From: David Miller
Date: Wed May 17 2017 - 15:09:17 EST


From: Nitin Gupta <nitin.m.gupta@xxxxxxxxxx>
Date: Mon, 15 May 2017 16:28:17 -0700

> An incorrect huge page alignment check caused
> mmap failure for 64K pages when MAP_FIXED is used
> with address not aligned to HPAGE_SIZE.
>
> Orabug: 25885991
>
> Signed-off-by: Nitin Gupta <nitin.m.gupta@xxxxxxxxxx>

Applied, but I had to add an appropriate "Fixes: " line, please
do this in the future, like so on the line right before the
first signoff or ack:

Fixes: dcd1912d21a0 ("sparc64: Add 64K page size support")

Thanks.