From: "Winkler, Tomas" <tomas.winkler@intel.com>
To: lkp <lkp@intel.com>
Cc: "vinholikatti@gmail.com" <vinholikatti@gmail.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-mmc@vger.kernel.org" <linux-mmc@vger.kernel.org>,
"hch@lst.de" <hch@lst.de>,
"martin.petersen@oracle.com" <martin.petersen@oracle.com>,
"linux-scsi@vger.kernel.org" <linux-scsi@vger.kernel.org>,
"James.Bottomley@HansenPartnership.com"
<James.Bottomley@HansenPartnership.com>,
"kbuild-all@01.org" <kbuild-all@01.org>,
"gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
"luto@kernel.org" <luto@kernel.org>,
"ulf.hansson@linaro.org" <ulf.hansson@linaro.org>,
"ygardi@codeaurora.org" <ygardi@codeaurora.org>,
"Hunter, Adrian" <adrian.hunter@intel.com>,
"Joao.Pinto@synopsys.com" <Joao.Pinto@synopsys.com>
Subject: Re: [PATCH v2 6/8] tools rpmb: add RPBM access tool
Date: Mon, 11 Apr 2016 10:50:38 +0000 [thread overview]
Message-ID: <1460396988.30275.2.camel@intel.com> (raw)
In-Reply-To: <201604052018.uIYWSrsd%fengguang.wu@intel.com>
On Tue, 2016-04-05 at 20:16 +0800, kbuild test robot wrote:
> Hi Tomas,
>
> [auto build test ERROR on char-misc/char-misc-testing]
> [also build test ERROR on v4.6-rc2 next-20160405]
> [if your patch is applied to the wrong git tree, please drop us a
> note to help improving the system]
>
> url: https://github.com/0day-ci/linux/commits/Tomas-Winkler/Replay
> -Protected-Memory-Block-RPMB-subsystem/20160404-192243
> config: x86_64-randconfig-s3-04051858 (attached as .config)
> reproduce:
> # save the attached .config to linux build tree
> make ARCH=x86_64
>
> All errors (new ones prefixed by >>):
>
> make[3]: *** No rule to make target 'kernel/gcov/base.o', needed
> by 'kernel/gcov/built-in.o'.
> make[3]: *** No rule to make target 'kernel/gcov/fs.o', needed by
> 'kernel/gcov/built-in.o'.
> >
> > >
> > > make[3]: *** No rule to make target 'kernel/gcov/gcc_3_4.o',
> > > needed by 'kernel/gcov/built-in.o'.
> make[3]: Target '__build' not remade because of errors.
> --
> >
> > >
> > > make[3]: *** No rule to make target 'tools/objtool/objtool',
> > > needed by 'drivers/mfd/88pm800.o'.
> make[3]: Target '__build' not remade because of errors.
> --
> >
> > >
> > > make[4]: *** No rule to make target 'tools/objtool/objtool',
> > > needed by 'drivers/firmware/google/memconsole.o'.
> make[4]: Target '__build' not remade because of errors.
> --
> >
> > >
> > > make[4]: *** No rule to make target 'tools/objtool/objtool',
> > > needed by 'drivers/iio/dac/ad5624r_spi.o'.
> make[4]: Target '__build' not remade because of errors.
> --
> >
> > >
> > > make[4]: *** No rule to make target 'tools/objtool/objtool',
> > > needed by 'drivers/iio/trigger/iio-trig-interrupt.o'.
> make[4]: Target '__build' not remade because of errors.
> --
> >
> > >
> > > make[4]: *** No rule to make target 'tools/objtool/objtool',
> > > needed by 'drivers/input/joystick/gf2k.o'.
> make[4]: *** [drivers/input/joystick/iforce] Error 2
> make[4]: Target '__build' not remade because of errors.
> --
> >
> > >
> > > make[4]: *** No rule to make target 'tools/objtool/objtool',
> > > needed by 'drivers/misc/eeprom/max6875.o'.
> make[4]: Target '__build' not remade because of errors.
> --
> >
> > >
> > > make[4]: *** No rule to make target 'tools/objtool/objtool',
> > > needed by 'drivers/mmc/card/mmc_test.o'.
> make[4]: Target '__build' not remade because of errors.
> --
> >
> > >
> > > make[4]: *** No rule to make target 'tools/objtool/objtool',
> > > needed by 'drivers/mmc/host/sdhci.o'.
> make[4]: Target '__build' not remade because of errors.
> --
> >
> > >
> > > make[4]: *** No rule to make target 'tools/objtool/objtool',
> > > needed by 'drivers/pinctrl/intel/pinctrl-intel.o'.
> make[4]: Target '__build' not remade because of errors.
> --
> >
> > >
> > > make[4]: *** No rule to make target 'tools/objtool/objtool',
> > > needed by 'drivers/platform/chrome/chromeos_laptop.o'.
> make[4]: Target '__build' not remade because of errors.
> ..
Just to put that straight, those are issues in the testing environment
not in the patches.
Thanks
Tomas
next prev parent reply other threads:[~2016-04-11 10:50 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-04 11:11 [PATCH 0/8 V2] Replay Protected Memory Block (RPMB) subsystem Tomas Winkler
2016-04-04 11:11 ` [PATCH v2 1/8] rpmb: add " Tomas Winkler
2016-04-04 11:11 ` [PATCH v2 2/8] char: rpmb: add sysfs-class ABI documentation Tomas Winkler
2016-04-04 11:11 ` [PATCH v2 3/8] char: rpmb: add device attributes Tomas Winkler
2016-04-04 11:11 ` [PATCH v2 4/8] char: rpmb: provide user space interface Tomas Winkler
2016-04-04 11:11 ` [PATCH v2 5/8] char: rpmb: add RPMB simulation device Tomas Winkler
2016-04-04 11:11 ` [PATCH v2 6/8] tools rpmb: add RPBM access tool Tomas Winkler
2016-04-05 12:16 ` kbuild test robot
2016-04-11 10:50 ` Winkler, Tomas [this message]
2016-04-05 12:29 ` kbuild test robot
2016-04-05 12:31 ` kbuild test robot
2016-04-11 13:33 ` Josh Poimboeuf
2016-04-04 11:11 ` [PATCH v2 7/8] mmc: block: register rpmb partition with the RPMB subsystem Tomas Winkler
2016-04-04 11:11 ` [PATCH v2 8/8] scsi: ufs: connect to " Tomas Winkler
2016-04-06 8:51 ` Joao Pinto
2016-04-07 21:15 ` Winkler, Tomas
2016-04-08 9:24 ` Joao Pinto
2016-04-08 11:17 ` Joao Pinto
2016-04-08 11:21 ` Joao Pinto
2016-04-08 17:29 ` Joao Pinto
2016-04-08 20:33 ` Winkler, Tomas
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=1460396988.30275.2.camel@intel.com \
--to=tomas.winkler@intel.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=Joao.Pinto@synopsys.com \
--cc=adrian.hunter@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=hch@lst.de \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=lkp@intel.com \
--cc=luto@kernel.org \
--cc=martin.petersen@oracle.com \
--cc=ulf.hansson@linaro.org \
--cc=vinholikatti@gmail.com \
--cc=ygardi@codeaurora.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).