From: Stefan Richter <stefanr@s5r6.in-berlin.de>
To: linux-usb@vger.kernel.org
Cc: Anisse Astier <anisse@astier.eu>,
Sarah Sharp <sarah.a.sharp@linux.intel.com>,
Greg Kroah-Hartman <gregkh@suse.de>,
Arnaud Lacombe <lacombar@gmail.com>,
linux-kernel@vger.kernel.org
Subject: ehci post 3.0: new section mismatch of ehci_bios_handoff() to ehci_dmi_nohandoff_table
Date: Fri, 5 Aug 2011 17:01:20 +0200 [thread overview]
Message-ID: <20110805170120.4a3fd14c@stein> (raw)
Hi,
commit 03c75362181b0b1d6a330e7cf8def10ba988dfbe "ehci: refactor pci quirk
to use standard dmi_check_system method" added a new section mismatch. A
web search shows that there is already a fix for this from Arnaud.
https://patchwork.kernel.org/patch/996112/mbox/
Unless I am looking at a wrong git tree, the fix is not committed yet.
The section mismatch:
WARNING: drivers/built-in.o(.devinit.text+0x2e37): Section mismatch in
reference from the function ehci_bios_handoff() to the
variable .init.rodata:ehci_dmi_nohandoff_table
The function __devinit ehci_bios_handoff() references
a variable __initconst ehci_dmi_nohandoff_table.
If ehci_dmi_nohandoff_table is only used by ehci_bios_handoff then
annotate ehci_dmi_nohandoff_table with a matching annotation.
--
Stefan Richter
-=====-==-== =--- --=-=
http://arcgraph.de/sr/
next reply other threads:[~2011-08-05 15:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-05 15:01 Stefan Richter [this message]
2011-08-09 14:43 ` ehci post 3.0: new section mismatch of ehci_bios_handoff() to ehci_dmi_nohandoff_table Borislav Petkov
2011-08-09 14:51 ` Arnaud Lacombe
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=20110805170120.4a3fd14c@stein \
--to=stefanr@s5r6.in-berlin.de \
--cc=anisse@astier.eu \
--cc=gregkh@suse.de \
--cc=lacombar@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=sarah.a.sharp@linux.intel.com \
/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.