linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Maciej Slodczyk <m.slodczyk2@partner.samsung.com>
Cc: kbuild-all@01.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux@armlinux.org.uk,
	oleg@redhat.com, catalin.marinas@arm.com, will.deacon@arm.com,
	peterz@infradead.org, mingo@redhat.com, acme@kernel.org,
	alexander.shishkin@linux.intel.com, jolsa@redhat.com,
	namhyung@kernel.org, b.zolnierkie@samsung.com,
	m.szyprowski@samsung.com, k.lewandowsk@samsung.com,
	m.slodczyk2@partner.samsung.com
Subject: Re: [PATCH 1/7 RESEND] arm64: move arm uprobes code to be reused by arm64
Date: Mon, 19 Feb 2018 09:04:04 +0800	[thread overview]
Message-ID: <201802190846.FhFpN7wE%fengguang.wu@intel.com> (raw)
In-Reply-To: <1518780191-31094-2-git-send-email-m.slodczyk2@partner.samsung.com>

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

Hi Maciej,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on arm64/for-next/core]
[also build test ERROR on v4.16-rc1 next-20180216]
[cannot apply to linus/master]
[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/Maciej-Slodczyk/arm64-uprobes-ARM32-instruction-probing/20180219-040158
base:   https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-next/core
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.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
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

>> arch/arm/probes/kprobes/test-core.c:215:10: fatal error: ../decode-arm.h: No such file or directory
    #include "../decode-arm.h"
             ^~~~~~~~~~~~~~~~~
   compilation terminated.

vim +215 arch/arm/probes/kprobes/test-core.c

c41584ddc arch/arm/kernel/kprobes-test.c      Leif Lindholm 2011-12-12  212  
fca08f326 arch/arm/probes/kprobes/test-core.c Wang Nan      2015-01-09  213  #include "core.h"
fca08f326 arch/arm/probes/kprobes/test-core.c Wang Nan      2015-01-09  214  #include "test-core.h"
fca08f326 arch/arm/probes/kprobes/test-core.c Wang Nan      2015-01-09 @215  #include "../decode-arm.h"
fca08f326 arch/arm/probes/kprobes/test-core.c Wang Nan      2015-01-09  216  #include "../decode-thumb.h"
9eed17977 arch/arm/kernel/kprobes-test.c      Jon Medhurst  2011-08-28  217  
9eed17977 arch/arm/kernel/kprobes-test.c      Jon Medhurst  2011-08-28  218  

:::::: The code at line 215 was first introduced by commit
:::::: fca08f326ae0423f03b097ff54de432fe77b95d0 ARM: probes: move all probe code to dedicate directory

:::::: TO: Wang Nan <wangnan0@huawei.com>
:::::: CC: Jon Medhurst <tixy@linaro.org>

---
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: 64572 bytes --]

  reply	other threads:[~2018-02-19  1:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20180216112320eucas1p104a5cca53f8ee7d9b727479b2a362e93@eucas1p1.samsung.com>
2018-02-16 11:23 ` [PATCH 0/7 RESEND] arm64: uprobes - ARM32 instruction probing Maciej Slodczyk
     [not found]   ` <CGME20180216112320eucas1p157eae5e9830028e944f23cad1c81c6eb@eucas1p1.samsung.com>
2018-02-16 11:23     ` [PATCH 1/7 RESEND] arm64: move arm uprobes code to be reused by arm64 Maciej Slodczyk
2018-02-19  1:04       ` kbuild test robot [this message]
     [not found]   ` <CGME20180216112321eucas1p1c51df50f06fa2f440fcd4735066d1e61@eucas1p1.samsung.com>
2018-02-16 11:23     ` [PATCH 2/7 RESEND] arm64: uprobes - fix checkpatch.pl issues Maciej Slodczyk
     [not found]   ` <CGME20180216112322eucas1p2b170bbf0687ebbc03110e42ff807342f@eucas1p2.samsung.com>
2018-02-16 11:23     ` [PATCH 3/7 RESEND] arm64: introduce get_swbp_insn() instead of static assignment Maciej Slodczyk
     [not found]   ` <CGME20180216112323eucas1p1fd0302348ff3c5f47f0aa8ef52b39401@eucas1p1.samsung.com>
2018-02-16 11:23     ` [PATCH 4/7 RESEND] arm64: change arm64 probes handler prototype Maciej Slodczyk
     [not found]   ` <CGME20180216112324eucas1p2ff53620ec4baec3b89a7d55fc5832c3e@eucas1p2.samsung.com>
2018-02-16 11:23     ` [PATCH 5/7 RESEND] arm64: make arm uprobes code reusable by arm64 Maciej Slodczyk
     [not found]   ` <CGME20180216112325eucas1p1e6c73b9b55db778aac0bbb9ad1b10fae@eucas1p1.samsung.com>
2018-02-16 11:23     ` [PATCH 6/7 RESEND] arm64: change arm_probe_decode_insn() function name Maciej Slodczyk
     [not found]   ` <CGME20180216112326eucas1p10c07384e9a01ab6102b7dba62d9fc315@eucas1p1.samsung.com>
2018-02-16 11:23     ` [PATCH 7/7 RESEND] arm64: uprobes - ARM32 instruction probing Maciej Slodczyk

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=201802190846.FhFpN7wE%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=acme@kernel.org \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=catalin.marinas@arm.com \
    --cc=jolsa@redhat.com \
    --cc=k.lewandowsk@samsung.com \
    --cc=kbuild-all@01.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=m.slodczyk2@partner.samsung.com \
    --cc=m.szyprowski@samsung.com \
    --cc=mingo@redhat.com \
    --cc=namhyung@kernel.org \
    --cc=oleg@redhat.com \
    --cc=peterz@infradead.org \
    --cc=will.deacon@arm.com \
    /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).