The netlock for SIOCSIFMEDIA and SIOCGIFMEDIA ioctl is not necessary.
authorbluhm <bluhm@openbsd.org>
Fri, 5 Aug 2022 13:57:16 +0000 (13:57 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 5 Aug 2022 13:57:16 +0000 (13:57 +0000)
commit91afdc872fc385dceac799d2693b4a5e40e4abcc
tree60419ce84b42b1c88bd7534370859991afd1407e
parent4640155941367d92d2143a9f848bb572b8f59553
The netlock for SIOCSIFMEDIA and SIOCGIFMEDIA ioctl is not necessary.
Legacy drivers run with kernel lock, interface media is MP safe or
has kernel lock.  Assert kernel lock in ix(4) and ixl(4).
OK kettenis@
sys/dev/pci/if_ix.c
sys/dev/pci/if_ixl.c
sys/net/if.c
sys/net/if_media.c