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: Wed, 15 Jan 2020 16:36:26 +0100 From: Guillaume Nault <gnault@...hat.com> To: David Miller <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org> Cc: netdev@...r.kernel.org, Nicolas Dichtel <nicolas.dichtel@...nd.com> Subject: [PATCH net-next v2 0/2] netns: simple cleanups A few things to cleanup, found while working on net_namespace.c: * align netlink attribute parsing policy with their real usage, * some constification. v2: also update IFLA_NET_NS_* in rtnetlink.c. Guillaume Nault (2): netns: Parse *_PID and *_FD netlink attributes as signed integers netns: constify exported functions include/net/net_namespace.h | 10 +++++----- net/core/net_namespace.c | 18 +++++++++--------- net/core/rtnetlink.c | 8 ++++---- 3 files changed, 18 insertions(+), 18 deletions(-) -- 2.21.1
Powered by blists - more mailing lists