linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: stackprotector tree build failure
@ 2008-10-22  2:11 Stephen Rothwell
  2008-10-22  4:32 ` Ingo Molnar
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2008-10-22  2:11 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin; +Cc: linux-next

Hi all,

Today's linux-next build (powerpc ppc64_defconfig) failed like this:

kernel/fork.c: In function 'copy_process':
kernel/fork.c:1026: error: 'struct task_struct' has no member named 'default_timer_slack_ns'
kernel/fork.c:1026: error: 'struct task_struct' has no member named 'timer_slack_ns'

Caused by commit 929c12f25feeec881fd67eaa9b551f98588a2931 ("manual merge
of stackprotector") which introduced the above line.

I applied the following patch.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Wed, 22 Oct 2008 13:09:17 +1100
Subject: [PATCH] stackprotector: fix up bad merge

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 kernel/fork.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/kernel/fork.c b/kernel/fork.c
index 194dc04..3bc1f86 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -1023,8 +1023,6 @@ static struct task_struct *copy_process(unsigned long clone_flags,
 	p->prev_utime = cputime_zero;
 	p->prev_stime = cputime_zero;
 
-	p->default_timer_slack_ns = current->timer_slack_ns;
-
 #ifdef CONFIG_DETECT_SOFTLOCKUP
 	p->last_switch_count = 0;
 	p->last_switch_timestamp = 0;
-- 
1.5.6.5

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-10-22 23:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-22  2:11 linux-next: stackprotector tree build failure Stephen Rothwell
2008-10-22  4:32 ` Ingo Molnar
2008-10-22  7:21   ` Stephen Rothwell
2008-10-22  7:29     ` Ingo Molnar
2008-10-22  8:27       ` Stephen Rothwell
2008-10-22  8:31         ` Stephen Rothwell
2008-10-22  8:31         ` Ingo Molnar
2008-10-22 17:41           ` Johannes Schindelin
2008-10-22 23:54             ` Stephen Rothwell

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