Netdev List
 help / color / mirror / Atom feed
* [PATCH v1 net 0/2] af_unix: Fix inconsistent scc_index.
@ 2026-09-12  3:07 Kuniyuki Iwashima
  2026-09-12  3:07 ` [PATCH v1 net 1/2] af_unix: Unify scc_index when finalising SCC in __unix_walk_scc() Kuniyuki Iwashima
  2026-09-12  3:07 ` [PATCH v1 net 2/2] selftest: af_unix: Add test case with mixed lowpoint in scm_rights.c Kuniyuki Iwashima
  0 siblings, 2 replies; 3+ messages in thread
From: Kuniyuki Iwashima @ 2026-09-12  3:07 UTC (permalink / raw)
  To: David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: Simon Horman, Kuniyuki Iwashima, Kuniyuki Iwashima, netdev

James Burton reported that a single SCC could have multiple
scc_index and unix_vertex_dead() fails to detect a dead SCC.

Patch 1 fixes it and Patch 2 adds a test case.


Kuniyuki Iwashima (2):
  af_unix: Unify scc_index when finalising SCC in __unix_walk_scc().
  selftest: af_unix: Add test case with mixed lowpoint in scm_rights.c.

 net/unix/garbage.c                              | 17 ++++++++++-------
 .../testing/selftests/net/af_unix/scm_rights.c  | 17 +++++++++++++++++
 2 files changed, 27 insertions(+), 7 deletions(-)

-- 
2.55.0.1007.g17ff1f9808-goog


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

end of thread, other threads:[~2026-09-12  3:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-12  3:07 [PATCH v1 net 0/2] af_unix: Fix inconsistent scc_index Kuniyuki Iwashima
2026-09-12  3:07 ` [PATCH v1 net 1/2] af_unix: Unify scc_index when finalising SCC in __unix_walk_scc() Kuniyuki Iwashima
2026-09-12  3:07 ` [PATCH v1 net 2/2] selftest: af_unix: Add test case with mixed lowpoint in scm_rights.c Kuniyuki Iwashima

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox