linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: "Dmitry V. Levin" <ldv-u2l5PoMzF/Vg9hUCZPvPmw@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Kees Cook <keescook-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>,
	Jann Horn <jannh-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>,
	linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Oleg Nesterov <oleg-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	Eugene Syromyatnikov
	<esyr-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	kbuild-all-JC7UmRfGjtg@public.gmane.org,
	Andy Lutomirski <luto-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	strace-devel-3+4lAyCyj6AWlMsSdNXQLw@public.gmane.org
Subject: Re: [PATCH v7 21/22] ptrace: add PTRACE_GET_SYSCALL_INFO request
Date: Mon, 7 Jan 2019 14:21:39 +0800	[thread overview]
Message-ID: <201901071430.4jk67u0s%fengguang.wu@intel.com> (raw)
In-Reply-To: <20190107025455.GU1207-u2l5PoMzF/Vg9hUCZPvPmw@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 2241 bytes --]

Hi Elvira,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on linus/master]
[cannot apply to v4.20 next-20190103]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Dmitry-V-Levin/asm-generic-syscall-h-prepare-for-inclusion-by-other-files/20190107-115241
config: nds32-defconfig (attached as .config)
compiler: nds32le-linux-gcc (GCC) 6.4.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        GCC_VERSION=6.4.0 make.cross ARCH=nds32 

All errors (new ones prefixed by >>):

   lib/syscall.o: In function `syscall_get_nr':
>> syscall.c:(.text+0x0): multiple definition of `syscall_get_nr'
   kernel/ptrace.o:ptrace.c:(.text+0x38c): first defined here
   lib/syscall.o: In function `syscall_rollback':
>> syscall.c:(.text+0x18): multiple definition of `syscall_rollback'
   kernel/ptrace.o:ptrace.c:(.text+0x3a4): first defined here
   lib/syscall.o: In function `syscall_get_error':
>> syscall.c:(.text+0x34): multiple definition of `syscall_get_error'
   kernel/ptrace.o:ptrace.c:(.text+0x3c0): first defined here
   lib/syscall.o: In function `syscall_get_return_value':
>> syscall.c:(.text+0x54): multiple definition of `syscall_get_return_value'
   kernel/ptrace.o:ptrace.c:(.text+0x3e0): first defined here
   lib/syscall.o: In function `syscall_set_return_value':
>> syscall.c:(.text+0x6c): multiple definition of `syscall_set_return_value'
   kernel/ptrace.o:ptrace.c:(.text+0x3f8): first defined here
   lib/syscall.o: In function `syscall_get_arguments':
>> syscall.c:(.text+0x88): multiple definition of `syscall_get_arguments'
   kernel/ptrace.o:ptrace.c:(.text+0x414): first defined here
   lib/syscall.o: In function `syscall_set_arguments':
>> syscall.c:(.text+0x1e0): multiple definition of `syscall_set_arguments'
   kernel/ptrace.o:ptrace.c:(.text+0x63c): first defined here

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 9721 bytes --]

[-- Attachment #3: Type: text/plain, Size: 137 bytes --]

-- 
Strace-devel mailing list
Strace-devel-3+4lAyCyj6AWlMsSdNXQLw@public.gmane.org
https://lists.strace.io/mailman/listinfo/strace-devel

  parent reply	other threads:[~2019-01-07  6:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-07  2:51 [PATCH v7 00/22] ptrace: add PTRACE_GET_SYSCALL_INFO request Dmitry V. Levin
2019-01-07  2:54 ` [PATCH v7 21/22] " Dmitry V. Levin
     [not found]   ` <20190107025455.GU1207-u2l5PoMzF/Vg9hUCZPvPmw@public.gmane.org>
2019-01-07  6:21     ` kbuild test robot [this message]
2019-01-07  7:05   ` kbuild test robot

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=201901071430.4jk67u0s%fengguang.wu@intel.com \
    --to=lkp-ral2jqcrhueavxtiumwx3w@public.gmane.org \
    --cc=esyr-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=jannh-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org \
    --cc=kbuild-all-JC7UmRfGjtg@public.gmane.org \
    --cc=keescook-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org \
    --cc=ldv-u2l5PoMzF/Vg9hUCZPvPmw@public.gmane.org \
    --cc=linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=luto-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=oleg-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=strace-devel-3+4lAyCyj6AWlMsSdNXQLw@public.gmane.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 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).