Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1323042

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

From Al Viro <viro@ZenIV.linux.org.uk>
Newsgroups linux.kernel
Subject Re: [PATCH 05/12] m68k: move exports to definitions
Date 2016-02-01 13:20 +0100
Message-ID <qXlCy-2xe-5@gated-at.bofh.it> (permalink)
References <qWmKl-7Pd-9@gated-at.bofh.it> <qWmU3-7SX-37@gated-at.bofh.it> <qXkn7-1my-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 <viro@zeniv.linux.org.uk> wrote:
> > From: Al Viro <viro@zeniv.linux.org.uk>
> >
> > the rest of architectures should just use generic-y += export.h in
> > asm/Kbuild
> >
> > Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
> 
> Looks good, and (some of, not all) the symbols end up in kstrtab, so
> 
> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
> 
> Note that none of the m68k defconfigs build modules that refer to these
> symbols. This changes completely with allmodconfig, which adds lots of
> references in many of the same modules.
> CONFIG_LBDAF=y is set in the defconfigs.
> 
> Unfortunately I haven't managed to boot a kernel that uses these symbols
> in modules...

Details, please...  Which symbols are missing?

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[RFC][PATCHSET] allowing exports in *.S Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-29 20:20 +0100
  [PATCH 02/12] EXPORT_SYMBOL() for asm Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-29 20:20 +0100
    Re: [PATCH 02/12] EXPORT_SYMBOL() for asm Arnd Bergmann <arnd@arndb.de> - 2016-01-29 22:10 +0100
    Re: [PATCH 02/12] EXPORT_SYMBOL() for asm David Howells <dhowells@redhat.com> - 2016-02-01 16:20 +0100
  [PATCH 12/12] sparc32: debride memcpy.S a bit Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-29 20:20 +0100
    Re: [PATCH 12/12] sparc32: debride memcpy.S a bit David Miller <davem@davemloft.net> - 2016-01-30 08:10 +0100
  [PATCH 11/12] [sparc] unify 32bit and 64bit string.h Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-29 20:20 +0100
    Re: [PATCH 11/12] [sparc] unify 32bit and 64bit string.h David Miller <davem@davemloft.net> - 2016-01-30 08:10 +0100
  [PATCH 01/12] [kbuild] handle exports in lib-y objects reliably Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-29 20:20 +0100
  [PATCH 07/12] arm: move exports to definitions Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-29 20:20 +0100
  [PATCH 03/12] x86: move exports to actual definitions Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-29 20:30 +0100
    Re: [PATCH 03/12] x86: move exports to actual definitions Thomas Gleixner <tglx@linutronix.de> - 2016-02-01 09:20 +0100
  [PATCH 08/12] ppc: move exports to definitions Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-29 20:30 +0100
  [PATCH 05/12] m68k: move exports to definitions Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-29 20:30 +0100
    Re: [PATCH 05/12] m68k: move exports to definitions Geert Uytterhoeven <geert@linux-m68k.org> - 2016-02-01 12:00 +0100
      Re: [PATCH 05/12] m68k: move exports to definitions Al Viro <viro@ZenIV.linux.org.uk> - 2016-02-01 13:20 +0100
        Re: [PATCH 05/12] m68k: move exports to definitions Geert Uytterhoeven <geert@linux-m68k.org> - 2016-02-01 14:40 +0100
          Re: [PATCH 05/12] m68k: move exports to definitions Al Viro <viro@ZenIV.linux.org.uk> - 2016-02-01 16:00 +0100
            Re: [PATCH 05/12] m68k: move exports to definitions Geert Uytterhoeven <geert@linux-m68k.org> - 2016-02-01 16:40 +0100
  [PATCH 04/12] alpha: move exports to actual definitions Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-29 20:30 +0100
  [PATCH 10/12] ia64: move exports to definitions Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-29 20:30 +0100
  [PATCH 06/12] s390: move exports to definitions Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-29 20:30 +0100
    Re: [PATCH 06/12] s390: move exports to definitions Heiko Carstens <heiko.carstens@de.ibm.com> - 2016-02-02 12:40 +0100
  [PATCH 09/12] sparc: move exports to definitions Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-29 20:30 +0100
    Re: [PATCH 09/12] sparc: move exports to definitions David Miller <davem@davemloft.net> - 2016-01-30 08:10 +0100
  [RFC][PATCHSET v2] allowing exports in *.S Al Viro <viro@ZenIV.linux.org.uk> - 2016-02-03 22:30 +0100
    [PATCH v2 12/13] sparc32: debride memcpy.S a bit Al Viro <viro@ZenIV.linux.org.uk> - 2016-02-03 22:30 +0100
    [PATCH v2 04/13] alpha: move exports to actual definitions Al Viro <viro@ZenIV.linux.org.uk> - 2016-02-03 22:30 +0100
    [PATCH v2 03/13] x86: move exports to actual definitions Al Viro <viro@ZenIV.linux.org.uk> - 2016-02-03 22:30 +0100
    [PATCH v2 09/13] ppc: get rid of unreachable abs() implementation Al Viro <viro@ZenIV.linux.org.uk> - 2016-02-03 22:30 +0100
    [PATCH v2 11/13] [sparc] unify 32bit and 64bit string.h Al Viro <viro@ZenIV.linux.org.uk> - 2016-02-03 22:30 +0100
    [PATCH v2 10/13] sparc: move exports to definitions Al Viro <viro@ZenIV.linux.org.uk> - 2016-02-03 22:30 +0100
    [PATCH v2 02/13] EXPORT_SYMBOL() for asm Al Viro <viro@ZenIV.linux.org.uk> - 2016-02-03 22:30 +0100
      Re: [PATCH v2 02/13] EXPORT_SYMBOL() for asm Al Viro <viro@ZenIV.linux.org.uk> - 2016-02-04 19:10 +0100

csiph-web