[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<176352302499.209489.8147423042032307898.git-patchwork-notify@kernel.org>
Date: Wed, 19 Nov 2025 03:30:24 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Kuniyuki Iwashima <kuniyu@...gle.com>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, horms@...nel.org, kuni1840@...il.com,
netdev@...r.kernel.org
Subject: Re: [PATCH v1 net-next 0/7] af_unix: GC cleanup and optimisation.
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Sat, 15 Nov 2025 02:08:31 +0000 you wrote:
> Currently, AF_UNIX GC is triggered from close() and sendmsg()
> based on the number of inflight AF_UNIX sockets.
>
> This is because the old GC implementation had no idea of the
> shape of the graph formed by SCM_RIGHTS references.
>
> The new GC knows whether cyclic references (could) exist.
>
> [...]
Here is the summary with links:
- [v1,net-next,1/7] af_unix: Count cyclic SCC.
https://git.kernel.org/netdev/net-next/c/58b47c713711
- [v1,net-next,2/7] af_unix: Simplify GC state.
https://git.kernel.org/netdev/net-next/c/6b6f3c71fe56
- [v1,net-next,3/7] af_unix: Don't trigger GC from close() if unnecessary.
https://git.kernel.org/netdev/net-next/c/da8fc7a39be8
- [v1,net-next,4/7] af_unix: Don't call wait_for_unix_gc() on every sendmsg().
https://git.kernel.org/netdev/net-next/c/384900542dc8
- [v1,net-next,5/7] af_unix: Refine wait_for_unix_gc().
https://git.kernel.org/netdev/net-next/c/e29c7a4cec86
- [v1,net-next,6/7] af_unix: Remove unix_tot_inflight.
https://git.kernel.org/netdev/net-next/c/ab8b23150abc
- [v1,net-next,7/7] af_unix: Consolidate unix_schedule_gc() and wait_for_unix_gc().
https://git.kernel.org/netdev/net-next/c/24fa77dad25c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists