]> git.ipfire.org Git - people/ms/linux.git/commit
arm64: mm: Make icache synchronisation logic huge page aware
authorSteve Capper <steve.capper@linaro.org>
Wed, 2 Jul 2014 10:46:23 +0000 (11:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jul 2014 18:21:29 +0000 (11:21 -0700)
commitff1f8c99b8f588be62e6f8789974e35a3a4c3c84
tree8589e31aadece69d216f3fb3d45d7ad9168ac122
parent0426ba8ecd160744cd2b229b880299f977fbf293
arm64: mm: Make icache synchronisation logic huge page aware

commit 923b8f5044da753e4985ab15c1374ced2cdf616c upstream.

The __sync_icache_dcache routine will only flush the dcache for the
first page of a compound page, potentially leading to stale icache
data residing further on in a hugetlb page.

This patch addresses this issue by taking into consideration the
order of the page when flushing the dcache.

Reported-by: Mark Brown <broonie@linaro.org>
Tested-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Steve Capper <steve.capper@linaro.org>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/mm/flush.c