[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20141029.153745.182320154112584088.davem@davemloft.net>
Date: Wed, 29 Oct 2014 15:37:45 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: jim.epost@...il.com
Cc: sfr@...b.auug.org.au, linux-next@...r.kernel.org,
linux-kernel@...r.kernel.org, stephen@...workplumber.org,
bridge@...ts.linux-foundation.org, kyeyoonp@...eaurora.org
Subject: Re: randconfig build error with next-20141028, in net/bridge
From: Jim Davis <jim.epost@...il.com>
Date: Tue, 28 Oct 2014 07:52:47 -0700
> Building with the attached random configuration file,
>
> net/built-in.o: In function `br_handle_frame_finish':
> (.text+0x40edf): undefined reference to `arp_tbl'
> net/built-in.o: In function `br_handle_frame_finish':
> (.text+0x40f3a): undefined reference to `arp_send'
> make: *** [vmlinux] Error 1
Kyeyoon-ssi, you will need to do something about this.
Your choices are either selecting INET (and thus also
CRYPTO and CRYPTO_AES, since INET needs those in order
to build properly), making bridging depeng on INET,
or protecting the new proxy-arp code with INET ifdef
checks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists