* [PATCH net-next 0/6] Use FIELD_SIZEOF().
@ 2013-01-09 17:19 YOSHIFUJI Hideaki
2013-01-10 7:38 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: YOSHIFUJI Hideaki @ 2013-01-09 17:19 UTC (permalink / raw)
To: davem, netdev; +Cc: yoshfuji
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH net-next 0/6] Use FIELD_SIZEOF().
2013-01-09 17:19 [PATCH net-next 0/6] Use FIELD_SIZEOF() YOSHIFUJI Hideaki
@ 2013-01-10 7:38 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-01-10 7:38 UTC (permalink / raw)
To: yoshfuji; +Cc: netdev
From: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Date: Thu, 10 Jan 2013 02:19:29 +0900
> Use FIELD_SIZEOF() macro instead of dummy pointer to check size
> of cb in struct sk_buff.
Series applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-10 7:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09 17:19 [PATCH net-next 0/6] Use FIELD_SIZEOF() YOSHIFUJI Hideaki
2013-01-10 7:38 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).