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 8FBC622338; Wed, 17 Apr 2024 22:10:21 +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=1713391821; cv=none; b=qXCtQL4QtD8WuxJajQEujTh4orEiD8msvKEZaCo6pW16WESZGh1rr+iDrw2wzuIphyKVEY+FUV4YPMNIVrKGdVZVqf/SJbApPb9hwIoro5SCB/7MNcdFLoowbriMrj12mXzUtOZZ2uTRQlGMnIRXvjCSVyW/nQa1coFzkJeLV0A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713391821; c=relaxed/simple; bh=7Z20tbLxC5O4ltU3plGgmWQIn5Hvd3ptzRJFvtnJm7A=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=WRRDSTizg1VmrrAur746RJSEDkOXc7y+4RGxd5HcxfegBlAdfDomWEA9ct2VkrGMUrZT7p8SQcWWsFY0/Qtcf58F7Gd0K9KxXOVqJHSfEzwp2PjEplsnoqtCPYHTrlzXhEIA2SA1tZ9bWap/vgxu37pVd0SCGeV0okiPYkrkjh0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZWHKkFQP; 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="ZWHKkFQP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0A9EFC072AA; Wed, 17 Apr 2024 22:10:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713391821; bh=7Z20tbLxC5O4ltU3plGgmWQIn5Hvd3ptzRJFvtnJm7A=; h=Date:Cc:Subject:From:To:References:In-Reply-To:From; b=ZWHKkFQPTmNqpUCBVBhdAyFSvX4ytbFsy9UsBDAt+xa5qq6GTH9KATPc1tezaCVMQ e98oLS8rOZ3L6CPNPHib8za3LukWgNmTDlAv60TTVMx/uQFklhXmij440/UP98+kxQ 0ikGQH1LtCAKhRZqHnqprF2R9KzLNxoTU+lcMXIwaqfS8kpTO44n3qAHVrd1dMe8Ep GpBcE16GeN7mdtLy3TXA03pM2/SKKKGdIAlQjckfJi4jPYhiK97KEtC3ruum1l5Eh1 YuLafqMistqPiKwIXYSVz383Cp80DZRdM+9GMcj/YBNchHcGRvIPtPvbGjF0GQa1P8 ZNyw21arSuw5Q== Precedence: bulk X-Mailing-List: linux-integrity@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 18 Apr 2024 01:10:17 +0300 Message-Id: Cc: "Jason Gunthorpe" , "linux-integrity@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "patches@lists.linux.dev" Subject: Re: [PATCH v3 42/74] x86/cpu/vfm: Update tpm files From: "Jarkko Sakkinen" To: "Luck, Tony" , "Peter Huewe" X-Mailer: aerc 0.17.0 References: <20240416211941.9369-1-tony.luck@intel.com> <20240416212202.9452-1-tony.luck@intel.com> In-Reply-To: On Wed Apr 17, 2024 at 7:38 PM EEST, Luck, Tony wrote: > > > #ifdef CONFIG_X86 > > > - return ((boot_cpu_data.x86_model =3D=3D INTEL_FAM6_ATOM_AIRMONT) = ? 1 : 0); > > > + return ((boot_cpu_data.x86_vfm =3D=3D INTEL_ATOM_AIRMONT) ? 1 : 0= ); > > > #else > > > return false; > > > #endif > > > > Thanks! > > > > Reviewed-by: Jarkko Sakkinen > > > > You want me to pick this? > > This depends on patches 1,2,3 in this series. Boris may be applying those= to TIP soon. > > Are you Ok with this patch also going into the TIP tree to keep all the p= arts in sync? > > Otherwise it can wait until this moves from TIP to Linus. I'm not in a gr= eat rush. I don't mind Boris applying this. It is very unlikely to cause any possible merge issues with other patches. > > -Tony BR, Jarkko