https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228742

            Bug ID: 228742
           Summary: locking in uipc_ready() seems incorrect after r333744
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: b...@freebsd.org
          Reporter: ma...@freebsd.org

r333744 changed the unix socket locking protocol so that the unp_conn field of
a PCB is protected by the PCB lock rather than the linkage lock.  But
uipc_ready() still uses the old locking protocol.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to