public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] x86/asm changes for v7.1
@ 2026-04-13  8:53 Ingo Molnar
  2026-04-14 21:45 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2026-04-13  8:53 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, the arch/x86 maintainers, Peter Zijlstra,
	Andrew Morton

Linus,

Please pull the latest x86/asm Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-asm-2026-04-13

for you to fetch changes up to 3b19e22cffe61bcdf10ee5e7584cfa3c1c54dc92:

x86/asm updates for v7.1, by Uros Bizjak:

 - Remove unnecessary "memory" clobbers from FS/GS base (read-) accessors
 - Remove unnecessary "memory" clobber from savesegment()
 - Use ASM_INPUT_RM in __loadsegment_fs()
 - Implement loadsegment()/savesegment() macros with static inline helpers
 - Use savesegment() for segment register reads in ELF core dump
 - Use savesegment() in __show_regs() instead of inline asm
 - Use correct type for 'gs' variable in __show_regs() to avoid zero-extension
 - Clean up 'sel' variable usage in do_set_thread_area()

 Thanks,

	Ingo

------------------>
Uros Bizjak (8):
      x86/asm/fsgsbase: Remove unnecessary "memory" clobbers from FS/GS base (read-) accessors
      x86/asm/segment: Remove unnecessary "memory" clobber from savesegment()
      x86/asm/segment: Use ASM_INPUT_RM in __loadsegment_fs()
      x86/asm/segment: Implement loadsegment()/savesegment() macros with static inline helpers
      x86/elf: Use savesegment() for segment register reads in ELF core dump
      x86/process/64: Use savesegment() in __show_regs() instead of inline asm
      x86/process/32: Use correct type for 'gs' variable in __show_regs() to avoid zero-extension
      x86/tls: Clean up 'sel' variable usage in do_set_thread_area()


 arch/x86/include/asm/elf.h      |  9 +++----
 arch/x86/include/asm/fsgsbase.h |  4 +--
 arch/x86/include/asm/segment.h  | 59 +++++++++++++++++++++++++----------------
 arch/x86/kernel/process_32.c    |  2 +-
 arch/x86/kernel/process_64.c    |  8 +++---
 arch/x86/kernel/tls.c           |  4 ++-
 6 files changed, 50 insertions(+), 36 deletions(-)

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

* Re: [GIT PULL] x86/asm changes for v7.1
  2026-04-13  8:53 [GIT PULL] x86/asm changes for v7.1 Ingo Molnar
@ 2026-04-14 21:45 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-04-14 21:45 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, the arch/x86 maintainers,
	Peter Zijlstra, Andrew Morton

The pull request you sent on Mon, 13 Apr 2026 10:53:53 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-asm-2026-04-13

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

Thank you!

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

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

end of thread, other threads:[~2026-04-14 21:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-13  8:53 [GIT PULL] x86/asm changes for v7.1 Ingo Molnar
2026-04-14 21:45 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox