mbox series

[net,0/2] net/sched: two fixes for cls_u32

Message ID 20220413173542.533060-1-eric.dumazet@gmail.com (mailing list archive)
Headers show
Series net/sched: two fixes for cls_u32 | expand

Message

Eric Dumazet April 13, 2022, 5:35 p.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 15, 2022, 9:50 p.m. UTC | #1
Hello:

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

On Wed, 13 Apr 2022 10:35:40 -0700 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net,1/2] net/sched: cls_u32: fix netns refcount changes in u32_change()
    https://git.kernel.org/netdev/net/c/3db09e762dc7
  - [net,2/2] net/sched: cls_u32: fix possible leak in u32_init_knode()
    https://git.kernel.org/netdev/net/c/ec5b0f605b10

You are awesome, thank you!