All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Balbir Singh <bsingharora@gmail.com>
Cc: kbuild-all@01.org, mpe@ellerman.id.au, linuxppc-dev@ozlabs.org,
	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Subject: Re: [PATCH 1/3] powerpc/xmon Update ppc-dis/opc.c and ppc.h
Date: Thu, 2 Feb 2017 16:44:32 +0800	[thread overview]
Message-ID: <201702021601.FOYxHCAc%fengguang.wu@intel.com> (raw)
In-Reply-To: <20170202050344.6825-2-bsingharora@gmail.com>

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

Hi Balbir,

[auto build test ERROR on powerpc/next]
[also build test ERROR on v4.10-rc6 next-20170201]
[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/Balbir-Singh/Update-xmon-disassembly/20170202-135830
base:   https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
config: powerpc-allmodconfig (attached as .config)
compiler: powerpc64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=powerpc 

Note: the linux-review/Balbir-Singh/Update-xmon-disassembly/20170202-135830 HEAD aab7a78909e32ae5743164fc79d9f5eda993f0e7 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

>> arch/powerpc/xmon/ppc-dis.c:22:19: fatal error: stdio.h: No such file or directory
    #include <stdio.h>
                      ^
   compilation terminated.
--
>> arch/powerpc/xmon/ppc-opc.c:23:19: fatal error: stdio.h: No such file or directory
    #include <stdio.h>
                      ^
   compilation terminated.

vim +22 arch/powerpc/xmon/ppc-dis.c

    16	the GNU General Public License for more details.
    17	
    18	You should have received a copy of the GNU General Public License
    19	along with this file; see the file COPYING.  If not, write to the Free
    20	Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
    21	
  > 22	#include <stdio.h>
    23	#include "sysdep.h"
    24	#include "dis-asm.h"
    25	#include "opcode/ppc.h"

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

  reply	other threads:[~2017-02-02  8:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-02  5:03 [PATCH 0/3] Update xmon disassembly Balbir Singh
2017-02-02  5:03 ` [PATCH 1/3] powerpc/xmon Update ppc-dis/opc.c and ppc.h Balbir Singh
2017-02-02  8:44   ` kbuild test robot [this message]
2017-02-16  5:59   ` [1/3] " Michael Ellerman
2017-02-02  5:03 ` [PATCH 2/3] powerpc/xmon: Apply binutils changes to upgrade disassembly Balbir Singh
2017-02-02  8:16   ` kbuild test robot
2017-02-08 10:55     ` Balbir Singh
2017-02-08 11:27       ` Michael Ellerman
2017-02-02  5:03 ` [PATCH 3/3] powerpc/xmon: Enable disassembly files (compilation changes) Balbir Singh
2017-02-02  5:09 ` [PATCH 0/3] Update xmon disassembly Balbir Singh

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=201702021601.FOYxHCAc%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=bsingharora@gmail.com \
    --cc=kbuild-all@01.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=mpe@ellerman.id.au \
    --cc=paulmck@linux.vnet.ibm.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 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.