Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1430672
| From | "Benedetto, Salvatore" <salvatore.benedetto@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | RE: linux-next: build failure after merge of the crypto tree |
| Date | 2016-06-24 15:40 +0200 |
| Message-ID | <rNzuW-cP-35@gated-at.bofh.it> (permalink) |
| References | <rNsMN-4xV-3@gated-at.bofh.it> <rNzuV-cP-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> -----Original Message-----
> From: Herbert Xu [mailto:herbert@gondor.apana.org.au]
> Sent: Friday, June 24, 2016 2:33 PM
> To: Stephen Rothwell <sfr@canb.auug.org.au>
> Cc: linux-next@vger.kernel.org; linux-kernel@vger.kernel.org; Benedetto,
> Salvatore <salvatore.benedetto@intel.com>
> Subject: Re: linux-next: build failure after merge of the crypto tree
>
> On Fri, Jun 24, 2016 at 04:20:22PM +1000, Stephen Rothwell wrote:
> > Hi Herbert,
> >
> > After merging the crypto tree, today's linux-next build (powerpc
> > allyesconfig) failed like this:
> >
> > net/built-in.o: In function `.ecdh_shared_secret':
> > (.text+0x4ad8d0): multiple definition of `.ecdh_shared_secret'
> > crypto/built-in.o:(.text+0x113f0): first defined here
> > net/built-in.o:(.opd+0x430e0): multiple definition of `ecdh_shared_secret'
> > crypto/built-in.o:(.opd+0x1d40): first defined here
> >
> > Caused by commit
> >
> > 3c4b23901a0c ("crypto: ecdh - Add ECDH software support")
> >
> > The other definition is in net/bluetooth/ecc.c
> >
> > I added the following patch for today (probably a better name could be
> > chosen):
>
> I think the intention is that net/bluetooth/ecc.c will be deleted in favour of
> the implementation in crypto. But for now I have applied your patch so we
> can progress. Thanks Stephen.
Thanks Stephen, Herbert.
I already submitted the patch to the Bluetooth subsystem that removes
the net/Bluetooth/ecc.c module
Apologies for the inconvenience.
Regards,
Salvatore
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
linux-next: build failure after merge of the crypto tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-06-24 08:30 +0200
Re: linux-next: build failure after merge of the crypto tree Herbert Xu <herbert@gondor.apana.org.au> - 2016-06-24 15:40 +0200
RE: linux-next: build failure after merge of the crypto tree "Benedetto, Salvatore" <salvatore.benedetto@intel.com> - 2016-06-24 15:40 +0200
csiph-web