From: "Péter Ujfalusi" <peter.ujfalusi@linux.intel.com>
To: Paul Menzel <pmenzel@molgen.mpg.de>
Cc: peterhuewe@gmx.de, jarkko@kernel.org, jgg@ziepe.ca,
linux-integrity@vger.kernel.org, linux-kernel@vger.kernel.org,
l.sanfilippo@kunbus.com, jsnitsel@redhat.com
Subject: Re: [PATCH] tpm: tpm_tis: Narrow the AAEON DMI quirk to UPX-i11 only
Date: Wed, 24 May 2023 11:55:15 +0300 [thread overview]
Message-ID: <9bb5c5cd-e9e7-5390-7bd7-fac882aaa0d0@linux.intel.com> (raw)
In-Reply-To: <a1030692-e80f-a785-2e90-238d5f00a181@molgen.mpg.de>
Hi Paul,
On 24/05/2023 11:43, Paul Menzel wrote:
> Dear Peter,
>
>
> Thank you for your patch.
>
> Am 24.05.23 um 07:58 schrieb Peter Ujfalusi:
>> The original patch which added the quirk would apply to all AAEON
>> machines,
>> which might or might not be valid.
>>
>> The issue was discovered on UPX-i11 (TigerLake), it is not known if the
>> i12 (AlderLake) version is affected.
>> UP2 (ApolloLake) does not even have TMP module (no TPM drivers probing
>
> s/TMP/TPM/
I will fix it in v2.
>
>> and confirmed by dmidecode).
>
> Another nit, the official spelling of the SOC names is with a space, for
> example, Tiger Lake [1].
I will correct this and the ADL, APL spelling also.
>
>> Let's make the quirk to be applicable for UPX-i11 (UPX-TGL01) only.
>>
>> Fixes: 95a9359ee22f ("tpm: tpm_tis: Disable interrupts for AEON UPX-i11")
>> Suggested-by: Jerry Snitselaar <jsnitsel@redhat.com>
>> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
>> ---
>> Hi Jarkko,
>>
>> the patch is generated on top of your
>> git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git :
>> irq-storm
>>
>> Regards,
>> Peter
>>
>> drivers/char/tpm/tpm_tis.c | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/char/tpm/tpm_tis.c b/drivers/char/tpm/tpm_tis.c
>> index 7db3593941ea..4357d4ba8f9e 100644
>> --- a/drivers/char/tpm/tpm_tis.c
>> +++ b/drivers/char/tpm/tpm_tis.c
>> @@ -143,6 +143,7 @@ static const struct dmi_system_id
>> tpm_tis_dmi_table[] = {
>> .ident = "UPX-TGL",
>> .matches = {
>> DMI_MATCH(DMI_SYS_VENDOR, "AAEON"),
>> + DMI_MATCH(DMI_PRODUCT_NAME, "UPX-TGL01"),
>> },
>> },
>> {}
>
> Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
And I will pick your tag as well to v2,
Thank you for the review and comments!
--
Péter
next prev parent reply other threads:[~2023-05-24 8:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-24 5:58 [PATCH] tpm: tpm_tis: Narrow the AAEON DMI quirk to UPX-i11 only Peter Ujfalusi
2023-05-24 8:43 ` Paul Menzel
2023-05-24 8:55 ` Péter Ujfalusi [this message]
2023-05-24 15:03 ` Jarkko Sakkinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9bb5c5cd-e9e7-5390-7bd7-fac882aaa0d0@linux.intel.com \
--to=peter.ujfalusi@linux.intel.com \
--cc=jarkko@kernel.org \
--cc=jgg@ziepe.ca \
--cc=jsnitsel@redhat.com \
--cc=l.sanfilippo@kunbus.com \
--cc=linux-integrity@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peterhuewe@gmx.de \
--cc=pmenzel@molgen.mpg.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.