From: Greg KH <gregkh@linuxfoundation.org>
To: Matt Lee <matt@oscium.com>
Cc: linux-usb@vger.kernel.org
Subject: Re: [PATCH 0/2] USB: max3421: Fix retransmit handling and scheduling while atomic
Date: Mon, 10 Feb 2025 07:13:01 +0100 [thread overview]
Message-ID: <2025021040-delirium-yeah-d4a0@gregkh> (raw)
In-Reply-To: <CABrMTjdyZX3P4-0hjndjAFer7FaA+rRNmLLjigg8qjV6VbLP1g@mail.gmail.com>
On Sun, Feb 09, 2025 at 11:06:42PM -0600, Matt Lee wrote:
> This patch series addresses two issues in the max3421 USB host controller
> driver:
>
> 1. **Patch 1** This patch reverts the removal of the slow retransmit of NAK
> responses. This fixes some USB accessories from becoming unresponsive.
>
> 2. **Patch 2** fixes a "scheduling while atomic" bug in `max3421_remove()`
> by ensuring that `kthread_stop()` is called outside a spinlock, preventing
> a system crash when removing the driver or shutting down.
>
> Both patches have been tested on a BCM2711 with MAX3421 hardware.
>
> Kind regards,
> Matt Lee
> matt@oscium.com
>
> ---
>
> **Patches:**
> **[PATCH 1/2] USB: max3421: Fix retransmit handling for NAK responses**
> **[PATCH 2/2] USB: max3421: Fix scheduling while atomic in
> max3421_remove()**
Sorry, you can't attach patches, please send these as a proper patch
series.
thanks,
greg k-h
prev parent reply other threads:[~2025-02-10 6:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-10 5:06 [PATCH 0/2] USB: max3421: Fix retransmit handling and scheduling while atomic Matt Lee
2025-02-10 6:13 ` Greg KH [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=2025021040-delirium-yeah-d4a0@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=linux-usb@vger.kernel.org \
--cc=matt@oscium.com \
/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.