From: "Justin P. Mattock" <justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Soeren Sonnenburg <sonne-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
Cc: Dmitry Torokhov
<dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Greg KH <greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>,
"Rafael J. Wysocki" <rjw-KKrjLPT3xs0@public.gmane.org>,
linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Linux Kernel Mailing List
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Kernel Testers List
<kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [SOLVED] kernel module loading does not work with binutils-gold (was Re: [Bug #14626] oops on boot starting udev)
Date: Sat, 21 Nov 2009 02:29:13 -0800 [thread overview]
Message-ID: <4B07C0F9.4060702@gmail.com> (raw)
In-Reply-To: <1258798113.6842.16.camel@no>
Soeren Sonnenburg wrote:
> On Sat, 2009-11-21 at 01:58 -0800, Justin P. Mattock wrote:
>
>> Soeren Sonnenburg wrote:
>>
>>> On Sat, 2009-11-21 at 09:56 +0100, Soeren Sonnenburg wrote:
>>>
>>>
>>>> On Wed, 2009-11-18 at 18:59 -0800, Dmitry Torokhov wrote:
>>>>
>>>>
>>>>> On Tue, Nov 17, 2009 at 05:06:47AM +0100, Soeren Sonnenburg wrote:
>>>>>
>>>>>
>>>>>> On Mon, 2009-11-16 at 20:01 -0800, Dmitry Torokhov wrote:
>>>>>>
>>>>>>
>>>>>>> On Tue, Nov 17, 2009 at 03:59:03AM +0100, Soeren Sonnenburg wrote:
>>>>>>>
>>>>>>>
>>>>>>>> On Mon, 2009-11-16 at 18:04 -0800, Dmitry Torokhov wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>>> On Mon, Nov 16, 2009 at 05:14:55PM -0800, Greg KH wrote:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>> On Mon, Nov 16, 2009 at 11:37:48PM +0100, Rafael J. Wysocki wrote:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>> This message has been generated automatically as a part of a report
>>>>>>>>>>> of recent regressions.
>>>>>>>>>>>
>>>>>>>>>>> The following bug entry is on the current list of known regressions
>>>>>>>>>>> from 2.6.31. Please verify if it still should be listed and let me know
>>>>>>>>>>> (either way).
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=14626
>>>>>>>>>>> Subject : oops on boot starting udev
>>>>>>>>>>> Submitter : Soeren Sonnenburg<sonne-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
>>>>>>>>>>> Date : 2009-11-14 10:16 (3 days old)
>>>>>>>>>>> References : http://marc.info/?l=linux-kernel&m=125819380206800&w=4
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>> This looks like an input core problem, as the evdev module was just
>>>>>>>>>> loaded and died.
>>>>>>>>>>
>>>>>>>>>> Any input developers have any ideas?
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>> Hmm, evdev does:
>>>>>>>>>
>>>>>>>>> dev_set_name(&evdev->dev, "event%d", minor);
>>>>>>>>>
>>>>>>>>> Not sure how it can go wrong...
>>>>>>>>>
>>>>>>>>>
>>>>>>>> Anything I should/could do to narrow it down a bit (apart from
>>>>>>>> bisecting?).
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>> Umm, I looked through the changes between -rc6 and 7 but nothing jumped
>>>>>>> out at me... You don't happen to have any local changes in your tree?
>>>>>>>
>>>>>>>
>>>>>> Well only the mouse button #1 emulation - though I don't see what could
>>>>>> go wrong there.
>>>>>>
>>>>>>
>>>>>>
>>>>> I have been looking through the changes and I really don't see anything
>>>>> suspicious. I am also not hittign this oops on any of my boxes. Any
>>>>> chance you could bisect?
>>>>>
>>>>> Thanks.
>>>>>
>>>>>
>>>> Alright so I tried to do a bisect when I noticed that building a knwon
>>>> to work -rc5 did no longer work either. Thought it might be a gcc
>>>> problem (gcc-4.3 here) so upgraded to 4.4 - same thing.
>>>> Then I recognized that it crashes on loading basically *any* module,
>>>> tried tun and applesmc. Attaching the crashes...
>>>>
>>>> I am starting to run out of ideas...
>>>>
>>>>
>>> OK, I've found the culprit: binutils-gold
>>>
>>> I build all kernels upto and including -rc6 with the old binutils and
>>> since then have upgraded to binutils gold 2.20-4 which - in contrast to
>>> the old binutils - uses --no-add-needed per default.
>>>
>>> So I suspect it triggers an error(?) in the way how the kernel links
>>> modules: It is now required to provide all needed libraries to the
>>> linker when building the modules. I guess this problem could be worked
>>> around by adding --add-needed to the LDFLAGS_MODULE ...
>>>
>>> Soeren
>>>
>>>
>> tough to say... some how your hitting
>> __wait_status during your initial boot.
>>
>> by looking at the comment(in applesmc.c):
>> __wait_status - Wait up to 32ms for the status port to get a certain value
>> * (masked with 0x0f), returning zero if the value is obtained.
>>
>> maybe your hitting a different value because of binutls.
>>
>
> It could be anything missing...
>
>
>> (keep in mind I have the latest binutils running on the macbook,
>> but nothing switched to gold during compilation time)
>>
>
> Note that everything works fine with the old binutils here too.You will
> need binutils gold to see the problem and it is described here too
>
> http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking
>
> Soeren
>
Well I'd like to go into building
gcc with the switch of: --disable-multilib
but I cant because of the whole "gold factor"
maybe somebody else with this knowledge of(gold) gcc etc...
can assist you because I have no knowledge of that .
(I'll have to try building a system this way one day);
Justin P. Mattock
next prev parent reply other threads:[~2009-11-21 10:29 UTC|newest]
Thread overview: 111+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-16 22:33 2.6.32-rc7-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
2009-11-16 22:33 ` [Bug #14277] Caught 8-bit read from freed memory in b43 driver at association Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14298] warning at manage.c:361 (set_irq_wake), matrix-keypad related? Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14331] Radeon XPRESS 200M: System hang with radeon DRI and Fedora 10 userspace unless DRI=off Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14297] console resume broken since ba15ab0e8d Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14296] spitz boots but suspend/resume is broken Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14352] WARNING: at net/mac80211/scan.c:267 Rafael J. Wysocki
2009-11-17 6:04 ` Maciej Rutecki
2009-11-17 22:19 ` Rafael J. Wysocki
[not found] ` <200911172319.49198.rjw-KKrjLPT3xs0@public.gmane.org>
2009-11-27 13:46 ` Sebastian Ott
2009-11-27 14:10 ` Johannes Berg
[not found] ` <1259331034.5428.19.camel-YfaajirXv2244ywRPIzf9A@public.gmane.org>
2009-11-27 14:11 ` Johannes Berg
2009-11-27 20:22 ` Maciej Rutecki
2009-11-16 22:37 ` [Bug #14355] USB serial regression after 2.6.31.1 with Huawei E169 GSM modem Rafael J. Wysocki
2009-11-16 23:05 ` Oliver Neukum
[not found] ` <200911170005.27342.oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.org>
2009-11-16 23:12 ` Rafael J. Wysocki
[not found] ` <200911170012.24914.rjw-KKrjLPT3xs0@public.gmane.org>
2009-11-17 9:02 ` Benjamin Herrenschmidt
2009-11-17 22:24 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14373] Task blocked for more than 120 seconds Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14372] ath5k wireless not working after suspend-resume - eeepc Rafael J. Wysocki
2009-11-17 7:59 ` Fabio Comolli
[not found] ` <b637ec0b0911162359y188f0829if277467229b095b3-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-11-17 22:26 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14354] Bad corruption with 2.6.32-rc1 and upwards Rafael J. Wysocki
2009-11-17 2:02 ` Theodore Tso
[not found] ` <20091117020202.GA23066-3s7WtUTddSA@public.gmane.org>
2009-11-17 22:23 ` Rafael J. Wysocki
[not found] ` <200911172323.11224.rjw-KKrjLPT3xs0@public.gmane.org>
2009-11-18 0:11 ` tytso-3s7WtUTddSA
2009-11-16 22:37 ` [Bug #14383] hackbench regression with kernel 2.6.32-rc1 Rafael J. Wysocki
2009-11-18 11:09 ` Peter Zijlstra
2009-11-20 5:40 ` Zhang, Yanmin
2009-11-20 6:52 ` Mike Galbraith
2009-11-16 22:37 ` [Bug #14380] Video tearing/glitching with T400 laptops Rafael J. Wysocki
2009-11-17 12:52 ` Arkadiusz Miskiewicz
[not found] ` <200911171352.18563.a.miskiewicz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-11-17 22:30 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14379] ACPI Warning for _SB_.BAT0._BIF: Converted Buffer to expected String Rafael J. Wysocki
2009-11-17 0:19 ` Justin P. Mattock
[not found] ` <4B01EC25.5010703-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-11-17 22:28 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14376] Kernel NULL pointer dereference/ kvm subsystem Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14384] tbench regression with 2.6.32-rc1 Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14415] Reboot on kernel load Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14406] uvcvideo stopped work on Toshiba Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14442] resume after hibernate: /dev/sdb drops and returns as /dev/sde Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14436] Computer becomes unusable without any apparent reason Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14426] CE: hpet increasing min_delta_ns flood Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14430] sync() hangs in bdi_sched_wait Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14467] Linker errors on ia64 with NR_CPUS=4096 Rafael J. Wysocki
2009-11-16 22:55 ` Jiri Kosina
[not found] ` <alpine.LSU.2.00.0911162354140.15039-B4tOwbsTzaBolqkO4TVVkw@public.gmane.org>
2009-11-16 23:08 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14480] 2 locks held by cat -- running "find /sys | head -c 4" --> system hang Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14472] EXT4 corruption Rafael J. Wysocki
2009-11-16 23:30 ` Andy Lutomirski
[not found] ` <9872C96C-FAE8-46E8-9588-25D917AF0EAD-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-11-17 22:32 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14481] umount blocked for more than 120 seconds after USB drive removal Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14482] kernel BUG at fs/dcache.c:670 +lvm +md +ext3 Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14504] intermittent hibernation problem again Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14483] Interrupts enabled after irqrouter_resume - iMac9,1 Rafael J. Wysocki
2009-11-17 0:21 ` Justin P. Mattock
2009-11-17 6:05 ` Ingo Molnar
2009-11-17 22:42 ` Rafael J. Wysocki
[not found] ` <200911172342.13077.rjw-KKrjLPT3xs0@public.gmane.org>
2009-11-17 23:07 ` Thomas Gleixner
2009-11-16 22:37 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
2009-11-17 0:40 ` Justin P. Mattock
[not found] ` <4B01F0F8.4040807-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-11-17 22:44 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14485] System lockup running "cat /sys/kernel/debug/dri/0/i915_regs" Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14616] [2.6.32 regression] sata_nv: commit 6489e3262e6b188a1a009b65e8a94b7aa17645b7 slows down system boot Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14577] Data Corruption with Adaptec 52445, Firmware 5.2-0 (17380) Rafael J. Wysocki
2009-11-17 12:27 ` Lukas Kolbe
[not found] ` <20091117122726.GH26279-15KJMqYlBKyzX87ganJRvOIeGoz/g4FR@public.gmane.org>
2009-11-17 22:45 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14597] thinkpad-acpi: driver fails to load on old BIOS for the A31, T23-T30, X30-X31 Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14619] ext3/jbd oops in journal_start Rafael J. Wysocki
2009-11-20 15:06 ` tytso-3s7WtUTddSA
[not found] ` <20091120150648.GB4921-AKGzg7BKzIDYtjvyW6yDsg@public.gmane.org>
2009-11-20 15:18 ` Chris Mason
2009-11-20 15:32 ` tytso-3s7WtUTddSA
2009-11-16 22:37 ` [Bug #14618] OOM killer, page fault Rafael J. Wysocki
2009-11-17 8:40 ` Minchan Kim
2009-11-17 9:19 ` Norbert Preining
[not found] ` <20091117091905.GA23205-f9ZlEuEWxVfjTtK9rnDuqmD2FQJk+8+b@public.gmane.org>
2009-11-17 22:51 ` Rafael J. Wysocki
2009-11-21 10:40 ` Norbert Preining
2009-11-16 22:37 ` [Bug #14538] Unable to associate with AP after resume since 2.6.32-rc6 Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14620] WARNING: at mm/page_alloc.c:1805 __alloc_pages_nodemask Rafael J. Wysocki
2009-11-17 2:43 ` Theodore Tso
[not found] ` <20091117024318.GC23066-3s7WtUTddSA@public.gmane.org>
2009-11-17 22:53 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14621] specjbb2005 and aim7 regression with 2.6.32-rc kernels Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14622] Second IDE device not found Rafael J. Wysocki
2009-11-19 20:05 ` David Miller
2009-11-20 7:59 ` Zeno Davatz
[not found] ` <40a4ed590911192359o563b104fo562f325ad9f5358e-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-11-20 8:41 ` Jeff Garzik
[not found] ` <4B065648.6040609-o2qLIJkoznsdnm+yROfE0A@public.gmane.org>
2009-11-20 9:29 ` Zeno Davatz
[not found] ` <40a4ed590911200129p6f0d048dqef10df2b311d4744-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-11-20 11:31 ` Jeff Garzik
[not found] ` <4B067E1A.7000102-o2qLIJkoznsdnm+yROfE0A@public.gmane.org>
2009-11-20 13:35 ` Zeno Davatz
2009-11-20 17:45 ` David Miller
2009-11-20 20:41 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14627] i915: *ERROR* Execbuf while wedged Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14624] ath9k: BUG kmalloc-8192: Poison overwritten Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14625] Commit d451564 breaks ARM Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14626] oops on boot starting udev Rafael J. Wysocki
2009-11-17 1:14 ` Greg KH
2009-11-17 2:04 ` Dmitry Torokhov
2009-11-17 2:59 ` Soeren Sonnenburg
2009-11-17 4:01 ` Dmitry Torokhov
[not found] ` <20091117040104.GA5792-WlK9ik9hQGAhIp7JRqBPierSzoNAToWh@public.gmane.org>
2009-11-17 4:06 ` Soeren Sonnenburg
2009-11-19 2:59 ` Dmitry Torokhov
2009-11-21 6:21 ` Soeren Sonnenburg
2009-11-21 8:56 ` Soeren Sonnenburg
2009-11-21 9:30 ` Justin P. Mattock
2009-11-21 9:35 ` [SOLVED] kernel module loading does not work with binutils-gold (was Re: [Bug #14626] oops on boot starting udev) Soeren Sonnenburg
2009-11-21 9:58 ` Justin P. Mattock
[not found] ` <4B07B9BA.2070607-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-11-21 10:08 ` Soeren Sonnenburg
2009-11-21 10:29 ` Justin P. Mattock [this message]
2009-11-16 22:37 ` [Bug #14628] drm/ksm -> s2disk -> resume -> [drm:r100_ring_test] *ERROR* radeon: ring test failed Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14629] Oops on i915 on 8086:a011 pine trail Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14630] sched_rt_periodic_timer vs cpu hotplug Rafael J. Wysocki
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=4B07C0F9.4060702@gmail.com \
--to=justinmattock-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org \
--cc=kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=rjw-KKrjLPT3xs0@public.gmane.org \
--cc=sonne-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).