All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] NFSv4 callback service ate my homework
@ 2023-03-03 21:08 Benjamin Coddington
  2023-03-03 21:08 ` [PATCH 1/1] SUNRPC: Fix a server shutdown leak Benjamin Coddington
  0 siblings, 1 reply; 5+ messages in thread
From: Benjamin Coddington @ 2023-03-03 21:08 UTC (permalink / raw)
  To: chuck.lever, jlayton, trond.myklebust, anna, davem, edumazet,
	kuba, pabeni, bfields
  Cc: linux-nfs

A system with very low autofs timeouts for many mounts of v4.0 exports,
while attempting to mount with the non-specific vers=4 option would run out
of memory every few days.  Each mount was doing the v4.2, v4.1, v4.0
negotiation and constantly setting up and tearing down the backchannel
service for positive minorversions.  We found a probable cause:
wake_up_process() isn't guarunteed to execute the threadfn; kthread_stop()
can race in and prevent it.

Benjamin Coddington (1):
  SUNRPC: Fix a server shutdown leak

 net/sunrpc/svc.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-08 10:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-03 21:08 [PATCH 0/1] NFSv4 callback service ate my homework Benjamin Coddington
2023-03-03 21:08 ` [PATCH 1/1] SUNRPC: Fix a server shutdown leak Benjamin Coddington
2023-03-08  3:14   ` Chuck Lever III
2023-03-08 10:37     ` Benjamin Coddington
2023-03-08 10:48   ` Jeff Layton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.