[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081002174556.18ccee0d.akpm@linux-foundation.org>
Date: Thu, 2 Oct 2008 17:45:56 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: "Randy.Dunlap" <rdunlap@...otime.net>
Cc: linux-kernel@...r.kernel.org
Subject: Re: mmotm 2008-10-02-16-17 uploaded
On Thu, 2 Oct 2008 17:17:16 -0700 (PDT)
"Randy.Dunlap" <rdunlap@...otime.net> wrote:
> I'll work on some patches for them as time permits...
> or you could drop them, push them back to their submitters...
That tree's such a dog's breakfast that I haven't even tried to compile
it, and I hope not to do so until Stephen returns and puts it all back
together again.
I should have asked Stephen to try to find someone to keep it all
ticking over while he is away.
This one:
build-r9491.out:/home/rdunlap/linsrc/mmotm-2008-1002-1617/include/linux/stacktrace.h:13: warning:
'struct task_struct' declared inside parameter list
is an honest-to-goodness, should-be-fixed-yesterday upstream bug.
From: Andrew Morton <akpm@...ux-foundation.org>
include/linux/stacktrace.h:13: warning:
'struct task_struct' declared inside parameter list
Reported-by: "Randy.Dunlap" <rdunlap@...otime.net>
Cc: Ingo Molnar <mingo@...e.hu>
Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Cc: Arjan van de Ven <arjan@...radead.org>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
---
include/linux/stacktrace.h | 2 ++
1 file changed, 2 insertions(+)
diff -puN include/linux/stacktrace.h~include-linux-stacktraceh-declare-struct-task_struct include/linux/stacktrace.h
--- a/include/linux/stacktrace.h~include-linux-stacktraceh-declare-struct-task_struct
+++ a/include/linux/stacktrace.h
@@ -1,6 +1,8 @@
#ifndef __LINUX_STACKTRACE_H
#define __LINUX_STACKTRACE_H
+struct task_struct;
+
#ifdef CONFIG_STACKTRACE
struct stack_trace {
unsigned int nr_entries, max_entries;
_
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists