LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Al Viro <viro@ZenIV.linux.org.uk>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: mingo@elte.hu, linux-kernel@vger.kernel.org
Subject: Re: alpha: undefined reference to `save_stack_trace'
Date: Fri, 31 Oct 2008 18:24:11 +0000	[thread overview]
Message-ID: <20081031182411.GR28946@ZenIV.linux.org.uk> (raw)
In-Reply-To: <20081031165751.GA13558@x200.localdomain>

On Fri, Oct 31, 2008 at 07:57:51PM +0300, Alexey Dobriyan wrote:
> On alpha-smp-[ny]-debug-y:
> 
>   LD      .tmp_vmlinux1
> kernel/built-in.o: In function `ftrace_trace_stack':
> (.text+0x706fc): undefined reference to `save_stack_trace'
> 
> 
> Somehow STACKTRACE is set despite no STACKTRACE_SUPPORT.

select blows, film at 11.  TRACING blindly selects STACKTRACE, with a bunch
of stuff in kernel/tracing/Kconfig doing select of TRACING.  Not just an alpha
problem, BTW.

FWIW, we probably ought to make scripts/kconfig/conf check if dependencies
are satisfied before writing .config out and scream bloody murder if they
are not.

  reply	other threads:[~2008-10-31 18:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-31 16:57 Alexey Dobriyan
2008-10-31 18:24 ` Al Viro [this message]
2008-10-31 18:48   ` Al Viro
2008-10-31 18:55     ` [PATCH] " Al Viro
2008-10-31 19:06       ` Al Viro
2008-10-31 19:50         ` Al Viro
2008-10-31 20:05           ` Steven Rostedt
2008-10-31 20:13             ` Al Viro
2008-11-03  9:11               ` Ingo Molnar

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=20081031182411.GR28946@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=adobriyan@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --subject='Re: alpha: undefined reference to `save_stack_trace'\''' \
    /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

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).