[ Sasha's backport helper bot ]
Hi,
✅ All tests passed successfully. No issues detected. No action required from the submitter.
The upstream commit SHA1 provided is correct: ad081928a8b0f57f269df999a28087fce6f2b6ce
WARNING: Author mismatch between patch and upstream commit: Backport author: Lee Joneslee@kernel.org Commit author: Kuniyuki Iwashimakuniyu@amazon.com
Status in newer kernel trees: 6.14.y | Present (exact SHA1) 6.12.y | Present (exact SHA1) 6.6.y | Not found
Note: The patch differs from the upstream commit: --- 1: ad081928a8b0f ! 1: ecaebb7bb5591 af_unix: Avoid Tarjan's algorithm if unnecessary. @@ Metadata ## Commit message ## af_unix: Avoid Tarjan's algorithm if unnecessary.
+ [ Upstream commit ad081928a8b0f57f269df999a28087fce6f2b6ce ] + Once a cyclic reference is formed, we need to run GC to check if there is dead SCC.
@@ Commit message Acked-by: Paolo Abeni pabeni@redhat.com Link: https://lore.kernel.org/r/20240325202425.60930-12-kuniyu@amazon.com Signed-off-by: Jakub Kicinski kuba@kernel.org + (cherry picked from commit ad081928a8b0f57f269df999a28087fce6f2b6ce) + Signed-off-by: Lee Jones lee@kernel.org
## net/unix/garbage.c ## @@ net/unix/garbage.c: static struct unix_vertex *unix_edge_successor(struct unix_edge *edge) ---
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.6.y | Success | Success |