From: Randy Dunlap <randy.dunlap@oracle.com>
To: Octavian Purdila <opurdila@ixiacom.com>
Cc: "David S. Miller" <davem@davemloft.net>,
Jarek Poplawski <jarkao2@gmail.com>, Ingo Molnar <mingo@elte.hu>,
Stephen Rothwell <sfr@canb.auug.org.au>,
netdev@vger.kernel.org, linux-next@vger.kernel.org,
LKML <linux-kernel@vger.kernel.org>,
Arnd Bergmann <arnd@arndb.de>
Subject: Re: linux-next: Tree for January 8 (net/ip.h, BUG=n)
Date: Thu, 14 Jan 2010 07:32:53 -0800 [thread overview]
Message-ID: <20100114073253.a87403e8.randy.dunlap@oracle.com> (raw)
In-Reply-To: <201001132121.44763.opurdila@ixiacom.com>
On Wed, 13 Jan 2010 21:21:44 +0200 Octavian Purdila wrote:
> On Wednesday 13 January 2010 10:54:18 you wrote:
> > Octavian added to cc.
> >
> > Jarek P.
> >
> > On 13-01-2010 08:35, Ingo Molnar wrote:
> > > * Randy Dunlap <randy.dunlap@oracle.com> wrote:
> > >> On Fri, 8 Jan 2010 16:42:32 +1100 Stephen Rothwell wrote:
> > >>> Hi all,
> > >>>
> > >>> Changes since 20100107:
> > >>
> > >> When CONFIG_BUG=n, CONFIG_GENERIC_BUG=n:
> > >>
> > >> include/net/ip.h:341: error: implicit declaration of function '__WARN'
> > >>
> > >> This affects:
> > >> make[3]: *** [security/selinux/hooks.o] Error 1
> > >> make[3]: *** [fs/ceph/messenger.o] Error 1
> > >> make[3]: *** [net/core/sock.o] Error 1
> > >> make[4]: *** [drivers/net/benet/be_main.o] Error 1
> > >
> > > FYI, this new build bug is now upstream and triggers in -tip testing as
> > > well.
> > >
> > > Ingo
> >
>
> Sorry about this bug and the delay. David, here is a patch against net-2.6 to fix this build error.
>
> [PATCH] net: fix build erros with CONFIG_BUG=n, CONFIG_GENERIC_BUG=n
>
> Fixed build errors introduced by commit 7ad6848c (ip: fix mc_loop checks for
> tunnels with multicast outer addresses)
>
> Signed-off-by: Octavian Purdila <opurdila@ixiacom.com>
> ---
> include/net/ip.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/net/ip.h b/include/net/ip.h
> index d9a0e74..fb63371 100644
> --- a/include/net/ip.h
> +++ b/include/net/ip.h
> @@ -338,7 +338,7 @@ static inline int sk_mc_loop(struct sock *sk)
> return inet6_sk(sk)->mc_loop;
> #endif
> }
> - __WARN();
> + WARN_ON(1);
> return 1;
> }
>
> --
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Thanks.
---
~Randy
prev parent reply other threads:[~2010-01-14 15:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-08 5:42 linux-next: Tree for January 8 Stephen Rothwell
2010-01-08 17:25 ` linux-next: Tree for January 8 (net/ip.h, BUG=n) Randy Dunlap
2010-01-13 7:35 ` Ingo Molnar
2010-01-13 8:54 ` Jarek Poplawski
2010-01-13 19:21 ` Octavian Purdila
2010-01-14 2:11 ` David Miller
2010-01-14 15:32 ` Randy Dunlap [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100114073253.a87403e8.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=arnd@arndb.de \
--cc=davem@davemloft.net \
--cc=jarkao2@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=netdev@vger.kernel.org \
--cc=opurdila@ixiacom.com \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox