public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Weiming Shi <bestswngs@gmail.com>
Cc: vinicius.gomes@intel.com, jhs@mojatatu.com, jiri@resnulli.us,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, horms@kernel.org, vladimir.oltean@nxp.com,
	shuah@kernel.org, xmei5@asu.edu, netdev@vger.kernel.org,
	linux-kselftest@vger.kernel.org
Subject: Re: [PATCH net v5 0/2] net/sched: taprio: fix NULL pointer dereference in class dump
Date: Tue, 28 Apr 2026 01:50:12 +0000	[thread overview]
Message-ID: <177734101277.196918.11456842228580431598.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260422161958.2517539-2-bestswngs@gmail.com>

Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 23 Apr 2026 00:19:57 +0800 you wrote:
> Fix a NULL pointer dereference in taprio_dump_class() reachable by an
> unprivileged local user on kernels with unprivileged user namespaces
> enabled and CONFIG_NET_SCH_TAPRIO=y. The bug allows a local DoS via a
> crafted sequence of taprio child-qdisc graft, delete, and class dump.
> 
> Patch 1/2 is the fix: replace NULL entries in q->qdiscs[] with the
> global &noop_qdisc singleton so that control-plane dump paths, as well
> as the existing NULL guards in the data-plane enqueue/dequeue paths,
> cannot deref a NULL child qdisc.
> 
> [...]

Here is the summary with links:
  - [net,v5,1/2] net/sched: taprio: fix NULL pointer dereference in class dump
    https://git.kernel.org/netdev/net/c/3d07ca5c0fae
  - [net,v5,2/2] selftests/tc-testing: add taprio test for class dump after child delete
    https://git.kernel.org/netdev/net/c/a469feed399d

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-04-28  1:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-22 16:19 [PATCH net v5 0/2] net/sched: taprio: fix NULL pointer dereference in class dump Weiming Shi
2026-04-22 16:19 ` [PATCH net v5 1/2] " Weiming Shi
2026-04-26 10:59   ` Jamal Hadi Salim
2026-04-26 13:01     ` Weiming Shi
2026-04-22 16:19 ` [PATCH net v5 2/2] selftests/tc-testing: add taprio test for class dump after child delete Weiming Shi
2026-04-26 11:00   ` Jamal Hadi Salim
2026-04-28  1:50 ` 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=177734101277.196918.11456842228580431598.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=bestswngs@gmail.com \
    --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=linux-kselftest@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=shuah@kernel.org \
    --cc=vinicius.gomes@intel.com \
    --cc=vladimir.oltean@nxp.com \
    --cc=xmei5@asu.edu \
    /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