Bugzilla – Attachment 868439 Details for
Bug 1213645
Kernel 6.4.* hangs at boot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Fix patch
0001-tpm-tpm_tis-Disable-interrupts-for-TUXEDO-InfinityBo.patch (text/plain), 1.22 KB, created by
Takashi Iwai
on 2023-07-26 18:03:42 UTC
(
hide
)
Description:
Fix patch
Filename:
MIME Type:
Creator:
Takashi Iwai
Created:
2023-07-26 18:03:42 UTC
Size:
1.22 KB
patch
obsolete
>From 584073e64f3a343f90dcfa68426611d5ede6f177 Mon Sep 17 00:00:00 2001 >From: Takashi Iwai <tiwai@suse.de> >Date: Wed, 26 Jul 2023 17:56:10 +0200 >Subject: [PATCH] tpm/tpm_tis: Disable interrupts for TUXEDO InfinityBook S > 15/17 Gen7 > >TUXEDO InfinityBook S 15/17 Gen7 suffers from an IRQ problem on >tpm_tis like a few other laptops. Add an entry for the workaround. > >Cc: stable@vger.kernel.org >Fixes: e644b2f498d2 ("tpm, tpm_tis: Enable interrupt test") >Link: https://bugzilla.suse.com/show_bug.cgi?id=1213645 >Signed-off-by: Takashi Iwai <tiwai@suse.de> >--- > 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 cc42cf3de960..a98773ac2e55 100644 >--- a/drivers/char/tpm/tpm_tis.c >+++ b/drivers/char/tpm/tpm_tis.c >@@ -162,6 +162,14 @@ static const struct dmi_system_id tpm_tis_dmi_table[] = { > DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad L590"), > }, > }, >+ { >+ .callback = tpm_tis_disable_irq, >+ .ident = "TUXEDO InfinityBook S 15/17 Gen7", >+ .matches = { >+ DMI_MATCH(DMI_SYS_VENDOR, "TUXEDO"), >+ DMI_MATCH(DMI_PRODUCT_NAME, "TUXEDO InfinityBook S 15/17 Gen7"), >+ }, >+ }, > { > .callback = tpm_tis_disable_irq, > .ident = "UPX-TGL", >-- >2.35.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 1213645
:
868423
|
868435
|
868436
|
868438
| 868439 |
868497