Message ID | 20240401173125.92184-1-kuniyu@amazon.com (mailing list archive) |
---|---|
Headers | show |
Series | af_unix: Remove old GC leftovers. | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 1 Apr 2024 10:31:23 -0700 you wrote: > This is a follow-up series for commit 4090fa373f0e ("af_unix: Replace > garbage collection algorithm.") which introduced the new GC for AF_UNIX. > > Now we no longer need two ugly tricks for the old GC, let's remove them. > > > Kuniyuki Iwashima (2): > af_unix: Remove scm_fp_dup() in unix_attach_fds(). > af_unix: Remove lock dance in unix_peek_fds(). > > [...] Here is the summary with links: - [v1,net-next,1/2] af_unix: Remove scm_fp_dup() in unix_attach_fds(). https://git.kernel.org/netdev/net-next/c/7c349ed09031 - [v1,net-next,2/2] af_unix: Remove lock dance in unix_peek_fds(). https://git.kernel.org/netdev/net-next/c/118f457da9ed You are awesome, thank you!