All of lore.kernel.org
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
To: Pei Xiao <xiaopei01@kylinos.cn>,
	James.Bottomley@HansenPartnership.com,
	linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] parisc: eisa: Fix infinite loop when parsing invalid IRQ value
Date: Tue, 18 Aug 2026 11:46:52 +0200	[thread overview]
Message-ID: <afa004cd-3228-49e4-87e9-93eb4bc47db7@gmx.de> (raw)
In-Reply-To: <53b759a86aafd200d7477675a77a0fae9dbf188f.1786937310.git.xiaopei01@kylinos.cn>

On 8/17/26 05:29, Pei Xiao wrote:
> 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.
> 
> Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
> Signed-off-by: Pei Xiao <xiaopei01@kylinos.cn>
> ---
>   drivers/parisc/eisa.c | 5 +++++
>   1 file changed, 5 insertions(+)
applied.

Thanks!
Helge

      reply	other threads:[~2026-08-18  9:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-17  3:29 [PATCH] parisc: eisa: Fix infinite loop when parsing invalid IRQ value Pei Xiao
2026-08-18  9:46 ` Helge Deller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=afa004cd-3228-49e4-87e9-93eb4bc47db7@gmx.de \
    --to=deller@gmx.de \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    --cc=xiaopei01@kylinos.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.