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 6670826F2B0 for ; Sun, 2 Aug 2026 07:56:40 +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=1785657401; cv=none; b=f3f/8NqBmYZXE9nJR5xd3uspec+lMn+Z+EK1XxET/aEv2DEiGDVpZBC8to5cV8w0PIDQ71uCn9QapIEg4EtJKqjFeSQDEPd6DS+zFvB6NrhfmES2lk1RdxSWe8vL/ZYQIdiXiBzT6Mrk2oX5ZK1K1SVSDq2uyJ30IMLGmx/5pzg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785657401; c=relaxed/simple; bh=9mFlRsqh6PVwVWvH9mnGzJXRNZzRCDI8qhR8t4fy3iI=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=sl2EB82yM6eXXzpptgknp+S7/E32xJ97vmFA74ypwchIZXYo1FR6kUi5B4VT/+oPjH4QLAv/UyLXGgF8EmjT27SKAjUtCmlTEVgcRGonYXrFaExEdoq+GnOmwJDUTnduwGbR1rCikdLXaIVb5vjs9gZaX7wFHjf6krVfpIpNnpM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kYuKBQU3; 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="kYuKBQU3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9CC5E1F00AC4; Sun, 2 Aug 2026 07:56:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785657400; bh=c/Tib90sqrEwL5nReC2UPQi2QzOxdQheDjTjvFJDwuk=; h=Date:From:To:Cc:Subject; b=kYuKBQU3HxxACiCG5Bg3n/N/4kJ2OSCmySeX2gX62pIDlx57rKcFkPDvrxJ+Boexd 1ItFc5qNx1syhc/pyTtnFBgUTEB59RDj914qbxA5/PL8nyCk4f3ylWKWQy9nMl9hsC +IpMAHzdULcYgqk0xLIICA7qy7AfpGXCHGQ4wchpxXKWs4XHl5khgpc2GYr7OxUXb/ 9oRzkpAs/9wO0dhnwT8P2u5mtMencUCFMkgUAUMmx7GUTu5vQRdz36dJnzO9a5FbqN MStAQVLseMG6VVpnLmZYVxAP+3117aUzGdqM84v5OeIOWM+sDBB1N9MW7ie665dHii ouXgMobRnDWXA== Date: Sun, 2 Aug 2026 09:56:35 +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-08-02 for you to fetch changes up to 52075128273ace53e6254e37899a47d40d4baf45: Misc x86 fixes: - Fix the boot-time memcmp() asm implementation's constraints and optimization properties (Mauricio Faria de Oliveira) - Move the 0xd0...0xd7 AMD Zen5 model range from the Zen6 range where it mistakenly ended up (Pratik Vishwakarma) Thanks, Ingo ------------------> Mauricio Faria de Oliveira (1): x86/boot: Add volatile, clobbers and zero-length test in memcmp() Pratik Vishwakarma (1): x86/CPU/AMD: Carve out a Zen5 models range arch/x86/boot/string.c | 11 +++++++++-- arch/x86/kernel/cpu/amd.c | 4 +++- 2 files changed, 12 insertions(+), 3 deletions(-)