All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] net/9p: safely abort fd RPCs on fatal signals
@ 2026-07-16  7:30 Ze Tan
  2026-07-16  7:30 ` [PATCH v2 1/3] net/9p: handle replies racing with interrupted RPCs Ze Tan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ze Tan @ 2026-07-16  7:30 UTC (permalink / raw)
  To: ericvh, lucho, asmadeus, linux_oss, davem, edumazet, kuba, v9fs,
	netdev
  Cc: linux-kernel, tanze

Hi,

This series fixes a hung task reported by Syzkaller when a thread blocked
in a 9p fd RPC receives a fatal signal while another thread in the same
group is waiting in coredump_wait(). The interrupted RPC currently enters
the TFLUSH path and can wait indefinitely if the 9p server is no longer
responding, preventing the thread from exiting and the coredump from
completing.

Ze Tan (3):
  net/9p: handle replies racing with interrupted RPCs
  net/9p: prepare fd transports for asynchronous aborts
  net/9p: abort interrupted fd RPCs on fatal signals

 include/net/9p/client.h    |  3 +++
 include/net/9p/transport.h |  4 ++++
 net/9p/client.c            | 35 +++++++++++++++++++++++++++++++++++
 net/9p/trans_fd.c          | 10 +++++++++-
 4 files changed, 51 insertions(+), 1 deletion(-)


base-commit: 58717b2a1365d06c8c64b72aa948541b53fe31eb
-- 
2.43.0


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

end of thread, other threads:[~2026-07-16  7:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-16  7:30 [PATCH v2 0/3] net/9p: safely abort fd RPCs on fatal signals Ze Tan
2026-07-16  7:30 ` [PATCH v2 1/3] net/9p: handle replies racing with interrupted RPCs Ze Tan
2026-07-16  7:30 ` [PATCH v2 2/3] net/9p: prepare fd transports for asynchronous aborts Ze Tan
2026-07-16  7:30 ` [PATCH v2 3/3] net/9p: abort interrupted fd RPCs on fatal signals Ze Tan

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.