lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 16 Apr 2021 22:50:09 +0000
From:   patchwork-bot+netdevbpf@...nel.org
To:     Taehee Yoo <ap420073@...il.com>
Cc:     davem@...emloft.net, kuba@...nel.org, netdev@...r.kernel.org,
        dsahern@...nel.org, yoshfuji@...ux-ipv6.org, edumazet@...gle.com
Subject: Re: [PATCH net-next] mld: fix suspicious RCU usage in __ipv6_dev_mc_dec()

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Fri, 16 Apr 2021 14:16:06 +0000 you wrote:
> __ipv6_dev_mc_dec() internally uses sleepable functions so that caller
> must not acquire atomic locks. But caller, which is addrconf_verify_rtnl()
> acquires rcu_read_lock_bh().
> So this warning occurs in the __ipv6_dev_mc_dec().
> 
> Test commands:
>     ip netns add A
>     ip link add veth0 type veth peer name veth1
>     ip link set veth1 netns A
>     ip link set veth0 up
>     ip netns exec A ip link set veth1 up
>     ip a a 2001:db8::1/64 dev veth0 valid_lft 2 preferred_lft 1
> 
> [...]

Here is the summary with links:
  - [net-next] mld: fix suspicious RCU usage in __ipv6_dev_mc_dec()
    https://git.kernel.org/netdev/net-next/c/aa8caa767e31

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ