diff options
| author | Christophe Leroy <[email protected]> | 2020-03-07 10:09:15 +0000 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2020-03-13 21:13:05 +1100 |
| commit | cc6f0e39000900e5dd1448103a9571f0eccd7d4e (patch) | |
| tree | 09f51e44728fe42929e2fd9e6aeff1a62890c4fb /tools/perf/scripts/python | |
| parent | 819723a8a2fb66678fe15d177ae56af38163f364 (diff) | |
powerpc/32: Fix missing NULL pmd check in virt_to_kpte()
Commit 2efc7c085f05 ("powerpc/32: drop get_pteptr()"),
replaced get_pteptr() by virt_to_kpte(). But virt_to_kpte() lacks a
NULL pmd check and returns an invalid non NULL pointer when there
is no page table.
Reported-by: Nick Desaulniers <[email protected]>
Fixes: 2efc7c085f05 ("powerpc/32: drop get_pteptr()")
Signed-off-by: Christophe Leroy <[email protected]>
Tested-by: Nathan Chancellor <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/b1177cdfc6af74a3e277bba5d9e708c4b3315ebe.1583575707.git.christophe.leroy@c-s.fr
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions