All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: [signal:master 38/39] arch/x86/kernel/signal.c:810:1: error: conflicting types for 'do_notify_resume
Date: Wed, 17 Oct 2012 04:35:48 +0000	[thread overview]
Message-ID: <20121017043548.GA16264@localhost> (raw)

Hi Al,

FYI, kernel build failed on

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal.git master
head:   af2357bcc89277780537db6479b3b757193a849a
commit: d9d195410bd397d1b4bb7ee6b337bbf127a9f009 [38/39] x86: kill pt_regs argument of do_notify_resume()
config: x86_64-allyesconfig # make ARCH=x86_64 

All error/warnings:

arch/x86/kernel/signal.c:810:1: error: conflicting types for 'do_notify_resume'
In file included from include/linux/signal.h:4:0,
                 from include/linux/sched.h:72,
                 from arch/x86/kernel/signal.c:12:
arch/x86/include/asm/signal.h:129:13: note: previous declaration of 'do_notify_resume' was here

vim +810 arch/x86/kernel/signal.c

^1da177e arch/i386/kernel/signal.c   Linus Torvalds      2005-04-16  804  
^1da177e arch/i386/kernel/signal.c   Linus Torvalds      2005-04-16  805  /*
^1da177e arch/i386/kernel/signal.c   Linus Torvalds      2005-04-16  806   * notification of userspace execution resumption
283828f3 arch/i386/kernel/signal.c   David Howells       2006-01-18  807   * - triggered by the TIF_WORK_MASK flags
^1da177e arch/i386/kernel/signal.c   Linus Torvalds      2005-04-16  808   */
7e907f48 arch/x86/kernel/signal_32.c Ingo Molnar         2008-03-06  809  void
d9d19541 arch/x86/kernel/signal.c    Al Viro             2012-05-31 @810  do_notify_resume(struct pt_regs *regs, __u32 thread_info_flags)
^1da177e arch/i386/kernel/signal.c   Linus Torvalds      2005-04-16  811  {
edf55fda arch/x86/kernel/signal.c    Frederic Weisbecker 2012-07-11  812  	rcu_user_exit();
edf55fda arch/x86/kernel/signal.c    Frederic Weisbecker 2012-07-11  813  

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

                 reply	other threads:[~2012-10-17  4:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20121017043548.GA16264@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.