CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/06/21 08:10:11
Modified files:
sys/dev/fdt : if_cad.c
Log message:
Avoid netlock dance in cad(4) ioctl.
While interface ioctl(8) is moving towards better parallel access,
drivers assuming exclusive netlock and unlocking explicitly cause
trouble. Use the drivers own configuration lock for protection.
Do not wait for task barriers while potentially holding the netlock.
Panic reported by Mark McBride and Thomas Pries.
Tested by dlg@; OK dlg@ mvs@