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 A69551DE3A9; Wed, 19 Mar 2025 19:46:43 +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=1742413603; cv=none; b=KLYy5htWzVLZJ6BOPENIYBmVYbTIwp2hX/K58znxcda9QDVcDfXmxiGFab5hlj5wkQkIMetJXp/zt+Gx6VEKbp0OncDRCLrSfrujPsq/KR9aszMHhCidgNgWDeoEtM8KRlpD7a1ZTlbD1grOWwPvAvP3wGno8I+BxaN+e2WYmGI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742413603; c=relaxed/simple; bh=IVqEgb8BU0DyEdDZvihoAosRm1nskRL3J+Fcr1ksIXM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=RMkMVOEjCfvfxyiMREiWbqrhZV18W8u7W8aLGAdiHJfPNx1uNWI0RjbHvNMg7/iSsv29WK6uuilHkSsC74hASqcPzJwrLPa/1cBc3rBrfmWZycuaOsA0B/VXxLrJ+tvJsePkKaBckzJ3qA1JefJZxYKYfZGElyC+ilj6H9wtAtA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Gj1CDZbZ; 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="Gj1CDZbZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 819C9C4CEE4; Wed, 19 Mar 2025 19:46:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1742413603; bh=IVqEgb8BU0DyEdDZvihoAosRm1nskRL3J+Fcr1ksIXM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Gj1CDZbZrJlURb9cAIa8SHs7GVNPqS147jFeleHHjizSfNH+ZNCbxUzGlJKhKlxAi fmmMxLZJwCP0mqiVB7xznE3RtbAtvoe6MrlCV82nGnL3vyM5bqcBv7IkFWCKtGmgvv FFM0tyXxFL29vofDGhSjAoqQR1Rpui7DTQ87j6D885qvXPm4KrmRyvxRN+SoWGSMl5 ZY2HNxTUekKglHNDf5Ksx0HFSlrN0LquyJrblVTmWFbhE3dIi8AQ/tjJpKtt6qZI9S 4k+K4tZ+UuRdnO6wDF35kWtrJGecGO7371wvAmgrwqYVaUbJe+sH017C2D8DmckRoj +inaVp36tU2Jw== Date: Wed, 19 Mar 2025 20:46:33 +0100 From: Ingo Molnar To: Sohil Mehta Cc: x86@kernel.org, Dave Hansen , Ingo Molnar , Peter Zijlstra , Arnaldo Carvalho de Melo , Namhyung Kim , Mark Rutland , Alexander Shishkin , Jiri Olsa , Ian Rogers , Adrian Hunter , Kan Liang , Thomas Gleixner , Borislav Petkov , "H . Peter Anvin" , "Rafael J . Wysocki" , Len Brown , Andy Lutomirski , Viresh Kumar , Jean Delvare , Guenter Roeck , Zhang Rui , Andrew Cooper , David Laight , Dapeng Mi , linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linux-pm@vger.kernel.org, Tony Luck Subject: Re: [PATCH v3 00/15] Prepare for new Intel Family numbers Message-ID: References: <20250219184133.816753-1-sohil.mehta@intel.com> <6758e958-a4d7-48b8-83ff-4bcb98f87340@intel.com> 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: * Sohil Mehta wrote: > On 3/18/2025 1:13 PM, Ingo Molnar wrote: > > > > * Sohil Mehta wrote: > > > >>> I've applied the first 13 patches to tip:x86/cpu to help move this > >>> along. I fixed a handful of typos, but haven't noticed any > >>> functional problems so far, so unless there's problems in -next > >>> this might be OK for the merge window. (Famous last words.) > >>> > >> > >> Many thanks.. Fingers crossed! > > > > You are welcome, and please send the remaining patches in a day or so, > > on top of tip:x86/cpu. > > > > Sent the v4 series with the couple of leftover patches. When sent, the > patches were based on tip:x86/cpu, but that seems to have been merged > into x86/core. Correct, we had to back out a broken patch, and a rebase of a number of patches, including yours, was the cleanest option. It should be the same tree content-wise. > I have verified that patches apply cleanly on updated tip:x86/core as > well. Thank you! Ingo