All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: 陈华才 <chenhuacai@loongson.cn>
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
	Alan Stern <stern@rowland.harvard.edu>
Subject: Re: [PATCH] USB: HCD: remove logic about which hcd is loaded
Date: Sat, 10 Jan 2026 10:54:10 +0100	[thread overview]
Message-ID: <2026011037-kinfolk-serotonin-0b5d@gregkh> (raw)
In-Reply-To: <5f013d5a.3a686.19ba74f85dc.Coremail.chenhuacai@loongson.cn>

On Sat, Jan 10, 2026 at 05:49:25PM +0800, 陈华才 wrote:
> 
> 
> 
> > -----原始邮件-----
> > 发件人: "Greg Kroah-Hartman" <gregkh@linuxfoundation.org>
> > 发送时间:2026-01-07 23:25:40 (星期三)
> > 收件人: linux-usb@vger.kernel.org
> > 抄送: linux-kernel@vger.kernel.org, "Greg Kroah-Hartman" <gregkh@linuxfoundation.org>, "Huacai Chen" <chenhuacai@loongson.cn>, "Alan Stern" <stern@rowland.harvard.edu>
> > 主题: [PATCH] USB: HCD: remove logic about which hcd is loaded
> > 
> > It turns out that warning about which USB host controller is loaded
> > before another one doesn't really matter.  All that really is needed is
> > the PCI softdep module loading logic, which has been present in the
> > kernel ever since commit 05c92da0c524 ("usb: ohci/uhci - add soft
> > dependencies on ehci_pci")
> > 
> > So remove the warning messages, they are not useful, not needed, and
> > only confuse people.  As can be seen in the discussion at
> > https://lore.kernel.org/r/20251230080014.3934590-1-chenhuacai@loongson.cn
> > 
> > Cc: Huacai Chen <chenhuacai@loongson.cn>
> > Suggested-by: Alan Stern <stern@rowland.harvard.edu>
> > Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Reviewed-by: Huacai Chen <chenhuacai@loongson.cn>
> 
> And it should be backported to stable branches?

It doesn't change any behavior, so why would it be needed anywhere else?
It's just removing a message that people have been ignoring for a very
very long time :)

thanks,

greg k-h

  reply	other threads:[~2026-01-10  9:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-07 15:25 [PATCH] USB: HCD: remove logic about which hcd is loaded Greg Kroah-Hartman
2026-01-10  9:49 ` 陈华才
2026-01-10  9:54   ` Greg Kroah-Hartman [this message]
2026-01-10 10:09     ` 陈华才
2026-01-11 10:23       ` Greg Kroah-Hartman

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=2026011037-kinfolk-serotonin-0b5d@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=chenhuacai@loongson.cn \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=stern@rowland.harvard.edu \
    /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.