lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 3 Dec 2020 05:07:58 +0100 From: Andrew Lunn <andrew@...n.ch> To: Grant Edwards <grant.b.edwards@...il.com> Cc: netdev@...r.kernel.org Subject: Re: net: macb: fail when there's no PHY > So I can avoid my local hack to macb_main.c by doing a doing a local > hack to macb_main.c? User space drivers were never supported in any meaningful way. The IOCTL call is basically there for mii-tool, and nothing much more. The way to avoid your local hack is to move your drivers into the kernel, along side all the other drivers for devices on MDIO busses. Andrew
Powered by blists - more mailing lists