[ Sasha's backport helper bot ]
Hi,
Summary of potential issues: ℹ️ This is part 13/27 of a series ⚠️ Found follow-up fixes in mainline
The upstream commit SHA1 provided is correct: 3484f063172dd88776b062046d721d7c2ae1af7c
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
Found fixes commits: 927fa5b3e4f5 af_unix: Fix uninit-value in __unix_walk_scc()
Note: The patch differs from the upstream commit: --- 1: 3484f063172dd ! 1: 3c8c9bc58de2c af_unix: Detect Strongly Connected Components. @@ Metadata ## Commit message ## af_unix: Detect Strongly Connected Components.
+ [ Upstream commit 3484f063172dd88776b062046d721d7c2ae1af7c ] + In the new GC, we use a simple graph algorithm, Tarjan's Strongly Connected Components (SCC) algorithm, to find cyclic references.
@@ Commit message Acked-by: Paolo Abeni pabeni@redhat.com Link: https://lore.kernel.org/r/20240325202425.60930-7-kuniyu@amazon.com Signed-off-by: Jakub Kicinski kuba@kernel.org + (cherry picked from commit 3484f063172dd88776b062046d721d7c2ae1af7c) + Signed-off-by: Lee Jones lee@kernel.org
## include/net/af_unix.h ## @@ include/net/af_unix.h: void wait_for_unix_gc(struct scm_fp_list *fpl); ---
NOTE: These results are for this patch alone. Full series testing will be performed when all parts are received.
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.6.y | Success | Success |