Re: [git pull] Please pull abiv2 branch

2014-04-29 Thread Philippe Bergheaud
Rusty Russell wrote: Philippe Bergheaud writes: Anton Blanchard wrote: Here are the ABIv2 patches rebased against 3.15-rc2. After recompiling 3.15-rc2 with the ABIv2 patches, I see the following line in Modules.symvers: 0x TOC. vmlinux EXPORT_SYMBOL Kernel will not load modul

Re: [git pull] Please pull abiv2 branch

2014-04-28 Thread Rusty Russell
Philippe Bergheaud writes: > Anton Blanchard wrote: >> Here are the ABIv2 patches rebased against 3.15-rc2. > > After recompiling 3.15-rc2 with the ABIv2 patches, > I see the following line in Modules.symvers: > > 0x TOC. vmlinux EXPORT_SYMBOL > > Kernel will not load modules because

Re: [git pull] Please pull abiv2 branch

2014-04-28 Thread Alan Modra
On Mon, Apr 28, 2014 at 04:39:00PM +0200, Philippe Bergheaud wrote: > Kernel will not load modules because TOC. has no CRC. > Is this expected ? Shouldn't TOC. have a CRC ? TOC. is really .TOC. (The kernel build process strips off a leading dot from symbol names.) .TOC. is a special symbol givin

Re: [git pull] Please pull abiv2 branch

2014-04-28 Thread Philippe Bergheaud
Anton Blanchard wrote: Here are the ABIv2 patches rebased against 3.15-rc2. After recompiling 3.15-rc2 with the ABIv2 patches, I see the following line in Modules.symvers: 0x TOC. vmlinux EXPORT_SYMBOL Kernel will not load modules because TOC. has no CRC. Is this expected ? Should

[git pull] Please pull abiv2 branch

2014-04-22 Thread Anton Blanchard
Hi Ben, Here are the ABIv2 patches rebased against 3.15-rc2. The main changes since the last posting: powerpc: Don't build assembly files with ABIv2 Added so each patch in the series builds and we don't have any bisect issues. selftests/powerpc: Update for ABIv2 Fixes b