linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] arm64 fix for -rc5
@ 2022-04-29 11:33 Will Deacon
  2022-04-29 17:47 ` pr-tracker-bot
  0 siblings, 1 reply; 3+ messages in thread
From: Will Deacon @ 2022-04-29 11:33 UTC (permalink / raw)
  To: torvalds
  Cc: catalin.marinas, linux-arm-kernel, linux-kernel, kernel-team,
	luis.machado

Hi Linus,

Please pull this fix to the MTE ELF ABI for a but that was added during
the most recent merge window as part of the coredump support. The issue
is that the value assigned to the new PT_ARM_MEMTAG_MTE segment type has
already been allocated to PT_AARCH64_UNWIND by the ELF ABI, so we've
bumped the value and changed the name of the identifier to be better
aligned with the existing one.

Cheers,

Will

--->8

The following changes since commit 23bc8f69f0eceecbb87c3801d2e48827d2dca92b:

  arm64: mm: fix p?d_leaf() (2022-04-22 11:28:36 +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 c35fe2a68f29a0bda15ae994154cacaae5f69791:

  elf: Fix the arm64 MTE ELF segment name and value (2022-04-28 11:37:06 +0100)

----------------------------------------------------------------
arm64 fix for -rc5

- Rename and reallocate the PT_ARM_MEMTAG_MTE ELF segment type

----------------------------------------------------------------
Catalin Marinas (1):
      elf: Fix the arm64 MTE ELF segment name and value

 Documentation/arm64/memory-tagging-extension.rst | 4 ++--
 arch/arm64/kernel/elfcore.c                      | 2 +-
 include/uapi/linux/elf.h                         | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] arm64 fix for -rc5
  2022-04-29 11:33 [GIT PULL] arm64 fix for -rc5 Will Deacon
@ 2022-04-29 17:47 ` pr-tracker-bot
  0 siblings, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2022-04-29 17:47 UTC (permalink / raw)
  To: Will Deacon
  Cc: torvalds, catalin.marinas, linux-arm-kernel, linux-kernel,
	kernel-team, luis.machado

The pull request you sent on Fri, 29 Apr 2022 12:33:54 +0100:

> 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/66c2112b74c2b94ee5191bfb8acb717b79377e98

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] arm64 fix for -rc5
@ 2016-11-07 17:57 Will Deacon
  0 siblings, 0 replies; 3+ messages in thread
From: Will Deacon @ 2016-11-07 17:57 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-arm-kernel, catalin.marinas

Hi Linus,

It's been pretty quiet on the fixes side of things for us, but Artem
reported a build failure introduced during the merge window that appears
with older GCCs that do not support asm goto. The fix is bigger than I'd
like, but it's a mechnical move of some constants to break an include
dependency between atomic.h and jump_label.h when !HAVE_JUMP_LABEL.

Please pull,

Will

--->8

The following changes since commit a909d3e636995ba7c349e2ca5dbb528154d4ac30:

  Linux 4.9-rc3 (2016-10-29 13:52:02 -0700)

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 272d01bd790fdf3f1b16372fe28136e27756756f:

  arm64: Fix circular include of asm/lse.h through linux/jump_label.h (2016-11-05 20:59:06 +0000)

----------------------------------------------------------------
arm64 fix:

- Fix build failure on compilers without asm goto

----------------------------------------------------------------
Catalin Marinas (1):
      arm64: Fix circular include of asm/lse.h through linux/jump_label.h

 arch/arm64/include/asm/alternative.h |  2 +-
 arch/arm64/include/asm/cpucaps.h     | 40 ++++++++++++++++++++++++++++++++++++
 arch/arm64/include/asm/cpufeature.h  | 20 +-----------------
 arch/arm64/include/asm/lse.h         |  1 -
 4 files changed, 42 insertions(+), 21 deletions(-)
 create mode 100644 arch/arm64/include/asm/cpucaps.h

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-29 17:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-29 11:33 [GIT PULL] arm64 fix for -rc5 Will Deacon
2022-04-29 17:47 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2016-11-07 17:57 Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).