mbox series

[GIT,PULL] arm64: fixes for -rc3

Message ID 20190120000420.GM26876@brain-police (mailing list archive)
State Mainlined, archived
Commit 7fa1e2e6afa7f4c9f46528e61de6a15d9e8dffd9
Headers show
Series [GIT,PULL] arm64: fixes for -rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes

Message

Will Deacon Jan. 20, 2019, 12:04 a.m. UTC
Hi Linus,

Please pull these 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.

The kernel.org servers wouldn't talk to me from NZ (the keys appeared to
have changed), so I ended up pushing via the UK which seems to have worked.
Please shout if anything looks weird.

Cheers,

Will

--->8

The following changes since commit 1c7fc5cbc33980acd13d668f1c8f0313d6ae9fd8:

  Linux 5.0-rc2 (2019-01-14 10:41:12 +1200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes

for you to fetch changes up to 7fa1e2e6afa7f4c9f46528e61de6a15d9e8dffd9:

  kasan, arm64: remove redundant ARCH_SLAB_MINALIGN define (2019-01-16 12:09:11 +0000)

----------------------------------------------------------------
arm64 fixes for -rc3

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

- Fix module loading with KASLR

- Remove redundant definition of ARCH_SLAB_MINALIGN

----------------------------------------------------------------
Andrey Konovalov (1):
      kasan, arm64: remove redundant ARCH_SLAB_MINALIGN define

Ard Biesheuvel (1):
      arm64: kaslr: ensure randomized quantities are clean to the PoC

James Morse (1):
      arm64: kpti: Update arm64_kernel_use_ng_mappings() when forced on

 arch/arm64/include/asm/cache.h | 2 --
 arch/arm64/include/asm/mmu.h   | 5 ++++-
 arch/arm64/kernel/kaslr.c      | 8 ++++++--
 3 files changed, 10 insertions(+), 5 deletions(-)

Comments

Linus Torvalds Jan. 20, 2019, 3:29 a.m. UTC | #1
On Sun, Jan 20, 2019 at 12:04 PM Will Deacon <will.deacon@arm.com> wrote:
>
> The kernel.org servers wouldn't talk to me from NZ (the keys appeared to
> have changed), so I ended up pushing via the UK which seems to have worked.
> Please shout if anything looks weird.

Everything looks fine.

Thanks,

              Linus
pr-tracker-bot@kernel.org Jan. 20, 2019, 4 a.m. UTC | #2
The pull request you sent on Sun, 20 Jan 2019 00:04:22 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b0f3e768a89bbc72195023c3db1db45c40e5b70c

Thank you!