CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/06/25 04:33:53
Modified files: sys/netinet : ip_input.c ip_mroute.c sys/netinet6 : ip6_input.c ip6_mroute.c Log message: Push netlock down to mrt{,6}_sysctl_mfc(). Move copyout() and sleeping M_WAITOK malloc(9) out of netlock. Keep exclusive netlock instead of shared because the walker callback does `rt_gateway' dereference. Leave locking relaxation to the further diffs. ok bluhm