From: Ingo Molnar <mingo@elte.hu>
To: Andi Kleen <andi@firstfloor.org>
Cc: linux-kernel@vger.kernel.org,
Linus Torvalds <torvalds@linux-foundation.org>,
Wu Fengguang <fengguang.wu@intel.com>,
Andi Kleen <ak@linux.intel.com>,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
Andrew Morton <akpm@linux-foundation.org>,
Matt Mackall <mpm@selenic.com>, Nick Piggin <npiggin@suse.de>,
Christoph Lameter <cl@linux-foundation.org>,
Fr??d??ric Weisbecker <fweisbec@gmail.com>,
Steven Rostedt <rostedt@goodmis.org>,
Thomas Gleixner <tglx@linutronix.de>
Subject: Re: -tip: origin tree build failure
Date: Fri, 18 Dec 2009 12:23:00 +0100 [thread overview]
Message-ID: <20091218112300.GA25726@elte.hu> (raw)
In-Reply-To: <87bphxu5ef.fsf@basil.nowhere.org>
* Andi Kleen <andi@firstfloor.org> wrote:
> Ingo Molnar <mingo@elte.hu> writes:
>
> > * Ingo Molnar <mingo@elte.hu> wrote:
> >
> >> config MEMORY_FAILURE
> >> depends on MMU
> >> depends on ARCH_SUPPORTS_MEMORY_FAILURE
> >> + select PROC_PAGE_MONITOR
> >> bool "Enable recovery from hardware memory errors"
> >
> > It also needs to depend on PROC_FS in that case - as per the updated patch
> > below.
>
> Thanks for the report.
>
> MEMORY_FAILURE itself doesn't depend on the page flags, just the injector
> which has a separate config option. It already has a select
> PROC_PAGE_MONITOR, but the proc dependency is indeed missing.
>
> I think the correct fix is the appended patch.
No, your patch is not the correct fix. As i said, PROC_PAGE_MONITOR provides
the facility and mm/memory-failure.c uses that facility - and your patch does
not solve that fundamental dependency issue, it just fudges around the
dependencies.
So your patch can still produce the same kind of build failure (with other
Kconfig variations):
mm/built-in.o: In function `hwpoison_filter':
(.text+0x430ba): undefined reference to `stable_page_flags'
This should be cleaned up for real - there's no reason why stable_page_flags()
(which is an MM facility) should live in fs/proc/. That's the root of the
problem.
Also a few more (very small) nits:
> HWPOISON: Add PROC_FS dependency to hwpoison injector
It would be really useful if hwpoison commit titles were in lower case, like
most other commits in the kernel do? Upper-case is used in special cases - IMO
this case does not qualify.
> The injector filter requires stable_page_flags() which is supplied by
> procfs. So make it dependent on that.
>
> Reported by Ingo Molnar
FYI, we have a Reported-by tag that can be (and should be) used in such cases.
Thanks,
Ingo
next prev parent reply other threads:[~2009-12-18 11:23 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-17 9:40 -tip: origin tree build failure Ingo Molnar
2009-12-17 12:23 ` Ingo Molnar
2009-12-17 12:55 ` Andi Kleen
2009-12-18 11:23 ` Ingo Molnar [this message]
2009-12-18 11:45 ` Andi Kleen
-- strict thread matches above, loose matches on Subject: below --
2010-10-28 4:52 [GIT PULL] ext4 update for 2.6.37 Theodore Ts'o
2010-10-28 7:56 ` -tip: origin tree build failure (was: [GIT PULL] ext4 update for 2.6.37) Ingo Molnar
2010-10-28 16:30 ` Linus Torvalds
2010-10-28 16:38 ` Ingo Molnar
2010-10-28 17:00 ` Linus Torvalds
2010-10-28 21:39 ` -tip: origin tree build failure Junio C Hamano
2010-10-28 21:50 ` Linus Torvalds
2009-12-17 7:50 Ingo Molnar
2009-12-17 21:53 ` Myron Stowe
2009-12-26 12:36 ` Geert Uytterhoeven
2009-12-26 19:50 ` Len Brown
2009-12-27 0:24 ` Henrique de Moraes Holschuh
2009-12-28 8:26 ` Ingo Molnar
2009-12-17 6:17 Ingo Molnar
2009-12-17 10:04 ` Henrique de Moraes Holschuh
2009-12-17 12:16 ` 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=20091218112300.GA25726@elte.hu \
--to=mingo@elte.hu \
--cc=a.p.zijlstra@chello.nl \
--cc=ak@linux.intel.com \
--cc=akpm@linux-foundation.org \
--cc=andi@firstfloor.org \
--cc=cl@linux-foundation.org \
--cc=fengguang.wu@intel.com \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mpm@selenic.com \
--cc=npiggin@suse.de \
--cc=rostedt@goodmis.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.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