CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2025/01/16 10:20:23

Modified files:
        sys/net        : if.c 

Log message:
Move some copyout()s within ifioctl_get() out of shared netlock.

UVM releases exclusive netlock while going to swap, but it can't
determine is shared netlock held or not.

ifioctl_get() does read-only access, so it could follow sogetopt() way.
The copyout()s under shared netlock kept for ifgroup stuff, I will fix
this separately.

ok bluhm

Reply via email to