From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 C19B437C11C for ; Sun, 19 Jul 2026 08:44:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784450660; cv=none; b=ma5LmRk22issrU0i04Jd1b+RqyfutE1Om3ScLMrsaKRrKqp0ErOuKMFO+iSdmU1FW2aaavIc6oWdWx2sk9f81DVJ7S5VHwM6/kfx8dapnlcOLv1l3ecX6g3RWICP0iTc4R8sGc93nHFFRGNykUvXXkWPowVzuwjtxNh6wYSUDG4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784450660; c=relaxed/simple; bh=g96aUiFWtEnDKW3CRQRKoc/ezTKvdW7mxGw+KDnAEq8=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=TgtyBxyKHMoQrhCNVgSs/DLPCb8La3+0Dn5Tds99X+yAxUMPualMPM1hsS/Wm8DcZLwq7o0KvEbj6sHL/xzGpoXywQ0ZfzNglLC+9GFQDaDw3+Jv9oTRV1es+9te8au47Am1a6FinKnxRYCxMrUtNU7b0/fuQUZhY4Vl5pf2sws= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IWyg0pog; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="IWyg0pog" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8A3A01F000E9; Sun, 19 Jul 2026 08:44:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784450655; bh=bF+wvNS/SdhTBDI9Aza5Iumj5Lz4G86o60W1G2nWEZE=; h=Date:From:To:Cc:Subject; b=IWyg0pogBEHUe7vZMg/6UGN5qSSF4+n/LN2f/afgpt0uw+Wh6yZbVvhObS8ZvnQ38 Gm/vP4mLTlGxpP/sG7rQTwk42Q/87GuMa+gsWx9rfypmMawphZu+hpca1cXcAycvRj Bk73Ohg6xeGjVgwvm1bzcgCzMh2Ej3ReBNTNo6ng25HlKfg2x1ljPSd54A3AcWiFZJ o8pPfndXaazIOMj75muDDKPPVHP28nB+MkC0XJ5SMfGrSnJ0vILf+hE7uJTtV2mZf9 1bADxmNdSW8YjRjpPJ8w3jcY06GO5I86GO04TI0oUAfY0Rtx4tIZyTa9LuNIfdVQ6F cwhydPMTt78DA== Date: Sun, 19 Jul 2026 10:44:10 +0200 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, the arch/x86 maintainers , Peter Zijlstra , "H. Peter Anvin" 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-2026-07-19 for you to fetch changes up to ffa0aa5b625fe0bed7463ac613f8b06676ff4542: Misc x86 fixes: - Reject too long acpi_rsdp= boot parameter values (Thorsten Blum) - Validate console=uart8250 baud rate to fix early boot hang (Thorsten Blum) - Remove dead Makefile rule (Ethan Nelson-Moore) Thanks, Ingo ------------------> Ethan Nelson-Moore (1): x86/cpu: Remove Makefile rule for removed UMC CPU support Thorsten Blum (2): x86/boot: Reject too long acpi_rsdp= values x86/boot: Validate console=uart8250 baud rate to fix early boot hang arch/x86/boot/compressed/acpi.c | 7 ++++++- arch/x86/boot/early_serial_console.c | 11 +++++++---- arch/x86/kernel/cpu/Makefile | 1 - 3 files changed, 13 insertions(+), 6 deletions(-)