[Bug 228742] locking in uipc_ready() seems incorrect after r333744

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 4 14:48:36 UTC 2018


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: bugs at FreeBSD.org
          Reporter: markj at 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.


More information about the freebsd-bugs mailing list