[ 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: 5b17307bd0789edea0675d524a2b277b93bbde62
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: 5b17307bd0789 ! 1: 83b10061bb064 af_unix: Return struct unix_sock from unix_get_socket(). @@ Metadata ## Commit message ## af_unix: Return struct unix_sock from unix_get_socket().
+ [ Upstream commit 5b17307bd0789edea0675d524a2b277b93bbde62 ] + Currently, unix_get_socket() returns struct sock, but after calling it, we always cast it to unix_sk().
@@ Commit message Reviewed-by: Simon Horman horms@kernel.org Link: https://lore.kernel.org/r/20240123170856.41348-4-kuniyu@amazon.com Signed-off-by: Jakub Kicinski kuba@kernel.org + (cherry picked from commit 5b17307bd0789edea0675d524a2b277b93bbde62) + Signed-off-by: Lee Jones lee@kernel.org
## include/net/af_unix.h ## @@ include/net/af_unix.h: void unix_destruct_scm(struct sk_buff *skb); ---
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.6.y | Success | Success |