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 CE204248F72 for ; Mon, 15 Jun 2026 07:47:39 +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=1781509660; cv=none; b=Gws3L2TYPZAxUqbLeUry8T9fnZUiiZ21jHNs/rbenO5Rm44dRxKR1JvQBqR7JxOTmn442mctiylfpECw0tCONn5CW4XJqYPE3hp5iEKtTpHLc2/LDb33+ck2xwM/qDdB9I4Ffu59WtFG/CLxJLkF/fMRym6cYVtpjshqKvsXYRs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781509660; c=relaxed/simple; bh=SwnUe0O7mmhEZ5xEdLyJrCC2PU9wSbojlzmd69x7sVY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=IUt4nEB1M967dXfGDxtOY3mLiF0A/b43V+/PS5A0vP7GYt3eAdZOHnGw1qEVGZuNg6/3eZL33O6uwABkrGbCxTumOah15FOvsofzSCfAh1hu19Tj00aD7oLebSvrYVe3i9JEfOu0FV513q0GkpM3+wE0+o4RKZRdweER4gd/LAM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Y4jjWpsU; 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="Y4jjWpsU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5032B1F00A3A; Mon, 15 Jun 2026 07:47:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781509659; bh=0/21qZ+6nfAzFSzJH1wEeIEkJnFNuLzV8ro4NS99P74=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=Y4jjWpsUIdC+E/cG8Wi2ifNInfuvVMlm6zk64OaAD5i6W9wojK82YDB6lzfoHEOBY RZLydwr3Cju1snS66sAnT8LdQWIfUlZFRSIkApjwRnptHEBKtgDylq6YOGIu8AM+fn KuMBQ2tZO/OKQ+lqMaL0BOisN5R4Rj4WbZ15hSE8i+dVe87yV2yl0f9P1S9b+od375 P2dUw8MG4FBYIU4lmutEQmwMx26LMpL6pc6zpcz36k2QP2aoY3j3Zw+U861wVE3ESK NsAQA/o2cg/Qqd44epo5e+yCBvm/RmFCXZd0ymruJ4w9CX8PaQWOG14bu4pk3/pCox QyL3LvIWJ/xcA== Date: Mon, 15 Jun 2026 09:47:31 +0200 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, the arch/x86 maintainers , Peter Zijlstra , Andrew Morton Subject: Re: [GIT PULL] x86/cpu updates for v7.2 Message-ID: References: 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 In-Reply-To: * Ingo Molnar wrote: > Linus, > > Please pull the latest x86/cpu Git tree from: > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cpu-2026-06-14 > > for you to fetch changes up to 2bebd986eddb31f9ff1e02e9245a318036280759: Merge note, there will be a bunch of conflicts with the cpufreq tree which you just pulled: drivers/cpufreq/Kconfig.x86 drivers/cpufreq/Makefile Due to these commits that crossed: 6fb302d2109c cpufreq: elanfreq: Drop support for AMD Elan SC4* 7dd383dc6693 cpufreq: clean up dead dependencies on X86 in Kconfig The resolution should be the superset of all the removals. Thanks, Ingo