]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 20 Jan 2019 03:27:59 +0000 (15:27 +1200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 20 Jan 2019 03:27:59 +0000 (15:27 +1200)
commitb0f3e768a89bbc72195023c3db1db45c40e5b70c
treea83f1ffb13e7de39fa9efea135bc44eb26ef635c
parent5d5c303ea095bdd3a2b073075920bf159457069a
parent7fa1e2e6afa7f4c9f46528e61de6a15d9e8dffd9
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux

Pull arm64 fixes from Will Deacon:
 "Three arm64 fixes for -rc3.

  We've plugged a couple of nasty issues involving KASLR-enabled
  kernels, and removed a redundant #define that was introduced as part
  of the KHWASAN fixes from akpm at -rc2.

   - Fix broken kpti page-table rewrite in bizarre KASLR configuration

   - Fix module loading with KASLR

   - Remove redundant definition of ARCH_SLAB_MINALIGN"

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  kasan, arm64: remove redundant ARCH_SLAB_MINALIGN define
  arm64: kaslr: ensure randomized quantities are clean to the PoC
  arm64: kpti: Update arm64_kernel_use_ng_mappings() when forced on