]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
scripts/gdb: fix interrupts display after MCP on x86
authorFlorian Fainelli <florian.fainelli@broadcom.com>
Mon, 23 Jun 2025 16:41:52 +0000 (09:41 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jul 2025 16:35:15 +0000 (18:35 +0200)
commite2e200c98e9f534bd385f27976b170e351f2c0e9
tree910217b56c9fae86c98e4d9d88ec866f092860b3
parent56995226431a37182128d0b0adf39cd003bf94d7
scripts/gdb: fix interrupts display after MCP on x86

commit 7627b459aa0737bdd62a8591a1481cda467f20e3 upstream.

The text line would not be appended to as it should have, it should have
been a '+=' but ended up being a '==', fix that.

Link: https://lkml.kernel.org/r/20250623164153.746359-1-florian.fainelli@broadcom.com
Fixes: b0969d7687a7 ("scripts/gdb: print interrupts")
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
Cc: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Kieran Bingham <kbingham@kernel.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/gdb/linux/interrupts.py