Re: [PATCH 05/12] m68k: move exports to definitions

2016-02-01 Thread Geert Uytterhoeven
Hi Al, On Mon, Feb 1, 2016 at 3:53 PM, Al Viro wrote: > On Mon, Feb 01, 2016 at 02:30:16PM +0100, Geert Uytterhoeven wrote: >> The kernel has all the *di3 variants: >> >> 002eae2c T __ashldi3 >> 002eae70 T __ashrdi3 >> 002eaebc T __lshrdi3 >> 002eaf00 T __muldi3 >> 0038a6d0 R __ksymtab___ashldi3

Re: [PATCH 05/12] m68k: move exports to definitions

2016-02-01 Thread Al Viro
On Mon, Feb 01, 2016 at 02:30:16PM +0100, Geert Uytterhoeven wrote: > The kernel has all the *di3 variants: > > 002eae2c T __ashldi3 > 002eae70 T __ashrdi3 > 002eaebc T __lshrdi3 > 002eaf00 T __muldi3 > 0038a6d0 R __ksymtab___ashldi3 > 0038a6d8 R __ksymtab___ashrdi3 > 0038ab68 R __ksymtab___lshrdi

Re: [PATCH 05/12] m68k: move exports to definitions

2016-02-01 Thread Geert Uytterhoeven
Hi Al, On Mon, Feb 1, 2016 at 1:18 PM, Al Viro wrote: > On Mon, Feb 01, 2016 at 11:52:27AM +0100, Geert Uytterhoeven wrote: >> On Fri, Jan 29, 2016 at 8:18 PM, Al Viro wrote: >> > From: Al Viro >> > >> > the rest of architectures should just use generic-y += export.h in >> > asm/Kbuild >> > >>

Re: [PATCH 05/12] m68k: move exports to definitions

2016-02-01 Thread Al Viro
On Mon, Feb 01, 2016 at 11:52:27AM +0100, Geert Uytterhoeven wrote: > Hi Al, > > On Fri, Jan 29, 2016 at 8:18 PM, Al Viro wrote: > > From: Al Viro > > > > the rest of architectures should just use generic-y += export.h in > > asm/Kbuild > > > > Signed-off-by: Al Viro > > Looks good, and (some

Re: [PATCH 05/12] m68k: move exports to definitions

2016-02-01 Thread Geert Uytterhoeven
Hi Al, On Fri, Jan 29, 2016 at 8:18 PM, Al Viro wrote: > From: Al Viro > > the rest of architectures should just use generic-y += export.h in > asm/Kbuild > > Signed-off-by: Al Viro Looks good, and (some of, not all) the symbols end up in kstrtab, so Acked-by: Geert Uytterhoeven Note that n

[PATCH 05/12] m68k: move exports to definitions

2016-01-29 Thread Al Viro
From: Al Viro the rest of architectures should just use generic-y += export.h in asm/Kbuild Signed-off-by: Al Viro --- arch/m68k/include/asm/export.h | 3 +++ arch/m68k/kernel/Makefile | 2 +- arch/m68k/kernel/m68k_ksyms.c | 32 arch/m68k/lib/ashldi3.c