summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
diff options
context:
space:
mode:
authorMark Rutland2019-05-14 11:00:06 +0200
committerGreg Kroah-Hartman2019-06-19 08:18:02 +0200
commitc4e97af6bff4bdb20c4cb1760914c2f635c82ffc (patch)
tree31d39c6c00f32a99777f5aeffc1dd74b1e274884 /drivers/nvme
parentscsi: lpfc: add check for loss of ndlp when sending RRQ (diff)
downloadkernel-qcow2-linux-c4e97af6bff4bdb20c4cb1760914c2f635c82ffc.tar.gz
kernel-qcow2-linux-c4e97af6bff4bdb20c4cb1760914c2f635c82ffc.tar.xz
kernel-qcow2-linux-c4e97af6bff4bdb20c4cb1760914c2f635c82ffc.zip
arm64/mm: Inhibit huge-vmap with ptdump
[ Upstream commit 7ba36eccb3f83983a651efd570b4f933ecad1b5c ] The arm64 ptdump code can race with concurrent modification of the kernel page tables. At the time this was added, this was sound as: * Modifications to leaf entries could result in stale information being logged, but would not result in a functional problem. * Boot time modifications to non-leaf entries (e.g. freeing of initmem) were performed when the ptdump code cannot be invoked. * At runtime, modifications to non-leaf entries only occurred in the vmalloc region, and these were strictly additive, as intermediate entries were never freed. However, since commit: commit 324420bf91f6 ("arm64: add support for ioremap() block mappings") ... it has been possible to create huge mappings in the vmalloc area at runtime, and as part of this existing intermediate levels of table my be removed and freed. It's possible for the ptdump code to race with this, and continue to walk tables which have been freed (and potentially poisoned or reallocated). As a result of this, the ptdump code may dereference bogus addresses, which could be fatal. Since huge-vmap is a TLB and memory optimization, we can disable it when the runtime ptdump code is in use to avoid this problem. Cc: Catalin Marinas <catalin.marinas@arm.com> Fixes: 324420bf91f60582 ("arm64: add support for ioremap() block mappings") Acked-by: Ard Biesheuvel <ard.biesheuvel@arm.com> Signed-off-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/nvme')
0 files changed, 0 insertions, 0 deletions