[ 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: 1fbfdfaa590248c1d86407f578e40e5c65136330
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)
Note: The patch differs from the upstream commit: --- 1: 1fbfdfaa59024 ! 1: 2f7b5fceb11ea af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd. @@ Metadata ## Commit message ## af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.
+ [ Upstream commit 1fbfdfaa590248c1d86407f578e40e5c65136330 ] + We will replace the garbage collection algorithm for AF_UNIX, where we will consider each inflight AF_UNIX socket as a vertex and its file descriptor as an edge in a directed graph. @@ Commit message Acked-by: Paolo Abeni pabeni@redhat.com Link: https://lore.kernel.org/r/20240325202425.60930-2-kuniyu@amazon.com Signed-off-by: Jakub Kicinski kuba@kernel.org + (cherry picked from commit 1fbfdfaa590248c1d86407f578e40e5c65136330) + Signed-off-by: Lee Jones lee@kernel.org
## include/net/af_unix.h ## @@ include/net/af_unix.h: extern unsigned int unix_tot_inflight; ---
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.12.y | Success | Success |