summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorWill Deacon <will@kernel.org>2019-08-22 15:03:45 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-10-05 13:10:07 +0200
commit8cfe3b8aa3b64df01db1a92641d3989e2788b896 (patch)
treed3bd1e436155f460177c39b7a9ba7ddef34ac68b /kernel
parentfc7d6bfdd774a3ac93a3c18f28a574f429b6fcf2 (diff)
arm64: tlb: Ensure we execute an ISB following walk cache invalidation
commit 51696d346c49c6cf4f29e9b20d6e15832a2e3408 upstream. 05f2d2f83b5a ("arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable") added a new TLB invalidation helper which is used when freeing intermediate levels of page table used for kernel mappings, but is missing the required ISB instruction after completion of the TLBI instruction. Add the missing barrier. Cc: <stable@vger.kernel.org> Fixes: 05f2d2f83b5a ("arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable") Reviewed-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Will Deacon <will@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions