From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 235E2ECAAD3 for ; Thu, 1 Sep 2022 10:16:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232313AbiIAKQO (ORCPT ); Thu, 1 Sep 2022 06:16:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34644 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230064AbiIAKQO (ORCPT ); Thu, 1 Sep 2022 06:16:14 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 30E83132516; Thu, 1 Sep 2022 03:16:13 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C156E61BBD; Thu, 1 Sep 2022 10:16:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C4799C433D6; Thu, 1 Sep 2022 10:16:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1662027372; bh=uZ+oI9tPYlP6rcFKR0qKBUggEYKn53MeVCyIMmkvT4g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yoaisLSa3hD7MKb/tM8glDvfl0ElMn3nP23bJB2Ox4MHLgQEki88IOPqBxswlZODu QLsCtL0DD5FU956du0Oc3sN/tj9qiQDjV+O2QDLyDHh5SED5LstzGcPq4T7p9SgnTJ 4pv53jcZNcDIgQUF2mPzmRi/pxWPVv3mC2XeG7kA= Date: Thu, 1 Sep 2022 12:16:09 +0200 From: Greg KH To: Pawan Gupta Cc: stable@vger.kernel.org, andrew.cooper3@citrix.com, bp@suse.de, tony.luck@intel.com, antonio.gomez.iglesias@linux.intel.com, Daniel Sneddon , linux-kernel@vger.kernel.org Subject: Re: [PATCH 4.14 1/2] x86/cpu: Add Tiger Lake to Intel family Message-ID: References: <20220830230008.uvkdp2r54uexpwbz@desk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220830230008.uvkdp2r54uexpwbz@desk> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Aug 30, 2022 at 04:00:08PM -0700, Pawan Gupta wrote: > On Tue, Aug 30, 2022 at 03:43:25PM -0700, Pawan Gupta wrote: > > From: Gayatri Kammela > > > > [ Upstream commit 6e1c32c5dbb4b90eea8f964c2869d0bde050dbe0 ] > > > > Add the model numbers/CPUIDs of Tiger Lake mobile and desktop to the > > Intel family. > > > > Suggested-by: Tony Luck > > Signed-off-by: Gayatri Kammela > > Signed-off-by: Tony Luck > > Reviewed-by: Tony Luck > > Cc: Linus Torvalds > > Cc: Peter Zijlstra > > Cc: Rahul Tanwar > > Cc: Thomas Gleixner > > Link: https://lkml.kernel.org/r/20190905193020.14707-2-tony.luck@intel.com > > Signed-off-by: Ingo Molnar > > Signed-off-by: Sasha Levin > > Signed-off-by: Pawan Gupta > > I just realized that my sign-off was missing. I can resend the patch if > required. No need, I took it from here, thanks. greg k-h