Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kexec-tools: Add patch for kernel since 4.20.0
Add patch: From: Donald Buczek <buczek@molgen.mpg.de> Date: Fri, 30 Aug 2019 10:52:58 +0200 Subject: [PATCH] x86: Fix PAGE_OFFSET for kernels since 4.20 To: horms@verge.net.au, kexec@lists.infradead.org, Bhupesh Sharma <bhsharma@redhat.com>, buczek@molgen.mpg.de Linux kernel commit d52888aa2753 ("x86/mm: Move LDT remap out of KASLR region on 5-level paging") changed the base of the direct mapping from 0xffff880000000000 to 0xffff888000000000. This was merged into v4.20-rc2. Update to new address accordingly.
- Loading branch information