CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2018/06/15 06:39:38
Modified files: sys/net : if_pppx.c Log message: Fix the lock order problem found by witness. Release the lock for pppx_ifs earlier not to overlap the protected section for ifnet. Also introduce pxi_ready flag to protect pxi not to be used before initialization. ok bluhm