Re: [PATCH] tpm/tpm_tis: Disable interrupts categorically for Lenovo

From: Jarkko Sakkinen
Date: Fri Aug 11 2023 - 12:49:24 EST


On Fri Aug 11, 2023 at 10:22 AM EEST, Takashi Iwai wrote:
> On Fri, 11 Aug 2023 09:21:09 +0200,
> Takashi Iwai wrote:
> >
> > On Thu, 10 Aug 2023 20:24:33 +0200,
> > Jarkko Sakkinen wrote:
> > >
> > > By large most of the entries in tpm_tis_dmi_table[] are for Lenovo laptops,
> > > and they keep on coming. Therefore, disable IRQs categorically for Lenovo.
> > >
> > > Fixes: e644b2f498d2 ("tpm, tpm_tis: Enable interrupt test")
> > > Cc: <stable@xxxxxxxxxxxxxxx> # v6.4+
> > > Reported-by: "Takashi Iwai" <tiwai@xxxxxxx>
> > > Closes: https://lore.kernel.org/linux-integrity/87il9qhxjq.wl-tiwai@xxxxxxx/
> > > Signed-off-by: Jarkko Sakkinen <jarkko@xxxxxxxxxx>
> > > ---
> > > This will be included into v6.5-rc6 PR, as long as Takashi ack's it. I'm
> > > planning to send tomorrow morning (GMT+3).
> >
> > Feel free to take my ack:
> >
> > Acked-by: Takashi Iwai <tiwai@xxxxxxx>
> >
> > I'll build a test kernel and ask reporters for testing the fix, too.
>
> Also, it's worth to put the link to the original bug report:
>
> Link: https://bugzilla.suse.com/show_bug.cgi?id=1213779

These days it is recommended afaik to use "Closes:" so I used that
(checkpatch even complains if it does not exist when you have a
reported-by tag).

BR, Jarkko