Skip to content

Update kexec tools #1221

Merged
merged 2 commits into from
Sep 2, 2019
Merged

Update kexec tools #1221

merged 2 commits into from
Sep 2, 2019

Commits on Aug 30, 2019

  1. kexec-tools: Update version from 2.0.16 to 2.0.20

    Update to latest version to get in sync for a patch.
    donald committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    54e899b View commit details
    Browse the repository at this point in the history
  2. 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.
    donald committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    1d23e84 View commit details
    Browse the repository at this point in the history