All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Kuniyuki Iwashima <kuniyu@google.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, horms@kernel.org, kuni1840@gmail.com,
	netdev@vger.kernel.org
Subject: Re: [PATCH v1 net-next 0/7] af_unix: GC cleanup and optimisation.
Date: Wed, 19 Nov 2025 03:30:24 +0000	[thread overview]
Message-ID: <176352302499.209489.8147423042032307898.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20251115020935.2643121-1-kuniyu@google.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.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



      parent reply	other threads:[~2025-11-19  3:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-15  2:08 [PATCH v1 net-next 0/7] af_unix: GC cleanup and optimisation Kuniyuki Iwashima
2025-11-15  2:08 ` [PATCH v1 net-next 1/7] af_unix: Count cyclic SCC Kuniyuki Iwashima
2025-11-15  2:08 ` [PATCH v1 net-next 2/7] af_unix: Simplify GC state Kuniyuki Iwashima
2025-11-15  2:08 ` [PATCH v1 net-next 3/7] af_unix: Don't trigger GC from close() if unnecessary Kuniyuki Iwashima
2025-11-15  2:08 ` [PATCH v1 net-next 4/7] af_unix: Don't call wait_for_unix_gc() on every sendmsg() Kuniyuki Iwashima
2025-11-15  2:08 ` [PATCH v1 net-next 5/7] af_unix: Refine wait_for_unix_gc() Kuniyuki Iwashima
2025-11-15  2:08 ` [PATCH v1 net-next 6/7] af_unix: Remove unix_tot_inflight Kuniyuki Iwashima
2025-11-15  2:08 ` [PATCH v1 net-next 7/7] af_unix: Consolidate unix_schedule_gc() and wait_for_unix_gc() Kuniyuki Iwashima
2025-11-19  3:30 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=176352302499.209489.8147423042032307898.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=kuni1840@gmail.com \
    --cc=kuniyu@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.