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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 11 Sep 2014 15:35:08 -0700 From: Cong Wang <xiyou.wangcong@...il.com> To: netdev@...r.kernel.org Cc: Hannes Frederic Sowa <hannes@...essinduktion.org>, Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org>, "David S. Miller" <davem@...emloft.net>, Cong Wang <xiyou.wangcong@...il.com> Subject: [Patch net-next v2 0/8] ipv6: clean up locking code in anycast and mcast This patchset cleans up the locking code in anycast.c and mcast.c and makes the refcount code more readable. Signed-off-by: Cong Wang <xiyou.wangcong@...il.com> v1 -> v2: * refactor some code and make it in a separated patch * update comments Cong Wang (8): ipv6: drop useless rcu_read_lock() in anycast ipv6: remove ipv6_sk_ac_lock ipv6: clean up ipv6_dev_ac_inc() ipv6: refactor __ipv6_dev_ac_inc() ipv6: drop ipv6_sk_mc_lock in mcast ipv6: drop some rcu_read_lock in mcast ipv6: update the comment in mcast.c ipv6: refactor ipv6_dev_mc_inc() include/linux/netdevice.h | 4 +- include/net/addrconf.h | 2 +- net/core/dev.c | 14 ++--- net/ipv6/addrconf.c | 2 +- net/ipv6/anycast.c | 108 ++++++++++++++++++-------------------- net/ipv6/mcast.c | 129 +++++++++++++++++++++------------------------- 6 files changed, 123 insertions(+), 136 deletions(-) -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists