]> git.baikalelectronics.ru Git - kernel.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)
commitef686a0c3099f04d525a337620f5122ac8e9d0f1
treea83f1ffb13e7de39fa9efea135bc44eb26ef635c
parentc17fb62c7dd3d3609b4a84fd6cb3f213cc8f6a34
parentb1e28fb042622b3fb7e24742588b5cac77fc0cdc
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