From: "Jarkko Sakkinen" <jarkko@kernel.org>
To: "Jonathan McDowell" <noodles@meta.com>,
"Peter Huewe" <peterhuewe@gmx.de>
Cc: "Jason Gunthorpe" <jgg@ziepe.ca>,
"Lino Sanfilippo" <l.sanfilippo@kunbus.com>,
"linux-integrity@vger.kernel.org"
<linux-integrity@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] tpm/tpm_tis: Disable interrupts for MSI GS66 Stealth 11UG
Date: Fri, 11 Aug 2023 01:07:45 +0300 [thread overview]
Message-ID: <CUP7GU9KZ8TD.2R2AI53X2RLTS@suppilovahvero> (raw)
In-Reply-To: <20230810091851.GA1088011@noodles-fedora.dhcp.thefacebook.com>
On Thu Aug 10, 2023 at 12:18 PM EEST, Jonathan McDowell wrote:
> The MSI GS66 Stealth 11UG laptop also suffers from an IRQ problem with
> tpm_tis, causing the TPM to be inaccessible. Add an entry to
> tpm_tis_dmi_table to force polling mode.
>
> Cc: stable@vger.kernel.org # v6.4+
> Fixes: e644b2f498d2 ("tpm, tpm_tis: Enable interrupt test")
> Signed-off-by: Jonathan McDowell <noodles@meta.com>
> ---
> drivers/char/tpm/tpm_tis.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/drivers/char/tpm/tpm_tis.c b/drivers/char/tpm/tpm_tis.c
> index ac4daaf294a3..14dee959ee19 100644
> --- a/drivers/char/tpm/tpm_tis.c
> +++ b/drivers/char/tpm/tpm_tis.c
> @@ -130,6 +130,14 @@ static const struct dmi_system_id tpm_tis_dmi_table[] = {
> DMI_MATCH(DMI_PRODUCT_NAME, "Laptop (13th Gen Intel Core)"),
> },
> },
> + {
> + .callback = tpm_tis_disable_irq,
> + .ident = "MSI GS66 Stealth 11UG",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Micro-Star International Co., Ltd."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "GS66 Stealth 11UG"),
> + },
> + },
> {
> .callback = tpm_tis_disable_irq,
> .ident = "ThinkPad T490s",
> --
> 2.41.0
Thanks, please check:
https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/commit/?h=next&id=fe59c383eaef3cbcfe2c0404ee449a88c4e01155
BR, Jarkko
prev parent reply other threads:[~2023-08-10 22:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-10 9:18 [PATCH] tpm/tpm_tis: Disable interrupts for MSI GS66 Stealth 11UG Jonathan McDowell
2023-08-10 22:07 ` Jarkko Sakkinen [this message]
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=CUP7GU9KZ8TD.2R2AI53X2RLTS@suppilovahvero \
--to=jarkko@kernel.org \
--cc=jgg@ziepe.ca \
--cc=l.sanfilippo@kunbus.com \
--cc=linux-integrity@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=noodles@meta.com \
--cc=peterhuewe@gmx.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox