Re: linux-next: Tree for Jul 30 (usb/dwc3/)
Elson Serrao <[email protected]> Wed, 5 Aug 2026 11:59:02 -0700
| Newsgroups | org.kernel.vger.linux-usb,org.kernel.vger.linux-kernel,org.kernel.vger.linux-next |
|---|---|
| Message-ID | <[email protected]> |
On 8/4/2026 5:57 PM, Thinh Nguyen wrote:
> On Thu, Jul 30, 2026, Randy Dunlap wrote:
>>
>>
>> On 7/30/26 8:02 AM, Mark Brown wrote:
>>> Hi all,
>>>
>>> Changes since 20260729:
>>>
>>
>> on x86_64:
>> when # CONFIG_POWER_SUPPLY is not set
>>
>> ERROR: modpost: "power_supply_unreg_notifier" [drivers/usb/dwc3/dwc3.ko] undefined!
>> ERROR: modpost: "power_supply_reg_notifier" [drivers/usb/dwc3/dwc3.ko] undefined!
>>
>>
>
> Thank you for the report.
>
> Hi Elson,
>
> Can you help review if this is related to your recent update:
> 7c87ef27af79 ("usb: dwc3: avoid probe deferral when USB power supply is not available")
>
Hi Thinh,
Yes, this is a side effect of the above update.
I have posted the following patch to address it:
https://lore.kernel.org/all/[email protected]/
Thanks
Elson