All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, the arch/x86 maintainers <x86@kernel.org>
Subject: [GIT PULL] x86/cleanups for v6.10
Date: Mon, 13 May 2024 09:11:25 +0200	[thread overview]
Message-ID: <ZkG9HSBHAdwqQrEY@gmail.com> (raw)

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

             reply	other threads:[~2024-05-13  7:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-13  7:11 Ingo Molnar [this message]
2024-05-14  2:51 ` [GIT PULL] x86/cleanups for v6.10 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZkG9HSBHAdwqQrEY@gmail.com \
    --to=mingo@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.