This is a note to let you know that I've just added the patch titled tpm_tis: Opt-in interrupts to the 6.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: tpm_tis-opt-in-interrupts.patch and it can be found in the queue-6.4 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 6aaf663ee04a80b445f8f5abff53cb92cb583c88 Mon Sep 17 00:00:00 2001 From: Jarkko Sakkinen <jarkko@xxxxxxxxxx> Date: Sat, 12 Aug 2023 02:07:10 +0300 Subject: tpm_tis: Opt-in interrupts From: Jarkko Sakkinen <jarkko@xxxxxxxxxx> commit 6aaf663ee04a80b445f8f5abff53cb92cb583c88 upstream. Cc: stable@xxxxxxxxxxxxxxx # v6.4+ Link: https://lore.kernel.org/linux-integrity/CAHk-=whRVp4h8uWOX1YO+Y99+44u4s=XxMK4v00B6F1mOfqPLg@xxxxxxxxxxxxxx/ Fixes: e644b2f498d2 ("tpm, tpm_tis: Enable interrupt test") Signed-off-by: Jarkko Sakkinen <jarkko@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/char/tpm/tpm_tis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/tpm/tpm_tis.c b/drivers/char/tpm/tpm_tis.c index 3c0f68b9e44f..7fa3d91042b2 100644 --- a/drivers/char/tpm/tpm_tis.c +++ b/drivers/char/tpm/tpm_tis.c @@ -89,7 +89,7 @@ static inline void tpm_tis_iowrite32(u32 b, void __iomem *iobase, u32 addr) tpm_tis_flush(iobase); } -static int interrupts = -1; +static int interrupts; module_param(interrupts, int, 0444); MODULE_PARM_DESC(interrupts, "Enable interrupts"); -- 2.41.0 Patches currently in stable-queue which might be from jarkko@xxxxxxxxxx are queue-6.4/tpm-disable-rng-for-all-amd-ftpms.patch queue-6.4/tpm-tpm_tis-disable-interrupts-for-lenovo-p620-devices.patch queue-6.4/tpm-tpm_tis-disable-interrupts-for-tuxedo-infinitybook-s-15-17-gen7.patch queue-6.4/tpm-tpm_tis-fix-upx-i11-dmi_match-condition.patch queue-6.4/tpm_tis-opt-in-interrupts.patch