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]
Message-ID: <aTvjyAFEyndQaicG@gmail.com>
Date: Fri, 12 Dec 2025 10:43:36 +0100
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>,
	Peter Zijlstra <peterz@...radead.org>
Subject: [GIT PULL] x86 fixes

Linus,

Please pull the latest x86/urgent Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-urgent-2025-12-12

   # HEAD: 581a8b7b1e1e2ac53d6c150e4b592ae69aeea2e4 mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS from <linux/mm_types.h>

Miscellaneous fixes:

 - Fix FPU core dumps on certain CPU models
 - Fix ACPI CPU hotplug enumeration
 - Fix htmldocs build warning
 - Export TLB tracing event name via header
 - Remove unused constant from <linux/mm_types.h>
 - Fix comments
 - Fix whitespace noise in documentation

 Thanks,

	Ingo

------------------>
Ingo Molnar (1):
      x86/boot/Documentation: Fix whitespace noise in boot.rst

Swaraj Gaikwad (1):
      x86/boot/Documentation: Fix htmldocs build warning due to malformed table in boot.rst

Tal Zussman (2):
      x86/mm/tlb/trace: Export the TLB_REMOTE_WRONG_CPU enum in <trace/events/tlb.h>
      mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS from <linux/mm_types.h>

Thorsten Blum (1):
      x86/sgx: Remove unmatched quote in __sgx_encl_extend function comment

Yazen Ghannam (1):
      x86/acpi/boot: Correct acpi_is_processor_usable() check again

Yongxin Liu (1):
      x86/fpu: Fix FPU state core dump truncation on CPUs with no extended xfeatures


 Documentation/arch/x86/boot.rst | 198 ++++++++++++++++++++--------------------
 arch/x86/kernel/acpi/boot.c     |  12 ++-
 arch/x86/kernel/cpu/sgx/ioctl.c |   2 +-
 arch/x86/kernel/cpu/topology.c  |  15 ---
 arch/x86/kernel/fpu/xstate.c    |   4 +-
 include/linux/mm_types.h        |   1 -
 include/trace/events/tlb.h      |   5 +-
 7 files changed, 113 insertions(+), 124 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ