* [PATCH net-next 0/4] Use IS_ERR_OR_NULL().
@ 2013-01-22 16:32 YOSHIFUJI Hideaki
2013-01-22 19:28 ` David Miller
2013-01-23 1:44 ` Paul Gortmaker
0 siblings, 2 replies; 3+ messages in thread
From: YOSHIFUJI Hideaki @ 2013-01-22 16:32 UTC (permalink / raw)
To: davem, netdev; +Cc: yoshfuji
YOSHIFUJI Hideaki (4):
net: Use IS_ERR_OR_NULL().
ipv4: Use IS_ERR_OR_NULL().
ipv6: Use IS_ERR_OR_NULL().
netfilter: Use IS_ERR_OR_NULL().
net/core/flow.c | 2 +-
net/ipv4/af_inet.c | 2 +-
net/ipv4/netfilter/arp_tables.c | 10 +++++-----
net/ipv4/netfilter/ip_tables.c | 10 +++++-----
net/ipv4/tcp.c | 2 +-
net/ipv4/udp.c | 2 +-
net/ipv6/addrconf.c | 4 ++--
net/ipv6/netfilter/ip6_tables.c | 10 +++++-----
8 files changed, 21 insertions(+), 21 deletions(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next 0/4] Use IS_ERR_OR_NULL().
2013-01-22 16:32 [PATCH net-next 0/4] Use IS_ERR_OR_NULL() YOSHIFUJI Hideaki
@ 2013-01-22 19:28 ` David Miller
2013-01-23 1:44 ` Paul Gortmaker
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2013-01-22 19:28 UTC (permalink / raw)
To: yoshfuji; +Cc: netdev
From: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Date: Wed, 23 Jan 2013 01:32:30 +0900
> YOSHIFUJI Hideaki (4):
> net: Use IS_ERR_OR_NULL().
> ipv4: Use IS_ERR_OR_NULL().
> ipv6: Use IS_ERR_OR_NULL().
> netfilter: Use IS_ERR_OR_NULL().
Series applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next 0/4] Use IS_ERR_OR_NULL().
2013-01-22 16:32 [PATCH net-next 0/4] Use IS_ERR_OR_NULL() YOSHIFUJI Hideaki
2013-01-22 19:28 ` David Miller
@ 2013-01-23 1:44 ` Paul Gortmaker
1 sibling, 0 replies; 3+ messages in thread
From: Paul Gortmaker @ 2013-01-23 1:44 UTC (permalink / raw)
To: YOSHIFUJI Hideaki; +Cc: davem, netdev
On Tue, Jan 22, 2013 at 11:32 AM, YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org> wrote:
> YOSHIFUJI Hideaki (4):
> net: Use IS_ERR_OR_NULL().
> ipv4: Use IS_ERR_OR_NULL().
> ipv6: Use IS_ERR_OR_NULL().
> netfilter: Use IS_ERR_OR_NULL().
>
> net/core/flow.c | 2 +-
> net/ipv4/af_inet.c | 2 +-
> net/ipv4/netfilter/arp_tables.c | 10 +++++-----
> net/ipv4/netfilter/ip_tables.c | 10 +++++-----
> net/ipv4/tcp.c | 2 +-
> net/ipv4/udp.c | 2 +-
> net/ipv6/addrconf.c | 4 ++--
> net/ipv6/netfilter/ip6_tables.c | 10 +++++-----
> 8 files changed, 21 insertions(+), 21 deletions(-)
Just as a heads-up, there are discussions underway about
whether the whole IS_ERR_OR_NULL interface is one that
we want to be adding more users to:
https://patchwork.kernel.org/patch/1953271/
Paul.
--
>
> --
> 1.7.9.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-23 1:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22 16:32 [PATCH net-next 0/4] Use IS_ERR_OR_NULL() YOSHIFUJI Hideaki
2013-01-22 19:28 ` David Miller
2013-01-23 1:44 ` Paul Gortmaker
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).