linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: Versatile randconfig build failure
Date: Thu, 22 Nov 2012 10:53:02 +0000	[thread overview]
Message-ID: <20121122105302.GE5764@n2100.arm.linux.org.uk> (raw)

Last nights Versatile randconfig failed to build for various reasons,
but also this non-driver related issue (as ever, these are linker
messages, so the files pointed at are only approximations):

kernel/built-in.o: In function `perf_prepare_sample':
jump_label.c:(.text+0x3e0ac): undefined reference to `perf_misc_flags'
jump_label.c:(.text+0x3e0d4): undefined reference to `perf_instruction_pointer'

We have:
- CONFIG_PERF_EVENTS=y
- CONFIG_HW_PERF_EVENTS=n

which allows the code in kernel/events/ to be built (which references the
two above functions) but with HW_PERF_EVENTS unset, we don't provide them.

Config:

http://www.arm.linux.org.uk/developer/build/file.php?type=config&idx=2805

Log:

http://www.arm.linux.org.uk/developer/build/result.php?type=build&idx=2805

                 reply	other threads:[~2012-11-22 10:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20121122105302.GE5764@n2100.arm.linux.org.uk \
    --to=linux@arm.linux.org.uk \
    --cc=linux-arm-kernel@lists.infradead.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).