Re: [PATCH] thunderbolt: verify PCI resource type and size in nhi_probe()
Dmitry Antipov <[email protected]> Fri, 7 Aug 2026 14:47:54 +0300
| Newsgroups | org.kernel.vger.linux-usb |
|---|---|
| Message-ID | <[email protected]> |
On 8/7/26 2:31 PM, Mika Westerberg wrote: > I'm actually not sure how this was even triggered :-) just as documented in https://docs.kernel.org/driver-api/driver-model/binding.html: Userspace may override the standard matching by writing a driver name to a device’s driver_override sysfs attribute. When set, only a driver whose name matches the override will be considered during binding. This bypasses all bus-specific matching (OF, ACPI, ID tables, etc.). Dmitry