diff options
author | Pavel Tatashin <pasha.tatashin@soleen.com> | 2019-10-14 10:48:24 -0400 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2019-10-14 17:57:29 -0700 |
commit | 8c551f919a73c1dfa690a70a691be1da394145e8 (patch) | |
tree | 89201c9a4463d62132f376e49f423ff48e06e704 /include | |
parent | ec52c7134b1fcef0edfc56d55072fd4f261ef198 (diff) | |
download | linux-8c551f919a73c1dfa690a70a691be1da394145e8.tar.bz2 |
arm64: hibernate: check pgd table allocation
There is a bug in create_safe_exec_page(), when page table is allocated
it is not checked that table is allocated successfully:
But it is dereferenced in: pgd_none(READ_ONCE(*pgdp)). Check that
allocation was successful.
Fixes: 82869ac57b5d ("arm64: kernel: Add support for hibernate/suspend-to-disk")
Reviewed-by: James Morse <james.morse@arm.com>
Signed-off-by: Pavel Tatashin <pasha.tatashin@soleen.com>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions