From: Chuck Lever <chuck.lever@xxxxxxxxxx> On Thu, 06 Feb 2025 13:15:34 -0500, Olga Kornievskaia wrote: > On an rdma-capable machine, a start/stop/start and then on a stop of > a knfsd server would lead kref underflow warning because svc_rdma_free > would indiscriminatory unregister the rdma device but a listerning > transport never call the rdma_rn_register() thus leading to kref > going down to 0 on the 1st stop of the server and on the 2nd stop > it leads a problem. > > [...] Applied to nfsd-testing, thanks! [1/1] svcrdma: dont unregister device for listening sockets commit: e7afce74443da1f330a4da6c099854a4ec02e572 -- Chuck Lever