mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-20 22:48:57 +00:00
ioctls handled by phy_mii_ioctl() will cause a kernel oops when the
interface is down. Fix it by making sure there is a PHY attached.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| lan966x_ethtool.c | ||
| lan966x_fdb.c | ||
| lan966x_ifh.h | ||
| lan966x_mac.c | ||
| lan966x_main.c | ||
| lan966x_main.h | ||
| lan966x_mdb.c | ||
| lan966x_phylink.c | ||
| lan966x_port.c | ||
| lan966x_ptp.c | ||
| lan966x_regs.h | ||
| lan966x_switchdev.c | ||
| lan966x_vlan.c | ||
| Makefile | ||