linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2016-12-11  1:04 kbuild test robot
  2016-12-13  4:02 ` Ralf Baechle
  0 siblings, 1 reply; 23+ messages in thread
From: kbuild test robot @ 2016-12-11  1:04 UTC (permalink / raw)
  To: Alex Smith; +Cc: kbuild-all, linux-kernel, Ralf Baechle, Markos Chandras

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

Hi Alex,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   045169816b31b10faed984b01c390db1b32ee4c1
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   1 year, 1 month ago
config: mips-jmr3927_defconfig (attached as .config)
compiler: mips-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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

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

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

* Re: arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
  2016-12-11  1:04 arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32' kbuild test robot
@ 2016-12-13  4:02 ` Ralf Baechle
  2016-12-14  3:57   ` [kbuild-all] " Fengguang Wu
  2016-12-16  0:57   ` Maciej W. Rozycki
  0 siblings, 2 replies; 23+ messages in thread
From: Ralf Baechle @ 2016-12-13  4:02 UTC (permalink / raw)
  To: kbuild test robot; +Cc: Alex Smith, kbuild-all, linux-kernel, Markos Chandras

On Sun, Dec 11, 2016 at 09:04:48AM +0800, kbuild test robot wrote:

> FYI, the error/warning still remains.
> 
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   045169816b31b10faed984b01c390db1b32ee4c1
> commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
> date:   1 year, 1 month ago
> config: mips-jmr3927_defconfig (attached as .config)
> compiler: mips-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
>         git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
>         # save the attached .config to linux build tree
>         make.cross ARCH=mips 

Which binutils are you using with this compiler?

Thanks,

  Ralf

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

* Re: [kbuild-all] arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
  2016-12-13  4:02 ` Ralf Baechle
@ 2016-12-14  3:57   ` Fengguang Wu
  2016-12-16  0:57   ` Maciej W. Rozycki
  1 sibling, 0 replies; 23+ messages in thread
From: Fengguang Wu @ 2016-12-14  3:57 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: Markos Chandras, Alex Smith, kbuild-all, linux-kernel

On Tue, Dec 13, 2016 at 05:02:40AM +0100, Ralf Baechle wrote:
>On Sun, Dec 11, 2016 at 09:04:48AM +0800, kbuild test robot wrote:
>
>> FYI, the error/warning still remains.
>>
>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>> head:   045169816b31b10faed984b01c390db1b32ee4c1
>> commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
>> date:   1 year, 1 month ago
>> config: mips-jmr3927_defconfig (attached as .config)
>> compiler: mips-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
>>         git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
>>         # save the attached .config to linux build tree
>>         make.cross ARCH=mips
>
>Which binutils are you using with this compiler?

It's binutils debian version 2.27-8. Does this jmr3927_defconfig
require a special mips compiler? I see there are 4 available gcc
packages in debian:

gcc-mips64el-linux-gnuabi64
gcc-mips64-linux-gnuabi64
gcc-mipsel-linux-gnu
gcc-mips-linux-gnu

The last one is used here.

Thanks,
Fengguang

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

* Re: arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
  2016-12-13  4:02 ` Ralf Baechle
  2016-12-14  3:57   ` [kbuild-all] " Fengguang Wu
@ 2016-12-16  0:57   ` Maciej W. Rozycki
  1 sibling, 0 replies; 23+ messages in thread
From: Maciej W. Rozycki @ 2016-12-16  0:57 UTC (permalink / raw)
  To: Ralf Baechle
  Cc: Matthew Fortune, kbuild test robot, kbuild-all, linux-kernel,
	Markos Chandras

On Tue, 13 Dec 2016, Ralf Baechle wrote:

> > FYI, the error/warning still remains.
> > 
> > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> > head:   045169816b31b10faed984b01c390db1b32ee4c1
> > commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
> > date:   1 year, 1 month ago
> > config: mips-jmr3927_defconfig (attached as .config)
> > compiler: mips-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
> >         git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
> >         # save the attached .config to linux build tree
> >         make.cross ARCH=mips 
> 
> Which binutils are you using with this compiler?

 FYI, see the discussion: <https://patchwork.linux-mips.org/patch/14505/>, 
and the original patch: <https://patchwork.linux-mips.org/patch/14465/>.  

 My advice has been to stick `$(call cc-option,-mno-float,-msoft-float)' 
there instead, although there might be a slight controversy around it, so 
if you are happy with revisiting Guenter's change in the future, then you 
may well pick the original patch.

 Myself, I don't have resources available right now to submit a revised 
patch, sorry.

  Maciej

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

* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2017-02-11 23:53 kbuild test robot
  0 siblings, 0 replies; 23+ messages in thread
From: kbuild test robot @ 2017-02-11 23:53 UTC (permalink / raw)
  To: Alex Smith; +Cc: kbuild-all, linux-kernel, Ralf Baechle, Markos Chandras

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

Hi Alex,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   1ce42845f987e92eabfc6e026d44d826c25c74a5
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   1 year, 3 months ago
config: mips-jmr3927_defconfig (attached as .config)
compiler: mips-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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

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

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

* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2017-02-05 14:54 kbuild test robot
  0 siblings, 0 replies; 23+ messages in thread
From: kbuild test robot @ 2017-02-05 14:54 UTC (permalink / raw)
  To: Alex Smith; +Cc: kbuild-all, linux-kernel, Ralf Baechle, Markos Chandras

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

Hi Alex,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   a572a1b999489efb591287632279c6c9eca3e4ed
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   1 year, 3 months ago
config: mips-jmr3927_defconfig (attached as .config)
compiler: mips-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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

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

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

* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2017-01-15  0:56 kbuild test robot
  0 siblings, 0 replies; 23+ messages in thread
From: kbuild test robot @ 2017-01-15  0:56 UTC (permalink / raw)
  To: Alex Smith; +Cc: kbuild-all, linux-kernel, Ralf Baechle, Markos Chandras

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

Hi Alex,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   f0ad17712b9f71c24e2b8b9725230ef57232377f
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   1 year, 2 months ago
config: mips-jmr3927_defconfig (attached as .config)
compiler: mips-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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

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

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

* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2016-11-13  1:34 kbuild test robot
  0 siblings, 0 replies; 23+ messages in thread
From: kbuild test robot @ 2016-11-13  1:34 UTC (permalink / raw)
  To: Alex Smith; +Cc: kbuild-all, linux-kernel, Ralf Baechle, Markos Chandras

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

Hi Alex,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   86e4ee760ef2f7571e233a3abf065ffd0bb4089d
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   1 year ago
config: mips-jmr3927_defconfig (attached as .config)
compiler: mips-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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

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

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

* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2016-11-05 23:28 kbuild test robot
  0 siblings, 0 replies; 23+ messages in thread
From: kbuild test robot @ 2016-11-05 23:28 UTC (permalink / raw)
  To: Alex Smith; +Cc: kbuild-all, linux-kernel, Ralf Baechle, Markos Chandras

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

Hi Alex,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   fb415f222c26d0d1fa19615af1d102bf5f5b3ca2
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   12 months ago
config: mips-jmr3927_defconfig (attached as .config)
compiler: mips-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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

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

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

* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2016-10-16  2:33 kbuild test robot
  0 siblings, 0 replies; 23+ messages in thread
From: kbuild test robot @ 2016-10-16  2:33 UTC (permalink / raw)
  To: Alex Smith; +Cc: kbuild-all, linux-kernel, Ralf Baechle, Markos Chandras

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

Hi Alex,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   1001354ca34179f3db924eb66672442a173147dc
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   11 months ago
config: mips-jmr3927_defconfig (attached as .config)
compiler: mips-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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

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

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

* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2016-10-02  2:12 kbuild test robot
  0 siblings, 0 replies; 23+ messages in thread
From: kbuild test robot @ 2016-10-02  2:12 UTC (permalink / raw)
  To: Alex Smith; +Cc: kbuild-all, linux-kernel, Ralf Baechle, Markos Chandras

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

Hi Alex,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   f51fdffad5b7709d0ade40736b58a2da2707fa15
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   11 months ago
config: mips-jmr3927_defconfig (attached as .config)
compiler: mips-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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

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

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

* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2016-09-23  1:46 kbuild test robot
  0 siblings, 0 replies; 23+ messages in thread
From: kbuild test robot @ 2016-09-23  1:46 UTC (permalink / raw)
  To: Alex Smith; +Cc: kbuild-all, linux-kernel, Ralf Baechle, Markos Chandras

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

Hi Alex,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   b1f2beb87bb034bb209773807994279f90cace78
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   11 months ago
config: mips-jmr3927_defconfig (attached as .config)
compiler: mips-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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

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

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

* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2016-09-14 15:51 kbuild test robot
  0 siblings, 0 replies; 23+ messages in thread
From: kbuild test robot @ 2016-09-14 15:51 UTC (permalink / raw)
  To: Alex Smith; +Cc: kbuild-all, linux-kernel, Ralf Baechle, Markos Chandras

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

Hi Alex,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   5924bbecd0267d87c24110cbe2041b5075173a25
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   10 months ago
config: mips-jmr3927_defconfig (attached as .config)
compiler: mips-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 10118 bytes --]

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

* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2016-09-03 23:29 kbuild test robot
  0 siblings, 0 replies; 23+ messages in thread
From: kbuild test robot @ 2016-09-03 23:29 UTC (permalink / raw)
  To: Alex Smith; +Cc: kbuild-all, linux-kernel, Ralf Baechle, Markos Chandras

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

Hi Alex,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   4b30b6d126ca8b23b319f5329570f6855736a095
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   10 months ago
config: mips-jmr3927_defconfig (attached as .config)
compiler: mips-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 10118 bytes --]

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

* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2016-08-28 11:12 kbuild test robot
  0 siblings, 0 replies; 23+ messages in thread
From: kbuild test robot @ 2016-08-28 11:12 UTC (permalink / raw)
  To: Alex Smith; +Cc: kbuild-all, linux-kernel, Ralf Baechle, Markos Chandras

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

Hi Alex,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   af56ff27eba54fceee5f5643e79bf6531f2e1739
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   10 months ago
config: mips-jmr3927_defconfig (attached as .config)
compiler: mips-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 10118 bytes --]

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

* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2016-08-01 20:15 kbuild test robot
  0 siblings, 0 replies; 23+ messages in thread
From: kbuild test robot @ 2016-08-01 20:15 UTC (permalink / raw)
  To: Alex Smith; +Cc: kbuild-all, linux-kernel, Ralf Baechle, Markos Chandras

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

Hi Alex,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   f38d2e5313f0af9d9b66c02a5d49c71deb994b85
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   9 months ago
config: mips-jmr3927_defconfig (attached as .config)
compiler: mips-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 10118 bytes --]

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

* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2016-07-22 17:03 kbuild test robot
  0 siblings, 0 replies; 23+ messages in thread
From: kbuild test robot @ 2016-07-22 17:03 UTC (permalink / raw)
  Cc: kbuild-all, linux-kernel, Ralf Baechle, Alex Smith, Markos Chandras

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

Hi,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   47ef4ad2684d380dd6d596140fb79395115c3950
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   8 months ago
config: mips-jmr3927_defconfig (attached as .config)
compiler: mips-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 10106 bytes --]

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

* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2016-04-17  6:25 kbuild test robot
  0 siblings, 0 replies; 23+ messages in thread
From: kbuild test robot @ 2016-04-17  6:25 UTC (permalink / raw)
  To: Alex Smith; +Cc: kbuild-all, linux-kernel, Ralf Baechle, Markos Chandras

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

Hi Alex,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   b9f5dba225aede4518ab0a7374c2dc38c7c049ce
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   5 months ago
config: mips-jmr3927_defconfig (attached as .config)
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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 10106 bytes --]

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

* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2016-04-03  9:13 kbuild test robot
  0 siblings, 0 replies; 23+ messages in thread
From: kbuild test robot @ 2016-04-03  9:13 UTC (permalink / raw)
  To: Alex Smith; +Cc: kbuild-all, linux-kernel, Ralf Baechle, Markos Chandras

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

Hi Alex,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   f7eeb8a87c033d126ff6b8c35405ba5dc4e55754
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   5 months ago
config: mips-jmr3927_defconfig (attached as .config)
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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 10106 bytes --]

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

* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2016-03-20  1:38 kbuild test robot
  0 siblings, 0 replies; 23+ messages in thread
From: kbuild test robot @ 2016-03-20  1:38 UTC (permalink / raw)
  To: Alex Smith; +Cc: kbuild-all, linux-kernel, Ralf Baechle, Markos Chandras

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

Hi Alex,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   de06dbfa7861c9019eedefc0c356ba86e5098f1b
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   4 months ago
config: mips-jmr3927_defconfig (attached as .config)
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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 10106 bytes --]

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

* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2016-03-13  9:08 kbuild test robot
  0 siblings, 0 replies; 23+ messages in thread
From: kbuild test robot @ 2016-03-13  9:08 UTC (permalink / raw)
  To: Alex Smith; +Cc: kbuild-all, linux-kernel, Ralf Baechle, Markos Chandras

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

Hi Alex,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   f414ca64be4b36c30deb5b5fa25c5a8ff42ea56b
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   4 months ago
config: mips-jmr3927_defconfig (attached as .config)
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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 10106 bytes --]

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

* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2016-03-06  6:39 kbuild test robot
  0 siblings, 0 replies; 23+ messages in thread
From: kbuild test robot @ 2016-03-06  6:39 UTC (permalink / raw)
  To: Alex Smith; +Cc: kbuild-all, linux-kernel, Ralf Baechle, Markos Chandras

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

Hi Alex,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   67944024c1cdd897e49a09b0d6af3ea38d1388ca
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   4 months ago
config: mips-jmr3927_defconfig (attached as .config)
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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 10106 bytes --]

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

* arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
@ 2016-02-28  8:17 kbuild test robot
  0 siblings, 0 replies; 23+ messages in thread
From: kbuild test robot @ 2016-02-28  8:17 UTC (permalink / raw)
  To: Alex Smith; +Cc: kbuild-all, linux-kernel, Ralf Baechle, Markos Chandras

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   12b9fa6a97b3150477ab182e321be512b59fa899
commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO
date:   4 months ago
config: mips-jmr3927_defconfig (attached as .config)
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
        git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^
--
>> arch/mips/vdso/sigreturn.S:1:0: error: '-march=r3900' requires '-mfp32'
    /*
    ^

vim +1 arch/mips/vdso/elf.S

   > 1	/*
     2	 * Copyright (C) 2015 Imagination Technologies
     3	 * Author: Alex Smith <alex.smith@imgtec.com>
     4	 *

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 10106 bytes --]

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

end of thread, other threads:[~2017-02-11 23:54 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-11  1:04 arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32' kbuild test robot
2016-12-13  4:02 ` Ralf Baechle
2016-12-14  3:57   ` [kbuild-all] " Fengguang Wu
2016-12-16  0:57   ` Maciej W. Rozycki
  -- strict thread matches above, loose matches on Subject: below --
2017-02-11 23:53 kbuild test robot
2017-02-05 14:54 kbuild test robot
2017-01-15  0:56 kbuild test robot
2016-11-13  1:34 kbuild test robot
2016-11-05 23:28 kbuild test robot
2016-10-16  2:33 kbuild test robot
2016-10-02  2:12 kbuild test robot
2016-09-23  1:46 kbuild test robot
2016-09-14 15:51 kbuild test robot
2016-09-03 23:29 kbuild test robot
2016-08-28 11:12 kbuild test robot
2016-08-01 20:15 kbuild test robot
2016-07-22 17:03 kbuild test robot
2016-04-17  6:25 kbuild test robot
2016-04-03  9:13 kbuild test robot
2016-03-20  1:38 kbuild test robot
2016-03-13  9:08 kbuild test robot
2016-03-06  6:39 kbuild test robot
2016-02-28  8:17 kbuild test robot

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).