All of lore.kernel.org
 help / color / mirror / Atom feed
* [memcg:akpm/kcov 4/4] /tmp/ccMETRHQ.s:35: Error: .err encountered
@ 2018-06-11  6:57 kbuild test robot
  2018-06-11  7:09 ` Michal Hocko
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2018-06-11  6:57 UTC (permalink / raw)
  To: Dmitry Vyukov; +Cc: kbuild-all, linux-mm, Michal Hocko, Andrew Morton

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/mhocko/mm.git akpm/kcov
head:   99027ccd1ec1b31fc74d63df2f13945ae44da62a
commit: 99027ccd1ec1b31fc74d63df2f13945ae44da62a [4/4] arm: port KCOV to arm
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 99027ccd1ec1b31fc74d63df2f13945ae44da62a
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

   /tmp/ccMETRHQ.s: Assembler messages:
>> /tmp/ccMETRHQ.s:35: Error: .err encountered
   /tmp/ccMETRHQ.s:36: Error: .err encountered
   /tmp/ccMETRHQ.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: 65948 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [memcg:akpm/kcov 4/4] /tmp/ccMETRHQ.s:35: Error: .err encountered
  2018-06-11  6:57 [memcg:akpm/kcov 4/4] /tmp/ccMETRHQ.s:35: Error: .err encountered kbuild test robot
@ 2018-06-11  7:09 ` Michal Hocko
  2018-06-11  7:25   ` Dmitry Vyukov
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Hocko @ 2018-06-11  7:09 UTC (permalink / raw)
  To: kbuild test robot; +Cc: Dmitry Vyukov, kbuild-all, linux-mm, Andrew Morton

On Mon 11-06-18 14:57:10, kbuild test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/mhocko/mm.git akpm/kcov
> head:   99027ccd1ec1b31fc74d63df2f13945ae44da62a
> commit: 99027ccd1ec1b31fc74d63df2f13945ae44da62a [4/4] arm: port KCOV to arm
> 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 99027ccd1ec1b31fc74d63df2f13945ae44da62a
>         # save the attached .config to linux build tree
>         make.cross ARCH=arm 
> 
> All errors (new ones prefixed by >>):
> 
>    /tmp/ccMETRHQ.s: Assembler messages:
> >> /tmp/ccMETRHQ.s:35: Error: .err encountered
>    /tmp/ccMETRHQ.s:36: Error: .err encountered
>    /tmp/ccMETRHQ.s:37: Error: .err encountered

Huh, what is this supposed to mean?

-- 
Michal Hocko
SUSE Labs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [memcg:akpm/kcov 4/4] /tmp/ccMETRHQ.s:35: Error: .err encountered
  2018-06-11  7:09 ` Michal Hocko
@ 2018-06-11  7:25   ` Dmitry Vyukov
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Vyukov @ 2018-06-11  7:25 UTC (permalink / raw)
  To: Michal Hocko; +Cc: kbuild test robot, kbuild-all, Linux-MM, Andrew Morton

On Mon, Jun 11, 2018 at 9:09 AM, Michal Hocko <mhocko@suse.com> wrote:
> On Mon 11-06-18 14:57:10, kbuild test robot wrote:
>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/mhocko/mm.git akpm/kcov
>> head:   99027ccd1ec1b31fc74d63df2f13945ae44da62a
>> commit: 99027ccd1ec1b31fc74d63df2f13945ae44da62a [4/4] arm: port KCOV to arm
>> 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 99027ccd1ec1b31fc74d63df2f13945ae44da62a
>>         # save the attached .config to linux build tree
>>         make.cross ARCH=arm
>>
>> All errors (new ones prefixed by >>):
>>
>>    /tmp/ccMETRHQ.s: Assembler messages:
>> >> /tmp/ccMETRHQ.s:35: Error: .err encountered
>>    /tmp/ccMETRHQ.s:36: Error: .err encountered
>>    /tmp/ccMETRHQ.s:37: Error: .err encountered
>
> Huh, what is this supposed to mean?


I think that Arnd has fixed this with "ARM: disable KCOV for
trusted foundations code" now:
https://patchwork.kernel.org/patch/10434909/
The failure mode he referenced matches reported here.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-06-11  7:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-11  6:57 [memcg:akpm/kcov 4/4] /tmp/ccMETRHQ.s:35: Error: .err encountered kbuild test robot
2018-06-11  7:09 ` Michal Hocko
2018-06-11  7:25   ` Dmitry Vyukov

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.