From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9A625313E0A for ; Fri, 12 Dec 2025 09:43:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765532620; cv=none; b=QOqfzbPJz3pmtgIFqRg2qW0G6YJoTyKvn0QBnhiDy320qK2pB0AfVQyzEBYN2X35pK4h2cHTD4j1dvXX6sziU3B9lmoFOWsNEJOtXVwDDv1V3sGNoQnfAd5eZ2FmNLbVMZ7pHcn3Bk2GFC7EmoRabk2giQLq57JWcW68472Mrzo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765532620; c=relaxed/simple; bh=JnFnLjv6+uhFMlsc7m9XRbhHifntiWJPJiOZT6s1JWw=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=A2NidX/IVYJVFysb8oe0fkIupDiLpNTcc4DOMsREawtSVHQZMAojf+Q+TXQOvrtl7dNqiib+FUsFL+GgdbWb+lCtJpEQnWYrgsxd0RL2bPyMUcXbrV3GCpgMiKUnzJW6/NwDTRdFaaFdlVyU/c56vGxpHC/1vl9gFp1C0cUcU78= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hE7kqMmn; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="hE7kqMmn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 084BDC4CEF1; Fri, 12 Dec 2025 09:43:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1765532620; bh=JnFnLjv6+uhFMlsc7m9XRbhHifntiWJPJiOZT6s1JWw=; h=Date:From:To:Cc:Subject:From; b=hE7kqMmn8U4F/7vgPEmLSEds5eimbtHjYchBf2vblTvYJBMoVm6X3E7zBTjY9RZjy I6XesmaJbehUIwXgdi8ad5NOXqJywglhQkRkLrxE5E1y4VJmPvNSeXl81QhnesOndE R27xe3VP8C5PKW0ZGiuzkF0ZYFQGwqUEWTb9MVyxRJzXwIDr6tL0hu+jNzH/Tld5Eo en+aUgqfAFj9Pk13obxh0VpREWrvgQ39IJwg+Sfk9pYm89onf/+g10Hu2lNU05d0vb Gljr8tDj79W1TAchHJRJZYomvVueft0B+MFxBE2jtK4TjeuZlG48+g3xBIW0WKMFRJ vA9xGUgXesNnw== Date: Fri, 12 Dec 2025 10:43:36 +0100 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, the arch/x86 maintainers , Peter Zijlstra Subject: [GIT PULL] x86 fixes Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 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 - 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 mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS from 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(-)