mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Hui Peng <benquike@gmail.com>
Cc: jirislaby@kernel.org, john.ogness@linutronix.de,
	ilpo.jarvinen@linux.intel.com, andriy.shevchenko@linux.intel.com,
	linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org,
	stable@vger.kernel.org
Subject: Re: [PATCH v4 0/3] serial: fix IRQ chain race, baud fallback, and uartclk overflow
Date: Thu, 24 Sep 2026 08:42:35 +0200	[thread overview]
Message-ID: <2026092417-seducing-stank-af6d@gregkh> (raw)
In-Reply-To: <20260924060511.2364717-1-benquike@gmail.com>

On Thu, Sep 24, 2026 at 06:04:43AM +0000, Hui Peng wrote:
> This series fixes three bugs in the 8250 and serial core drivers:
> 
> 1. Hold hash_mutex across IRQ chain lookup, linking, and error-path
>    unlinking in serial_link_irq_chain() to prevent a use-after-free race
>    with concurrent serial_unlink_irq_chain().
> 2. Allow a third loop iteration (try < 3) in uart_get_baud_rate() so that
>    when both the requested and old baud rates are out of range and try == 1
>    clips the rate into termios, the clipped baud rate is evaluated and
>    returned on try == 2 instead of returning 0 and causing a divide-by-zero
>    in uart_get_divisor().
> 3. Reject baud_base > UINT_MAX / 16 in uart_set_info() alongside the
>    uartclk == 0 check so that multiplying baud_base by 16 cannot wrap
>    around in 32-bit unsigned arithmetic to a small non-zero uartclk.

You only sent 2 patches in this series :(

Where is patch 3/3?

thanks,

greg k-h

  parent reply	other threads:[~2026-09-24  6:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-24  6:04 Hui Peng
2026-09-24  6:04 ` [PATCH v4 1/3] serial: 8250: hold hash_mutex across IRQ chain linking in serial_link_irq_chain() Hui Peng
2026-09-24  6:04 ` [PATCH v4 2/3] serial: core: allow third iteration in uart_get_baud_rate() fallback Hui Peng
2026-09-24 12:29   ` Andy Shevchenko
2026-09-24  6:42 ` Greg KH [this message]
2026-09-24  6:54   ` [PATCH v4 3/3] serial: core: reject baud_base values that overflow port->uartclk in uart_set_info() Hui Peng
2026-09-24 11:40     ` Ilpo Järvinen

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=2026092417-seducing-stank-af6d@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=benquike@gmail.com \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=jirislaby@kernel.org \
    --cc=john.ogness@linutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®