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 0D06B27CB35 for ; Sat, 6 Dec 2025 11:47:58 +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=1765021679; cv=none; b=N9qh8+5/PVf2Zza7RD/2kAzcX5r8DFGmEVs7xbrlyhqmK7Dm+5t/nQ+p07Ntuu8o9uKZYSkbJuL30gD5SOhQn/KnCbVWqaonneqW3Y7A5oejSntzxvhp19vHwx1tmprRGCht+mieOZEVqgUW6r+GS7xgcBpvO3l06TPkSABmgzQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765021679; c=relaxed/simple; bh=qC3n3vKqoNaIW23aD0GZJ57wBQuw2W0vbrizXJtbb04=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=Pfi+9VhODQu5+Iux7yuHk3+HbtN9i1pfK3p05gP+biAVNOedHYMxqpQ9CV0+42OGAk8+MNxJCcTwk0b4hvAEnvQ7eiDtkXudjiZNfJt5U43TxkvE6S2v8MeH5VAaiD/tWTu9kEwlJrp8flSDYwHg5+DlO7TxHZ96scYhMZ3xKvQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=AbxKCxH8; 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="AbxKCxH8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3D11DC4CEF5; Sat, 6 Dec 2025 11:47:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1765021678; bh=qC3n3vKqoNaIW23aD0GZJ57wBQuw2W0vbrizXJtbb04=; h=Date:From:To:Cc:Subject:From; b=AbxKCxH8XJ96jqEA1xuKaWh+MVYlkwFfJJYhG2G4Udq+MPgH4l1Vrvfm2IH5QOlhO adt8KfxHTrZpxFduSCmDgLmE8l7REQDhjBNfGQx4wn9x5dCSsGzhMxdQdjrXnGfH+j hpf9FcYPnW22WmaUoXSHwVAK7mChkiuSDsf8SqNUNaCXFsSYAQNJIne3TCPeq8hAvJ KMfWOeOtTmiiUlGH3tm5KqocajATaXZMk7KnZrZ3lr05zbdeiF5jJ9yjHBr4kOb+MA h/e9YkEKOH08uiOvaRVhCHTFlTVlqo82csrzLB8cx+C57HhTg7OGHuuXEd1zlhZRYp 6wZk1Xj9t4sMw== Date: Sat, 6 Dec 2025 12:47:54 +0100 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, the arch/x86 maintainers , Peter Zijlstra , Andrew Morton 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-06 # HEAD: 1c3377bee2127f98f16705376a36326c98113d1c x86/boot/Documentation: Prefix hexadecimal literals with 0x Miscellaneous documentation fixes. Thanks, Ingo ------------------> Ingo Molnar (2): x86/boot/Documentation: Spell 'ID' consistently x86/boot/Documentation: Prefix hexadecimal literals with 0x Randy Dunlap (1): x86/platform: Fix and extend kernel-doc comments in Documentation/arch/x86/boot.rst | 48 ++++++++++++++++++++--------------------- arch/x86/include/asm/x86_init.h | 28 +++++++++++++----------- 2 files changed, 40 insertions(+), 36 deletions(-)