All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Dumazet <eric.dumazet@gmail.com>
To: "David S . Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>
Cc: Jamal Hadi Salim <jhs@mojatatu.com>,
	Cong Wang <xiyou.wangcong@gmail.com>,
	Jiri Pirko <jiri@resnulli.us>, netdev <netdev@vger.kernel.org>,
	Eric Dumazet <edumazet@google.com>,
	Eric Dumazet <eric.dumazet@gmail.com>
Subject: [PATCH net 0/2] net/sched: two fixes for cls_u32
Date: Wed, 13 Apr 2022 10:35:40 -0700	[thread overview]
Message-ID: <20220413173542.533060-1-eric.dumazet@gmail.com> (raw)

From: Eric Dumazet <edumazet@google.com>

One syzbot report brought my attention to cls_u32.

This series addresses the syzbot report, and an additional
issue discovered in code review.

Eric Dumazet (2):
  net/sched: cls_u32: fix netns refcount changes in u32_change()
  net/sched: cls_u32: fix possible leak in u32_init_knode()

 net/sched/cls_u32.c | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

-- 
2.35.1.1178.g4f1659d476-goog


             reply	other threads:[~2022-04-13 17:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-13 17:35 Eric Dumazet [this message]
2022-04-13 17:35 ` [PATCH net 1/2] net/sched: cls_u32: fix netns refcount changes in u32_change() Eric Dumazet
2022-04-14 15:59   ` Jamal Hadi Salim
2022-04-13 17:35 ` [PATCH net 2/2] net/sched: cls_u32: fix possible leak in u32_init_knode() Eric Dumazet
2022-04-14 16:03   ` Jamal Hadi Salim
2022-04-15 21:50 ` [PATCH net 0/2] net/sched: two fixes for cls_u32 patchwork-bot+netdevbpf

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=20220413173542.533060-1-eric.dumazet@gmail.com \
    --to=eric.dumazet@gmail.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=jhs@mojatatu.com \
    --cc=jiri@resnulli.us \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=xiyou.wangcong@gmail.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.