lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 4 May 2023 15:22:48 +0100
From:   Will Deacon <will@...nel.org>
To:     torvalds@...ux-foundation.org
Cc:     catalin.marinas@....com, linux-arm-kernel@...ts.infradead.org,
        linux-kernel@...r.kernel.org, kernel-team@...roid.com
Subject: [GIT PULL] arm64 fixes for -rc1

Hi Linus,

Please pull these few arm64 fixes that came in during the merge window for
-rc1. The main thing is restoring the pointer authentication hwcaps, which
disappeared during some recent refactoring.

Thanks,

Will

--->8

The following changes since commit eeb3557cc188e42ae7f7bef2d6dc5bf0e078412e:

  Merge branch 'for-next/sysreg' into for-next/core (2023-04-20 18:03:07 +0100)

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 0fddb79bf283a561eb81f09d01f5ac8f61bf8966:

  arm64: lds: move .got section out of .text (2023-05-02 13:12:45 +0100)

----------------------------------------------------------------
arm64 fixes for -rc1

- Fix regression in CPU erratum workaround when disabling the MMU

- Fix detection of pointer authentication hwcaps

- Avoid writeable, executable ELF sections in vmlinux

----------------------------------------------------------------
Fangrui Song (1):
      arm64: lds: move .got section out of .text

Kristina Martsenko (1):
      arm64: cpufeature: Fix pointer auth hwcaps

Neeraj Upadhyay (1):
      arm64: Fix label placement in record_mmu_state()

ndesaulniers@...gle.com (1):
      arm64: kernel: remove SHF_WRITE|SHF_EXECINSTR from .idmap.text

 arch/arm64/kernel/cpu-reset.S   |  2 +-
 arch/arm64/kernel/cpufeature.c  | 12 ++++++------
 arch/arm64/kernel/head.S        |  4 ++--
 arch/arm64/kernel/sleep.S       |  2 +-
 arch/arm64/kernel/vmlinux.lds.S | 19 +++++++++----------
 arch/arm64/mm/proc.S            |  6 +++---
 6 files changed, 22 insertions(+), 23 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ