Re: [PATCH 4/9 net-next] ipv6: replace if/BUG by BUG_ON

2015-04-03 Thread Fabian Frederick
> On 31 March 2015 at 17:17 David Miller wrote: > > > From: YOSHIFUJI Hideaki > Date: Tue, 31 Mar 2015 12:50:27 +0900 > > > Hi, > > > > Fabian Frederick wrote: > >> Signed-off-by: Fabian Frederick > >> --- > >>  net/ipv6/addrconf.c                     | 3 +-- > >>  net/ipv6/esp6.c             

Re: [PATCH 4/9 net-next] ipv6: replace if/BUG by BUG_ON

2015-04-03 Thread Fabian Frederick
On 31 March 2015 at 17:17 David Miller da...@davemloft.net wrote: From: YOSHIFUJI Hideaki hideaki.yoshif...@miraclelinux.com Date: Tue, 31 Mar 2015 12:50:27 +0900 Hi, Fabian Frederick wrote: Signed-off-by: Fabian Frederick f...@skynet.be ---   net/ipv6/addrconf.c                 

Re: [PATCH 4/9 net-next] ipv6: replace if/BUG by BUG_ON

2015-03-31 Thread David Miller
From: YOSHIFUJI Hideaki Date: Tue, 31 Mar 2015 12:50:27 +0900 > Hi, > > Fabian Frederick wrote: >> Signed-off-by: Fabian Frederick >> --- >> net/ipv6/addrconf.c | 3 +-- >> net/ipv6/esp6.c | 3 +-- >> net/ipv6/netfilter/nf_conntrack_reasm.c | 3 +--

Re: [PATCH 4/9 net-next] ipv6: replace if/BUG by BUG_ON

2015-03-31 Thread David Miller
From: YOSHIFUJI Hideaki hideaki.yoshif...@miraclelinux.com Date: Tue, 31 Mar 2015 12:50:27 +0900 Hi, Fabian Frederick wrote: Signed-off-by: Fabian Frederick f...@skynet.be --- net/ipv6/addrconf.c | 3 +-- net/ipv6/esp6.c | 3 +--

Re: [PATCH 4/9 net-next] ipv6: replace if/BUG by BUG_ON

2015-03-30 Thread YOSHIFUJI Hideaki
Hi, Fabian Frederick wrote: > Signed-off-by: Fabian Frederick > --- > net/ipv6/addrconf.c | 3 +-- > net/ipv6/esp6.c | 3 +-- > net/ipv6/netfilter/nf_conntrack_reasm.c | 3 +-- > 3 files changed, 3 insertions(+), 6 deletions(-) > > diff --git

[PATCH 4/9 net-next] ipv6: replace if/BUG by BUG_ON

2015-03-30 Thread Fabian Frederick
Signed-off-by: Fabian Frederick --- net/ipv6/addrconf.c | 3 +-- net/ipv6/esp6.c | 3 +-- net/ipv6/netfilter/nf_conntrack_reasm.c | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index

[PATCH 4/9 net-next] ipv6: replace if/BUG by BUG_ON

2015-03-30 Thread Fabian Frederick
Signed-off-by: Fabian Frederick f...@skynet.be --- net/ipv6/addrconf.c | 3 +-- net/ipv6/esp6.c | 3 +-- net/ipv6/netfilter/nf_conntrack_reasm.c | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/net/ipv6/addrconf.c

Re: [PATCH 4/9 net-next] ipv6: replace if/BUG by BUG_ON

2015-03-30 Thread YOSHIFUJI Hideaki
Hi, Fabian Frederick wrote: Signed-off-by: Fabian Frederick f...@skynet.be --- net/ipv6/addrconf.c | 3 +-- net/ipv6/esp6.c | 3 +-- net/ipv6/netfilter/nf_conntrack_reasm.c | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git