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-next>] [day] [month] [year] [list]
Date:	Thu, 10 Jan 2013 02:19:29 +0900
From:	YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>
To:	davem@...emloft.net, netdev@...r.kernel.org
CC:	yoshfuji@...ux-ipv6.org
Subject: [PATCH net-next 0/6] Use FIELD_SIZEOF().

Use FIELD_SIZEOF() macro instead of dummy pointer to check size
of cb in struct sk_buff.

YOSHIFUJI Hideaki (6):
  ipv4: Use FIELD_SIZEOF() in inet_init().
  ipv6: Use FIELD_SIZEOF() in inet6_init().
  netlink: Use FIELD_SIZEOF() in netlink_proto_init().
  openvswitch: Use FIELD_SIZEOF() in dp_init().
  rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init().
  unix: Use FIELD_SIZEOF() in af_unix_init().

 net/ipv4/af_inet.c         |    3 +--
 net/ipv6/af_inet6.c        |    3 +--
 net/netlink/af_netlink.c   |    3 +--
 net/openvswitch/datapath.c |    3 +--
 net/rxrpc/af_rxrpc.c       |    4 ++--
 net/unix/af_unix.c         |    3 +--
 6 files changed, 7 insertions(+), 12 deletions(-)

-- 
1.7.9.5

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ