Skip to content
  • Richard Scheffenegger's avatar
    [tcp] Keep socket buffer locked until upcall · 032bf749
    Richard Scheffenegger authored
    r367492 would unlock the socket buffer before eventually calling the upcall.
    This leads to problematic interaction with NFS kernel server/client components
    (MP threads) accessing the socket buffer with potentially not correctly updated
    state.
    
    Reported by: rmacklem
    Reviewed By: tuexen, #transport
    Tested by: rmacklem, otis
    MFC after: 2 weeks
    Sponsored By: NetApp, Inc.
    Differential Revision: https://reviews.freebsd.org/D29690
    032bf749