During recent testing at a NFSv4 Bakeathon, I had a panic
that a vnet was not set in clnt_nl_call(). The call was done
from clnt_call_private() in rpc_generic.c.
Adding CURVNET_SET(TD_TO_VNET())/CURVNET_RESTORE
avoided further panics.
Differential D50396
rpc_generic.c: Add CURVNET_SET/CURVNET_RESTORE around clnt_call_mbuf rmacklem on May 17 2025, 9:02 PM. Authored by Tags None Referenced Files
Subscribers
Details During recent testing at a NFSv4 Bakeathon, I had a panic Adding CURVNET_SET(TD_TO_VNET())/CURVNET_RESTORE Tested while using NFSv4 mounts over TLS during a
Diff Detail
Event TimelineComment Actions I realized that this is a NFS client side call, |