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 544A329B8E8 for ; Mon, 9 Feb 2026 08:09:29 +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=1770624569; cv=none; b=fombqCI5STZdqR/d/6ou/Q92USOBME8sFmbetykeDdA70Mqf9ftWXPwGeaQj2LuydYaCy6Tqbpmu7OEdxhReVZtCLtM3JLsjmYfZVBx7dR/JVjIOWiwjl+9WEfoNKjHopOkLO21mrdnw4ZPH35npqcQfgSQBsZQKv9hOioaCLRM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770624569; c=relaxed/simple; bh=hdlacGJl7FBd9QZ8pRJZ1KNSloQxvco1SZNnqf1rBYM=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=M0//engGDd5+NiQ2FEjjF/l1jPjFzXvnuBg+57YdNQ+6wJ7OG8aovMwhngFAXK8LORSrteN/DVpXk35M5oiHxXyywqXU81lcIDZDAtT/1NvnA3GPdlaTEOC/bvkAUPeECO3zZJFm18i1p72htlkkYeyl6LcYUIVWZnBPMfYI1Fk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WXtr98Te; 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="WXtr98Te" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BDF18C19422; Mon, 9 Feb 2026 08:09:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770624569; bh=hdlacGJl7FBd9QZ8pRJZ1KNSloQxvco1SZNnqf1rBYM=; h=Date:From:To:Cc:Subject:From; b=WXtr98TeMjnyFpezyIoMnEznY8X95nC0iCtR9REuiHVPEWKLtO9sPLZNV5gXQT7jU H9ujS6xzwQK5pwBIRKvs46Ls4X/So6x/CLkM5jye44Jjy78fkx1EGAQaoy69fEAk3k fZmQXZfMB5vNPUXCUaAu5UwdqQV5NPkaq6TtAQtbmIVxr7m+m90LRc57t1N9qx2oSU +zLsETk4rDeMIZoFrq3tgOJYIbyzDOhxPDmUrq8XgIbo8qaKACXDl9T68iAclapwSh eSzRMGy4i7a6L0pFtoSzYeq56v6BAA8s+ixujNoyE42z4NOMmVU1ds2hQyomrcj252 rH04e4iW+aF6Q== Date: Mon, 9 Feb 2026 09:09:25 +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/platform changes for v7.0 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/platform Git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-platform-2026-02-09 for you to fetch changes up to ac059ae422d7d05ed9d62970a30fa3b95870b967: x86/platform updates for v7.0: - x86/hyperv: Fix smp_ops build failure on UP kernels (Ingo Molnar) Thanks, Ingo ------------------> Ingo Molnar (1): x86/hyperv: Fix smp_ops build failure on UP kernels arch/x86/hyperv/hv_crash.c | 2 ++ 1 file changed, 2 insertions(+)