* /tmp/ccCNPV4P.s:35: Error: .err encountered
@ 2018-05-12 12:26 kbuild test robot
2018-05-13 8:52 ` Dmitry Vyukov
0 siblings, 1 reply; 4+ messages in thread
From: kbuild test robot @ 2018-05-12 12:26 UTC (permalink / raw)
To: Dmitry Vyukov
Cc: kbuild-all, Johannes Weiner, Andrew Morton, Linux Memory Management List
[-- Attachment #1: Type: text/plain, Size: 886 bytes --]
bisected to: 05cedaec9b243511f8db62bcd4b1c35c374eba24 arm: port KCOV to arm
commit date: 12 hours ago
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
git checkout 05cedaec9b243511f8db62bcd4b1c35c374eba24
# save the attached .config to linux build tree
make.cross ARCH=arm
All errors (new ones prefixed by >>):
/tmp/ccCNPV4P.s: Assembler messages:
>> /tmp/ccCNPV4P.s:35: Error: .err encountered
/tmp/ccCNPV4P.s:36: Error: .err encountered
/tmp/ccCNPV4P.s:37: Error: .err encountered
---
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: 65247 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: /tmp/ccCNPV4P.s:35: Error: .err encountered 2018-05-12 12:26 /tmp/ccCNPV4P.s:35: Error: .err encountered kbuild test robot @ 2018-05-13 8:52 ` Dmitry Vyukov 2018-05-13 10:45 ` [kbuild-all] " Li, Philip 0 siblings, 1 reply; 4+ messages in thread From: Dmitry Vyukov @ 2018-05-13 8:52 UTC (permalink / raw) To: kbuild test robot Cc: kbuild-all, Johannes Weiner, Andrew Morton, Linux Memory Management List On Sat, May 12, 2018 at 2:26 PM, kbuild test robot <lkp@intel.com> wrote: > bisected to: 05cedaec9b243511f8db62bcd4b1c35c374eba24 arm: port KCOV to arm > commit date: 12 hours ago > 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 > git checkout 05cedaec9b243511f8db62bcd4b1c35c374eba24 > # save the attached .config to linux build tree > make.cross ARCH=arm > > All errors (new ones prefixed by >>): > > /tmp/ccCNPV4P.s: Assembler messages: >>> /tmp/ccCNPV4P.s:35: Error: .err encountered > /tmp/ccCNPV4P.s:36: Error: .err encountered > /tmp/ccCNPV4P.s:37: Error: .err encountered Hi, What git tree contains this commit? I fetched all of: git://git.cmpxchg.org/linux-mmots.git master git://git.kernel.org/pub/scm/linux/kernel/git/mhocko/mm.git master git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next-history.git but I still don't have 05cedaec9b243511f8db62bcd4b1c35c374eba24. I tried these instructions on the tree which I used to develop the patch (on top of git://git.cmpxchg.org/linux-mmots.git), but I got: make[2]: *** No rule to make target 'drivers/spi/spi-bcm53xx.c', needed by 'drivers/spi/spi-bcm53xx.o'. Stop. ^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [kbuild-all] /tmp/ccCNPV4P.s:35: Error: .err encountered 2018-05-13 8:52 ` Dmitry Vyukov @ 2018-05-13 10:45 ` Li, Philip 2018-05-13 11:59 ` Dmitry Vyukov 0 siblings, 1 reply; 4+ messages in thread From: Li, Philip @ 2018-05-13 10:45 UTC (permalink / raw) To: Dmitry Vyukov, lkp Cc: Linux Memory Management List, Andrew Morton, kbuild-all, Johannes Weiner > Subject: Re: [kbuild-all] /tmp/ccCNPV4P.s:35: Error: .err encountered > > On Sat, May 12, 2018 at 2:26 PM, kbuild test robot <lkp@intel.com> wrote: > > bisected to: 05cedaec9b243511f8db62bcd4b1c35c374eba24 arm: port KCOV to > arm > > commit date: 12 hours ago > > 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 > > git checkout 05cedaec9b243511f8db62bcd4b1c35c374eba24 > > # save the attached .config to linux build tree > > make.cross ARCH=arm > > > > All errors (new ones prefixed by >>): > > > > /tmp/ccCNPV4P.s: Assembler messages: > >>> /tmp/ccCNPV4P.s:35: Error: .err encountered > > /tmp/ccCNPV4P.s:36: Error: .err encountered > > /tmp/ccCNPV4P.s:37: Error: .err encountered > > > Hi, > > What git tree contains this commit? I fetched all of: sorry, that we have regression in code which is solved, but it may mess up some data and leads to missing info like no exact tree mentioned here. We will continue fixing things up. For the commit itself, the bot caught it from git://git.cmpxchg.org/linux-mmotm.git, which is one you mentioned below. Is it possible the commit is rebased? commit 05cedaec9b243511f8db62bcd4b1c35c374eba24 Author: Dmitry Vyukov <dvyukov@google.com> Date: Sat May 12 00:06:09 2018 +0000 arm: port KCOV to arm KCOV is code coverage collection facility used, in particular, by syzkaller system call fuzzer. There is some interest in using syzkaller on arm devices. So port KCOV to arm. > > git://git.cmpxchg.org/linux-mmots.git master > git://git.kernel.org/pub/scm/linux/kernel/git/mhocko/mm.git master > git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next-history.git > > but I still don't have 05cedaec9b243511f8db62bcd4b1c35c374eba24. > > I tried these instructions on the tree which I used to develop the > patch (on top of git://git.cmpxchg.org/linux-mmots.git), but I got: > > make[2]: *** No rule to make target 'drivers/spi/spi-bcm53xx.c', > needed by 'drivers/spi/spi-bcm53xx.o'. Stop. > _______________________________________________ > kbuild-all mailing list > kbuild-all@lists.01.org > https://lists.01.org/mailman/listinfo/kbuild-all ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [kbuild-all] /tmp/ccCNPV4P.s:35: Error: .err encountered 2018-05-13 10:45 ` [kbuild-all] " Li, Philip @ 2018-05-13 11:59 ` Dmitry Vyukov 0 siblings, 0 replies; 4+ messages in thread From: Dmitry Vyukov @ 2018-05-13 11:59 UTC (permalink / raw) To: Li, Philip Cc: lkp, Linux Memory Management List, Andrew Morton, kbuild-all, Johannes Weiner On Sun, May 13, 2018 at 12:45 PM, Li, Philip <philip.li@intel.com> wrote: >> Subject: Re: [kbuild-all] /tmp/ccCNPV4P.s:35: Error: .err encountered >> >> On Sat, May 12, 2018 at 2:26 PM, kbuild test robot <lkp@intel.com> wrote: >> > bisected to: 05cedaec9b243511f8db62bcd4b1c35c374eba24 arm: port KCOV to >> arm >> > commit date: 12 hours ago >> > 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 >> > git checkout 05cedaec9b243511f8db62bcd4b1c35c374eba24 >> > # save the attached .config to linux build tree >> > make.cross ARCH=arm >> > >> > All errors (new ones prefixed by >>): >> > >> > /tmp/ccCNPV4P.s: Assembler messages: >> >>> /tmp/ccCNPV4P.s:35: Error: .err encountered >> > /tmp/ccCNPV4P.s:36: Error: .err encountered >> > /tmp/ccCNPV4P.s:37: Error: .err encountered >> >> >> Hi, >> >> What git tree contains this commit? I fetched all of: > sorry, that we have regression in code which is solved, but it may mess up some data > and leads to missing info like no exact tree mentioned here. We will continue fixing things up. > > For the commit itself, the bot caught it from git://git.cmpxchg.org/linux-mmotm.git, which > is one you mentioned below. Is it possible the commit is rebased? > > commit 05cedaec9b243511f8db62bcd4b1c35c374eba24 > Author: Dmitry Vyukov <dvyukov@google.com> > Date: Sat May 12 00:06:09 2018 +0000 > > arm: port KCOV to arm > > KCOV is code coverage collection facility used, in particular, by > syzkaller system call fuzzer. There is some interest in using syzkaller > on arm devices. So port KCOV to arm. Now see it. That's a different tree (mmotm vs mmots). But I can't reproduce the failure: $ git status HEAD detached at 05cedaec9b24 $ make.cross ARCH=arm -j64 make CROSS_COMPILE=/opt/gcc-4.9.0-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- ARCH=arm -j64 CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h CHK scripts/mod/devicetable-offsets.h CHK include/generated/timeconst.h CHK include/generated/bounds.h CHK include/generated/asm-offsets.h CALL scripts/checksyscalls.sh CHK include/generated/compile.h CHK include/generated/at91_pm_data-offsets.h CHK include/generated/ti-pm-asm-offsets.h CHK include/generated/ti-emif-asm-offsets.h CHK kernel/config_data.h CHK include/generated/uapi/linux/version.h Kernel: arch/arm/boot/Image is ready Building modules, stage 2. Kernel: arch/arm/boot/zImage is ready MODPOST 6609 modules ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-05-13 11:59 UTC | newest] Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2018-05-12 12:26 /tmp/ccCNPV4P.s:35: Error: .err encountered kbuild test robot 2018-05-13 8:52 ` Dmitry Vyukov 2018-05-13 10:45 ` [kbuild-all] " Li, Philip 2018-05-13 11:59 ` Dmitry Vyukov
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox