From: Russell King - ARM Linux <linux@armlinux.org.uk>
To: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Cc: viro@zeniv.linux.org.uk,
linux-samsung-soc <linux-samsung-soc@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: commit 4dd1837d7589f468ed109556513f476e7a7f9121 breaks build
Date: Sun, 20 Nov 2016 11:30:08 +0000 [thread overview]
Message-ID: <20161120113007.GS1041@n2100.armlinux.org.uk> (raw)
In-Reply-To: <58310EC6.4020402@math.uni-bielefeld.de>
None of the autobuilders are finding this problem, and they build a
wide range of configurations. Maybe it's something specific to how
you're building the kernel - can you give step by step instructions
how to reproduce this please?
On Sun, Nov 20, 2016 at 03:47:34AM +0100, Tobias Jakobi wrote:
> Hello,
>
> this is a resend of my initial mail, see below, to Al Viro (which sadly
> was ignored).
>
> It's rc5 now, and this issue still remains. Putting some more lists on
> the Cc now.
>
> Reverting the commit still works for me.
>
>
> With best wishes,
> Tobias
>
> ----------------
>
>
> Hello Al,
>
> compiled a kernel on armv7 with torvalds/master today and getting some
> errors during the modpost phase.
>
> > ERROR: "_set_bit" [sound/usb/snd-usbmidi-lib.ko] undefined!
> > ERROR: "_test_and_set_bit" [sound/usb/snd-usbmidi-lib.ko] undefined!
> > ERROR: "_clear_bit" [sound/usb/snd-usbmidi-lib.ko] undefined!
> > ERROR: "_test_and_clear_bit" [sound/usb/snd-usb-audio.ko] undefined!
> > ERROR: "_set_bit" [sound/usb/snd-usb-audio.ko] undefined!
> > ERROR: "_test_and_set_bit" [sound/usb/snd-usb-audio.ko] undefined!
> > ERROR: "_clear_bit" [sound/usb/snd-usb-audio.ko] undefined!
> > ERROR: "_test_and_clear_bit" [sound/core/seq/snd-seq.ko] undefined!
> <snip>
>
> It seems like the commit 'arm: move exports to definitions' introduces
> this issue.
>
> I quickly went over the commit and I noticed that while it removes the
> EXPORT_SYMBOL()s for the bitops from armksyms.c, it doesn't move them
> anywhere.
>
> Maybe you can take a look at this?
>
> With best wishes,
> Tobias
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.
WARNING: multiple messages have this Message-ID (diff)
From: linux@armlinux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: commit 4dd1837d7589f468ed109556513f476e7a7f9121 breaks build
Date: Sun, 20 Nov 2016 11:30:08 +0000 [thread overview]
Message-ID: <20161120113007.GS1041@n2100.armlinux.org.uk> (raw)
In-Reply-To: <58310EC6.4020402@math.uni-bielefeld.de>
None of the autobuilders are finding this problem, and they build a
wide range of configurations. Maybe it's something specific to how
you're building the kernel - can you give step by step instructions
how to reproduce this please?
On Sun, Nov 20, 2016 at 03:47:34AM +0100, Tobias Jakobi wrote:
> Hello,
>
> this is a resend of my initial mail, see below, to Al Viro (which sadly
> was ignored).
>
> It's rc5 now, and this issue still remains. Putting some more lists on
> the Cc now.
>
> Reverting the commit still works for me.
>
>
> With best wishes,
> Tobias
>
> ----------------
>
>
> Hello Al,
>
> compiled a kernel on armv7 with torvalds/master today and getting some
> errors during the modpost phase.
>
> > ERROR: "_set_bit" [sound/usb/snd-usbmidi-lib.ko] undefined!
> > ERROR: "_test_and_set_bit" [sound/usb/snd-usbmidi-lib.ko] undefined!
> > ERROR: "_clear_bit" [sound/usb/snd-usbmidi-lib.ko] undefined!
> > ERROR: "_test_and_clear_bit" [sound/usb/snd-usb-audio.ko] undefined!
> > ERROR: "_set_bit" [sound/usb/snd-usb-audio.ko] undefined!
> > ERROR: "_test_and_set_bit" [sound/usb/snd-usb-audio.ko] undefined!
> > ERROR: "_clear_bit" [sound/usb/snd-usb-audio.ko] undefined!
> > ERROR: "_test_and_clear_bit" [sound/core/seq/snd-seq.ko] undefined!
> <snip>
>
> It seems like the commit 'arm: move exports to definitions' introduces
> this issue.
>
> I quickly went over the commit and I noticed that while it removes the
> EXPORT_SYMBOL()s for the bitops from armksyms.c, it doesn't move them
> anywhere.
>
> Maybe you can take a look at this?
>
> With best wishes,
> Tobias
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.
next prev parent reply other threads:[~2016-11-20 11:30 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-20 2:47 commit 4dd1837d7589f468ed109556513f476e7a7f9121 breaks build Tobias Jakobi
2016-11-20 2:47 ` Tobias Jakobi
2016-11-20 11:30 ` Russell King - ARM Linux [this message]
2016-11-20 11:30 ` Russell King - ARM Linux
2016-11-20 11:43 ` Tobias Jakobi
2016-11-20 11:43 ` Tobias Jakobi
2016-11-20 12:34 ` Russell King - ARM Linux
2016-11-20 12:34 ` Russell King - ARM Linux
2016-11-20 12:56 ` Tobias Jakobi
2016-11-20 12:56 ` Tobias Jakobi
2016-11-20 13:25 ` Russell King - ARM Linux
2016-11-20 13:25 ` Russell King - ARM Linux
2016-11-20 17:03 ` Nicolas Pitre
2016-11-20 17:03 ` Nicolas Pitre
2016-11-20 17:22 ` Russell King - ARM Linux
2016-11-20 17:22 ` Russell King - ARM Linux
2016-11-22 11:11 ` Arnd Bergmann
2016-11-22 11:11 ` Arnd Bergmann
2016-11-20 13:02 ` Corentin Labbe
2016-11-20 13:02 ` Corentin Labbe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161120113007.GS1041@n2100.armlinux.org.uk \
--to=linux@armlinux.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=tjakobi@math.uni-bielefeld.de \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.