lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 13 May 2024 09:11:25 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, the arch/x86 maintainers <x86@...nel.org>
Subject: [GIT PULL] x86/cleanups for v6.10

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ