diff options
author | Vladimir Isaev <isaev@synopsys.com> | 2021-04-27 15:13:54 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2021-05-10 22:38:59 +0300 |
commit | 1d5e4640e5df15252398c1b621f6bd432f2d7f17 (patch) | |
tree | 99a3140352787edca09a8eeb8f3e82a0f6ceb0aa /tools/include/uapi/linux/prctl.h | |
parent | c5f756d8c6265ebb1736a7787231f010a3b782e5 (diff) | |
download | linux-1d5e4640e5df15252398c1b621f6bd432f2d7f17.tar.xz |
ARC: mm: Use max_high_pfn as a HIGHMEM zone border
Commit 4af22ded0ecf ("arc: fix memory initialization for systems
with two memory banks") fixed highmem, but for the PAE case it causes
bug messages:
| BUG: Bad page state in process swapper pfn:80000
| page:(ptrval) refcount:0 mapcount:1 mapping:00000000 index:0x0 pfn:0x80000 flags: 0x0()
| raw: 00000000 00000100 00000122 00000000 00000000 00000000 00000000 00000000
| raw: 00000000
| page dumped because: nonzero mapcount
| Modules linked in:
| CPU: 0 PID: 0 Comm: swapper Not tainted 5.12.0-rc5-00003-g1e43c377a79f #1
This is because the fix expects highmem to be always less than
lowmem and uses min_low_pfn as an upper zone border for highmem.
max_high_pfn should be ok for both highmem and highmem+PAE cases.
Fixes: 4af22ded0ecf ("arc: fix memory initialization for systems with two memory banks")
Signed-off-by: Vladimir Isaev <isaev@synopsys.com>
Cc: Mike Rapoport <rppt@linux.ibm.com>
Cc: stable@vger.kernel.org #5.8 onwards
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'tools/include/uapi/linux/prctl.h')
0 files changed, 0 insertions, 0 deletions