All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: [rcu:dev.2012.10.08a 17/21] arch/um/drivers/mconsole_kern.c:708:2: error: implicit declaration of fu
Date: Tue, 09 Oct 2012 15:20:27 +0000	[thread overview]
Message-ID: <20121009152027.GC11390@localhost> (raw)

Hi Frederic,

FYI, kernel build failed on

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev.2012.10.08a
head:   39083e8d47ddbc78412249d01c1ed63d7fd14c50
commit: 13ec2e2650c8f82380178ad0b1b29a5d5c3ea557 [17/21] rcu: Remove rcu_switch()
config: um-defconfig

All error/warnings:

arch/um/drivers/mconsole_kern.c: In function 'stack_proc':
arch/um/drivers/mconsole_kern.c:708:2: error: implicit declaration of function 'rcu_switch' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors

vim +708 arch/um/drivers/mconsole_kern.c

4111b025 Jeff Dike           2006-01-06  702  
6f517d3f Jeff Dike           2006-01-06  703  static void stack_proc(void *arg)
6f517d3f Jeff Dike           2006-01-06  704  {
6f517d3f Jeff Dike           2006-01-06  705  	struct task_struct *from = current, *to = arg;
6f517d3f Jeff Dike           2006-01-06  706  
6f517d3f Jeff Dike           2006-01-06  707  	to->thread.saved_task = from;
04e7e951 Frederic Weisbecker 2012-07-16 @708  	rcu_switch(from, to);
6f517d3f Jeff Dike           2006-01-06  709  	switch_to(from, to, from);
6f517d3f Jeff Dike           2006-01-06  710  }
6f517d3f Jeff Dike           2006-01-06  711  

The code at line 708 was first introduced by commit:
04e7e95 rcu: Switch task's syscall hooks on context switch


---
0-DAY kernel build testing backend         Open Source Technology Center
Fengguang Wu, Yuanhan Liu                              Intel Corporation

             reply	other threads:[~2012-10-09 15:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-09 15:20 Fengguang Wu [this message]
2012-10-09 16:44 ` [rcu:dev.2012.10.08a 17/21] arch/um/drivers/mconsole_kern.c:708:2: error: implicit declaration o Frederic Weisbecker
2012-10-09 17:13 ` Paul E. McKenney
2012-10-09 23:12 ` Fengguang Wu

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=20121009152027.GC11390@localhost \
    --to=fengguang.wu@intel.com \
    --cc=kernel-janitors@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.