mbox series

[GIT,PULL] arm64 fixes for 5.17

Message ID Yij6MY63Lhg0icIg@arm.com
State New
Headers show
Series [GIT,PULL] arm64 fixes for 5.17 | expand

Pull-request

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

Message

Catalin Marinas March 9, 2022, 7:04 p.m. UTC
Hi Linus,

Please pull the arm64 fixes below. I expect another pull request today
or tomorrow with a small fix for building BHB with clang LTO enabled
(some include order messing up defines).

Thanks.

The following changes since commit 4f6de676d94ee8ddfc2e7e7cd935fc7cb2feff3a:

  arm64: Correct wrong label in macro __init_el2_gicv3 (2022-02-14 18:37:07 +0000)

are available in the Git repository at:

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

for you to fetch changes up to b859ebedd1e730bbda69142fca87af4e712649a1:

  arm64: kasan: fix include error in MTE functions (2022-03-09 15:27:21 +0000)

----------------------------------------------------------------
- Fix compilation of eBPF object files that indirectly include
  mte-kasan.h.

- Fix test for execute-only permissions with EPAN (Enhanced Privileged
  Access Never, ARMv8.7 feature).

----------------------------------------------------------------
Catalin Marinas (1):
      arm64: Ensure execute-only permissions are not allowed without EPAN

Paul Semel (1):
      arm64: kasan: fix include error in MTE functions

 arch/arm64/Kconfig                    |  3 ---
 arch/arm64/include/asm/mte-kasan.h    |  1 +
 arch/arm64/include/asm/pgtable-prot.h |  4 ++--
 arch/arm64/include/asm/pgtable.h      | 11 -----------
 arch/arm64/mm/mmap.c                  | 17 +++++++++++++++++
 5 files changed, 20 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org March 9, 2022, 9:06 p.m. UTC | #1
The pull request you sent on Wed, 9 Mar 2022 19:04:17 +0000:

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

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

Thank you!