All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] x86/cleanups for v6.10
@ 2024-05-13  7:11 Ingo Molnar
  2024-05-14  2:51 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2024-05-13  7:11 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, the arch/x86 maintainers

Linus,

Please pull the latest x86/cleanups Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-2024-05-13

   # HEAD: ad3bd7659b68add28920982e02233b5dc4b483c3 x86/pci/ce4100: Remove unused 'struct sim_reg_op'

x86/cleanups changes for v6.10:

 - Fix function prototypes to address clang function type cast
   warnings in the math-emu code

 - Reorder definitions in <asm/msr-index.h>

 - Remove unused code

 - Fix typos

 - Simplify #include sections

MERGE NOTE: There's a new conflict in <asm/msr-index.h>, it's a context
            conflict, the resolution is to keep the entries in numerical
            order.

 Thanks,

	Ingo

------------------>
Andy Shevchenko (1):
      x86/rtc: Remove unused intel-mid.h

Arnd Bergmann (1):
      x86/math-emu: Fix function cast warnings

Brian Gerst (2):
      x86/syscall/compat: Remove unused macro __SYSCALL_ia32_NR
      x86/syscall/compat: Remove ia32_unistd.h

Dr. David Alan Gilbert (1):
      x86/pci/ce4100: Remove unused 'struct sim_reg_op'

Jiapeng Chong (2):
      x86/xen: Remove duplicate #include
      x86/virt/tdx: Remove duplicate include

Paul Menzel (1):
      x86/fred: Fix typo in Kconfig description

Pawan Gupta (1):
      x86/msr: Move ARCH_CAP_XAPIC_DISABLE bit definition to its rightful place

Tong Tiangen (1):
      x86/extable: Remove unused fixup type EX_TYPE_COPY

YueHaibing (1):
      x86/32: Remove unused IA32_STACK_TOP and two externs

Yuntao Wang (1):
      x86/head: Simplify relative include path to xen-head.S


 arch/x86/Kconfig                           |  2 +-
 arch/x86/entry/entry_64_compat.S           |  1 -
 arch/x86/include/asm/asm.h                 |  3 ---
 arch/x86/include/asm/extable_fixup_types.h |  2 +-
 arch/x86/include/asm/ia32.h                | 11 -----------
 arch/x86/include/asm/ia32_unistd.h         | 12 ------------
 arch/x86/include/asm/msr-index.h           |  9 ++++-----
 arch/x86/include/asm/seccomp.h             |  2 +-
 arch/x86/kernel/cpu/mce/severity.c         |  1 -
 arch/x86/kernel/head_32.S                  |  2 +-
 arch/x86/kernel/head_64.S                  |  2 +-
 arch/x86/kernel/rtc.c                      |  1 -
 arch/x86/kernel/signal_32.c                |  2 +-
 arch/x86/math-emu/fpu_etc.c                |  9 +++++++--
 arch/x86/math-emu/fpu_trig.c               |  6 +++---
 arch/x86/math-emu/reg_constant.c           |  7 ++++++-
 arch/x86/mm/extable.c                      |  9 ---------
 arch/x86/pci/ce4100.c                      |  6 ------
 arch/x86/virt/vmx/tdx/tdx.c                |  1 -
 arch/x86/xen/enlighten.c                   |  3 ---
 20 files changed, 26 insertions(+), 65 deletions(-)
 delete mode 100644 arch/x86/include/asm/ia32_unistd.h

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

* Re: [GIT PULL] x86/cleanups for v6.10
  2024-05-13  7:11 [GIT PULL] x86/cleanups for v6.10 Ingo Molnar
@ 2024-05-14  2:51 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-05-14  2:51 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Linus Torvalds, linux-kernel, the arch/x86 maintainers

The pull request you sent on Mon, 13 May 2024 09:11:25 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-2024-05-13

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

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:[~2024-05-14  2:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-13  7:11 [GIT PULL] x86/cleanups for v6.10 Ingo Molnar
2024-05-14  2:51 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.