Re: [PATCH net-next 3/3] net: usb: kaweth: remove eth_addr_t typedef and bcast_addr definition
From: Ethan Nelson-Moore <hidden>
Date: 2026-01-27 04:39:06
Also in:
linux-usb
From: Ethan Nelson-Moore <hidden>
Date: 2026-01-27 04:39:06
Also in:
linux-usb
On Mon, Jan 26, 2026 at 3:49 AM Oliver Neukum [off-list ref] wrote:
* Please note: addr must be aligned to u16. */ That requirement is not met. This code will bomb on ARM for example.
Hi, Oliver, Thanks for noticing this. It seems like no one is using this driver; there is only one hardware probe submission on linux-hardware.org containing any device ID supported by kaweth (of 0557:2002, from Debian 12 on Pentium III hardware). Therefore, it doesn't make sense to clean it up. Admittedly, that is only one source, and the number of submissions to it has dropped recently because it has been having server issues, but it's still a useful data point. In comparison, here are the numbers of submissions for a few other devices: r8152: 0bda:8152 - 1372 (did not check other device IDs) rtl8150: 0bda:8150 - 18 (did not check other device IDs) mcs7830: 20 (19 9710:7830, 1 9710:7832) sr9700: 221 (161 0fe6:9700, 60 0fe6:9702 which I recently added) sr9800: 0 (I will send a follow-up email regarding next steps to take regarding this driver) Hope that helps you get a sense of how much these drivers are being used. Ethan