summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorPei Xiao <xiaopei01@kylinos.cn>2026-08-17 11:29:25 +0800
committerHelge Deller <deller@gmx.de>2026-08-18 11:43:05 +0200
commit8b585431a16cfb9d8f2955a9fa0787ce3dceb3c2 (patch)
treec888e8c5ee594758c1338fd479f00673c9445295 /scripts/objdiff
parent04cf68c9a76e3c6b67ad056a66a14923abf85925 (diff)
downloadlinux-8b585431a16cfb9d8f2955a9fa0787ce3dceb3c2.tar.gz
linux-8b585431a16cfb9d8f2955a9fa0787ce3dceb3c2.zip
parisc: eisa: Fix infinite loop when parsing invalid IRQ value
When an invalid value is passed via the "eisa_irq_edge=" kernel command line parameter (e.g. "eisa_irq_edge=16,5"), eisa_irq_setup() prints an error message and continues without advancing the current position. As a result the same invalid value is parsed again and again, causing an infinite loop while the kernel boots. Advance to the next comma-separated entry, or stop parsing when there is no next entry, before continuing so that the remaining entries are processed normally. Signed-off-by: Pei Xiao <xiaopei01@kylinos.cn> Cc: stable@vger.kernel.org Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions