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 458852BD11 for ; Sun, 21 Dec 2025 08:30:59 +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=1766305860; cv=none; b=h3TqfkBrvN5Q/Ymyxljq5YEI2vhNqiRD/mmdxThFXJhwulchfxRS1am4ww0ApDrJZTLBpstDmYKncjdphOZxWYO7eCglPv1aJ23YwT7LsP9SMofcAb2qM1qwPbZbmTYWNwjDB1j8PhNih9sIuv32Drv5ivZqNxdGiZ0/xNtCeEI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766305860; c=relaxed/simple; bh=HG2H0lSUy9G3k6/n7CZrav/IcrTuEU9IfYt6oieZbAM=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=Sy9oY1kgCVwpBQaPp4Kzg3/Ou8qtZFtX/yc7z8k96s3g4Y8D6MSbtNsWohR58Z40gf3lOHaE52uWl7pn/WILAJJ3QpJHHzZrVHZbtOieTt6Mz1yWpmqvGm7/y7tYUlKxLcNVhMZO9eVYYS8pD2rw3KPUP2KcOGdzzBPJm7ttEoI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=eLwHmvW6; 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="eLwHmvW6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A35CBC4CEFB; Sun, 21 Dec 2025 08:30:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1766305859; bh=HG2H0lSUy9G3k6/n7CZrav/IcrTuEU9IfYt6oieZbAM=; h=Date:From:To:Cc:Subject:From; b=eLwHmvW6Yj23rTR0TIWw6lCinSVQf3d380on/l2I0D/9MZCkbLc1drx49+WewlF4y 3T7G0EpmkOq7m3Xl5lCxRAtHb+/CQ20LMH7xOu5K8mpaeoYPO5KAuQXTEhJMaWA9Vo HeSXwWuxGT8HXVOw7UKt6FPTG1HH8V/YSEJpM15//LhI8VGpl/J7cf/WyJv31RBlWN w5qSbcwOxThQeMTGJTAFp4OU0+M3lEOGO2TsbB/bO55JRJJQuGqBOaFcgCvE2PjP0u yWivfkRZC4vlbBiP6w/42RIw/hjxJJdR0uXMysoG785q+ToFhY8peDknerGMFDvC8y OCGiL1NMwWjDg== Date: Sun, 21 Dec 2025 09:30:56 +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-21 # HEAD: c56a12c71ad38f381105f6e5036dede64ad2dfee x86/bug: Fix old GCC compile fails Miscellaneous x86 fixes: - Fix FPU core dumps on certain CPU models - Fix htmldocs build warning - Export TLB tracing event name via header - Remove unused constant from - Fix comments - Fix whitespace noise in documentation - Fix variadic structure's definition to un-confuse UBSAN - Fix posted MSI interrupts irq_retrigger() bug - Fix asm build failure with older GCC builds Thanks, Ingo ------------------> Ingo Molnar (1): x86/boot/Documentation: Fix whitespace noise in boot.rst Kyle Meyer (1): x86/platform/uv: Fix UBSAN array-index-out-of-bounds Peter Zijlstra (1): x86/bug: Fix old GCC compile fails 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 Thomas Gleixner (1): x86/msi: Make irq_retrigger() functional for posted MSI Thorsten Blum (1): x86/sgx: Remove unmatched quote in __sgx_encl_extend function comment 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/include/asm/bug.h | 2 +- arch/x86/include/asm/irq_remapping.h | 7 ++ arch/x86/include/asm/uv/bios.h | 2 +- arch/x86/kernel/cpu/sgx/ioctl.c | 2 +- arch/x86/kernel/fpu/xstate.c | 4 +- arch/x86/kernel/irq.c | 23 ++++ drivers/iommu/intel/irq_remapping.c | 8 +- include/linux/mm_types.h | 1 - include/trace/events/tlb.h | 5 +- 10 files changed, 141 insertions(+), 111 deletions(-)