From: Tony Luck on 1 Apr 2010 18:00 On Mon, Mar 1, 2010 at 11:41 AM, Ingo Molnar <mingo(a)elte.hu> wrote: > Please pull the latest perf-probes-for-linus git tree from: Since this went in I'm seeing: kernel/kprobes.c:719: warning: �arm_kprobe� defined but not used from the arch/ia64/configs/zx1_defconfig build on ia64 Looks to be because that config ends up with: CONFIG_KPROBES=y together with # CONFIG_DEBUG_FS is not set -Tony -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Masami Hiramatsu on 2 Apr 2010 10:30 Hi Tony, Tony Luck wrote: > On Mon, Mar 1, 2010 at 11:41 AM, Ingo Molnar <mingo(a)elte.hu> wrote: >> Please pull the latest perf-probes-for-linus git tree from: > > Since this went in I'm seeing: > > kernel/kprobes.c:719: warning: �arm_kprobe� defined but not used > > from the arch/ia64/configs/zx1_defconfig build on ia64 > > Looks to be because that config ends up with: > > CONFIG_KPROBES=y > > together with > > # CONFIG_DEBUG_FS is not set Ah, thank you for reporting! Hmm, it seems that the place of definitions of enable_kprobe/disable_kprobe which call arm_kprobe/disarm_kprobe, are incorrect, because those functions are just API and don't depend on debugfs. I'll fix that. Thank you, > > -Tony > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo(a)vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- Masami Hiramatsu e-mail: mhiramat(a)redhat.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: 2.6.33.1 pwc (quickcam pro 4000 is broken) Next: [PATCH 0/3] blkio: IO controller stats |