Netdev List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Victor Nogueira <victor@mojatatu.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, jhs@mojatatu.com, jiri@resnulli.us,
	horms@kernel.org, vega@nebusec.ai, netdev@vger.kernel.org
Subject: Re: [PATCH net v2 0/4] net/sched: cls_route: fix bucket retention and handle recomputation
Date: Thu, 10 Sep 2026 09:30:05 +0000	[thread overview]
Message-ID: <178903260563.1313352.1176366413751818687.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260907192133.2639067-1-victor@mojatatu.com>

Hello:

This series was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Mon,  7 Sep 2026 16:21:29 -0300 you wrote:
> Patch 1 is the v1 patch, unchanged. route4_change() can move an existing
> filter to a different top-level bucket, since route4_set_parms()
> recomputes the handle from TCA_ROUTE4_TO/FROM/IIF. The filter is
> unlinked from the old bucket, but the bucket itself is never freed once
> it goes empty, so route4_delete() keeps reporting *last=false after the
> last live filter is gone. That pins the empty tcf_proto and leaks it.
> The filters linked to a bucket are refcounted now, and the bucket is
> dropped from head->table[] as soon as the count reaches zero.
> 
> [...]

Here is the summary with links:
  - [net,v2,1/4] net/sched: cls_route: free emptied bucket on filter move
    https://git.kernel.org/netdev/net/c/1853f30cf5c8
  - [net,v2,2/4] net/sched: cls_route: Reject handle aliasing
    https://git.kernel.org/netdev/net/c/b74a8455a2f2
  - [net,v2,3/4] net/sched: cls_route: Fix in-place replace
    https://git.kernel.org/netdev/net/c/41e85e54e564
  - [net,v2,4/4] selftests/tc-testing: Add cls_route bucket move and change tests
    https://git.kernel.org/netdev/net/c/e190a7aabbea

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2026-09-10  9:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-07 19:21 [PATCH net v2 0/4] net/sched: cls_route: fix bucket retention and handle recomputation Victor Nogueira
2026-09-07 19:21 ` [PATCH net v2 1/4] net/sched: cls_route: free emptied bucket on filter move Victor Nogueira
2026-09-07 19:21 ` [PATCH net v2 2/4] net/sched: cls_route: Reject handle aliasing Victor Nogueira
2026-09-09 10:22   ` netdev-bot+sashiko
2026-09-10  9:27     ` Paolo Abeni
2026-09-10 12:59       ` Victor Nogueira
2026-09-07 19:21 ` [PATCH net v2 3/4] net/sched: cls_route: Fix in-place replace Victor Nogueira
2026-09-07 19:21 ` [PATCH net v2 4/4] selftests/tc-testing: Add cls_route bucket move and change tests Victor Nogueira
2026-09-10  9: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=178903260563.1313352.1176366413751818687.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=jhs@mojatatu.com \
    --cc=jiri@resnulli.us \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=vega@nebusec.ai \
    --cc=victor@mojatatu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox