mbox series

[v1,net-next,0/2] af_unix: Remove old GC leftovers.

Message ID 20240401173125.92184-1-kuniyu@amazon.com (mailing list archive)
Headers show
Series af_unix: Remove old GC leftovers. | expand

Message

Kuniyuki Iwashima April 1, 2024, 5:31 p.m. UTC
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().

 include/net/af_unix.h |  1 -
 net/unix/af_unix.c    | 51 ++-----------------------------------------
 net/unix/garbage.c    |  2 +-
 3 files changed, 3 insertions(+), 51 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 4, 2024, 2:30 a.m. UTC | #1
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!