All of lore.kernel.org
 help / color / mirror / Atom feed
* [rjarzmik:test/daniel 23/34] sound/arm/pxa2xx-ac97.c:27:10: fatal error: mach/regs-ac97.h: No such file or directory
@ 2018-05-23  8:46 kbuild test robot
  2018-05-23  9:00 ` Daniel Mack
  0 siblings, 1 reply; 6+ messages in thread
From: kbuild test robot @ 2018-05-23  8:46 UTC (permalink / raw)
  To: linux-arm-kernel

tree:   https://github.com/rjarzmik/linux test/daniel
head:   f495e2dbc482d8f01a1ee20e86284ee9c0c8fa98
commit: 4cd654b13b9bcc0f206d414497b798ed42df573a [23/34] HACK: select SND_PXA_SOC_SSP for SND_SIMPLE_CARD
config: x86_64-randconfig-s3-05231547 (attached as .config)
compiler: gcc-7 (Debian 7.3.0-16) 7.3.0
reproduce:
        git checkout 4cd654b13b9bcc0f206d414497b798ed42df573a
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

>> sound/arm/pxa2xx-ac97.c:27:10: fatal error: mach/regs-ac97.h: No such file or directory
    #include <mach/regs-ac97.h>
             ^~~~~~~~~~~~~~~~~~
   compilation terminated.
--
>> sound/soc/pxa/pxa2xx-i2s.c:28:10: fatal error: mach/hardware.h: No such file or directory
    #include <mach/hardware.h>
             ^~~~~~~~~~~~~~~~~
   compilation terminated.

vim +27 sound/arm/pxa2xx-ac97.c

2c484df0 Takashi Iwai 2005-06-30  26  
1f017a99 Eric Miao    2008-11-28 @27  #include <mach/regs-ac97.h>
a09e64fb Russell King 2008-08-05  28  #include <mach/audio.h>
2c484df0 Takashi Iwai 2005-06-30  29  

:::::: The code at line 27 was first introduced by commit
:::::: 1f017a9964c5b3b9581d3a5732110cb1e0444281 [ARM] pxa: move AC97 register definitions into dedicated regs-ac97.h

:::::: TO: Eric Miao <eric.miao@marvell.com>
:::::: CC: Eric Miao <eric.miao@marvell.com>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 31184 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180523/2435dd78/attachment-0001.gz>

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

* [rjarzmik:test/daniel 23/34] sound/arm/pxa2xx-ac97.c:27:10: fatal error: mach/regs-ac97.h: No such file or directory
  2018-05-23  8:46 [rjarzmik:test/daniel 23/34] sound/arm/pxa2xx-ac97.c:27:10: fatal error: mach/regs-ac97.h: No such file or directory kbuild test robot
@ 2018-05-23  9:00 ` Daniel Mack
  2018-05-23 13:05   ` Li, Philip
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Mack @ 2018-05-23  9:00 UTC (permalink / raw)
  To: linux-arm-kernel

Robert,

On Wednesday, May 23, 2018 10:46 AM, kbuild test robot wrote:
> tree:   https://github.com/rjarzmik/linux test/daniel
> head:   f495e2dbc482d8f01a1ee20e86284ee9c0c8fa98
> commit: 4cd654b13b9bcc0f206d414497b798ed42df573a [23/34] HACK: select SND_PXA_SOC_SSP for SND_SIMPLE_CARD

This patch is just a local hack in one of my scratch-pad branches and is 
not meant for upstream inclusion. Could you remove the branch or make 
sure it isn't picked up by test robots?


Thanks,
Daniel


> config: x86_64-randconfig-s3-05231547 (attached as .config)
> compiler: gcc-7 (Debian 7.3.0-16) 7.3.0
> reproduce:
>          git checkout 4cd654b13b9bcc0f206d414497b798ed42df573a
>          # save the attached .config to linux build tree
>          make ARCH=x86_64
> 
> All errors (new ones prefixed by >>):
> 
>>> sound/arm/pxa2xx-ac97.c:27:10: fatal error: mach/regs-ac97.h: No such file or directory
>      #include <mach/regs-ac97.h>
>               ^~~~~~~~~~~~~~~~~~
>     compilation terminated.
> --
>>> sound/soc/pxa/pxa2xx-i2s.c:28:10: fatal error: mach/hardware.h: No such file or directory
>      #include <mach/hardware.h>
>               ^~~~~~~~~~~~~~~~~
>     compilation terminated.
> 
> vim +27 sound/arm/pxa2xx-ac97.c
> 
> 2c484df0 Takashi Iwai 2005-06-30  26
> 1f017a99 Eric Miao    2008-11-28 @27  #include <mach/regs-ac97.h>
> a09e64fb Russell King 2008-08-05  28  #include <mach/audio.h>
> 2c484df0 Takashi Iwai 2005-06-30  29
> 
> :::::: The code at line 27 was first introduced by commit
> :::::: 1f017a9964c5b3b9581d3a5732110cb1e0444281 [ARM] pxa: move AC97 register definitions into dedicated regs-ac97.h
> 
> :::::: TO: Eric Miao <eric.miao@marvell.com>
> :::::: CC: Eric Miao <eric.miao@marvell.com>
> 
> ---
> 0-DAY kernel test infrastructure                Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
> 

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

* [rjarzmik:test/daniel 23/34] sound/arm/pxa2xx-ac97.c:27:10: fatal error: mach/regs-ac97.h: No such file or directory
  2018-05-23  9:00 ` Daniel Mack
@ 2018-05-23 13:05   ` Li, Philip
  2018-05-23 14:12     ` Robert Jarzmik
  0 siblings, 1 reply; 6+ messages in thread
From: Li, Philip @ 2018-05-23 13:05 UTC (permalink / raw)
  To: linux-arm-kernel

> On Wednesday, May 23, 2018 10:46 AM, kbuild test robot wrote:
> > tree:   https://github.com/rjarzmik/linux test/daniel
> > head:   f495e2dbc482d8f01a1ee20e86284ee9c0c8fa98
> > commit: 4cd654b13b9bcc0f206d414497b798ed42df573a [23/34] HACK: select
> SND_PXA_SOC_SSP for SND_SIMPLE_CARD
> 
> This patch is just a local hack in one of my scratch-pad branches and is
> not meant for upstream inclusion. Could you remove the branch or make
> sure it isn't picked up by test robots?
thanks for info, we will exclude it from testing.

> 
> 
> Thanks,
> Daniel
> 
> 
> > config: x86_64-randconfig-s3-05231547 (attached as .config)
> > compiler: gcc-7 (Debian 7.3.0-16) 7.3.0
> > reproduce:
> >          git checkout 4cd654b13b9bcc0f206d414497b798ed42df573a
> >          # save the attached .config to linux build tree
> >          make ARCH=x86_64
> >
> > All errors (new ones prefixed by >>):
> >
> >>> sound/arm/pxa2xx-ac97.c:27:10: fatal error: mach/regs-ac97.h: No such file
> or directory
> >      #include <mach/regs-ac97.h>
> >               ^~~~~~~~~~~~~~~~~~
> >     compilation terminated.
> > --
> >>> sound/soc/pxa/pxa2xx-i2s.c:28:10: fatal error: mach/hardware.h: No such file
> or directory
> >      #include <mach/hardware.h>
> >               ^~~~~~~~~~~~~~~~~
> >     compilation terminated.
> >
> > vim +27 sound/arm/pxa2xx-ac97.c
> >
> > 2c484df0 Takashi Iwai 2005-06-30  26
> > 1f017a99 Eric Miao    2008-11-28 @27  #include <mach/regs-ac97.h>
> > a09e64fb Russell King 2008-08-05  28  #include <mach/audio.h>
> > 2c484df0 Takashi Iwai 2005-06-30  29
> >
> > :::::: The code at line 27 was first introduced by commit
> > :::::: 1f017a9964c5b3b9581d3a5732110cb1e0444281 [ARM] pxa: move AC97
> register definitions into dedicated regs-ac97.h
> >
> > :::::: TO: Eric Miao <eric.miao@marvell.com>
> > :::::: CC: Eric Miao <eric.miao@marvell.com>
> >
> > ---
> > 0-DAY kernel test infrastructure                Open Source Technology Center
> > https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
> >

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

* [rjarzmik:test/daniel 23/34] sound/arm/pxa2xx-ac97.c:27:10: fatal error: mach/regs-ac97.h: No such file or directory
  2018-05-23 13:05   ` Li, Philip
@ 2018-05-23 14:12     ` Robert Jarzmik
  2018-05-24  0:21       ` Li, Philip
  0 siblings, 1 reply; 6+ messages in thread
From: Robert Jarzmik @ 2018-05-23 14:12 UTC (permalink / raw)
  To: linux-arm-kernel

"Li, Philip" <philip.li@intel.com> writes:

>> On Wednesday, May 23, 2018 10:46 AM, kbuild test robot wrote:
>> > tree:   https://github.com/rjarzmik/linux test/daniel
>> > head:   f495e2dbc482d8f01a1ee20e86284ee9c0c8fa98
>> > commit: 4cd654b13b9bcc0f206d414497b798ed42df573a [23/34] HACK: select
>> SND_PXA_SOC_SSP for SND_SIMPLE_CARD
>> 
>> This patch is just a local hack in one of my scratch-pad branches and is
>> not meant for upstream inclusion. Could you remove the branch or make
>> sure it isn't picked up by test robots?
> thanks for info, we will exclude it from testing.
Hi Li, Philip,

Is it possible to exclude a pattern instead ?
I mean would it be possible to exclude each branch of the form "test/*" ?

Cheers.

--
Robert

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

* [rjarzmik:test/daniel 23/34] sound/arm/pxa2xx-ac97.c:27:10: fatal error: mach/regs-ac97.h: No such file or directory
  2018-05-23 14:12     ` Robert Jarzmik
@ 2018-05-24  0:21       ` Li, Philip
  2018-05-24  6:48         ` Robert Jarzmik
  0 siblings, 1 reply; 6+ messages in thread
From: Li, Philip @ 2018-05-24  0:21 UTC (permalink / raw)
  To: linux-arm-kernel

> Subject: Re: [rjarzmik:test/daniel 23/34] sound/arm/pxa2xx-ac97.c:27:10: fatal
> error: mach/regs-ac97.h: No such file or directory
> 
> "Li, Philip" <philip.li@intel.com> writes:
> 
> >> On Wednesday, May 23, 2018 10:46 AM, kbuild test robot wrote:
> >> > tree:   https://github.com/rjarzmik/linux test/daniel
> >> > head:   f495e2dbc482d8f01a1ee20e86284ee9c0c8fa98
> >> > commit: 4cd654b13b9bcc0f206d414497b798ed42df573a [23/34] HACK:
> select
> >> SND_PXA_SOC_SSP for SND_SIMPLE_CARD
> >>
> >> This patch is just a local hack in one of my scratch-pad branches and is
> >> not meant for upstream inclusion. Could you remove the branch or make
> >> sure it isn't picked up by test robots?
> > thanks for info, we will exclude it from testing.
> Hi Li, Philip,
> 
> Is it possible to exclude a pattern instead ?
> I mean would it be possible to exclude each branch of the form "test/*" ?
sure, we will use test/.* to match the branch to exclude.

> 
> Cheers.
> 
> --
> Robert

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

* [rjarzmik:test/daniel 23/34] sound/arm/pxa2xx-ac97.c:27:10: fatal error: mach/regs-ac97.h: No such file or directory
  2018-05-24  0:21       ` Li, Philip
@ 2018-05-24  6:48         ` Robert Jarzmik
  0 siblings, 0 replies; 6+ messages in thread
From: Robert Jarzmik @ 2018-05-24  6:48 UTC (permalink / raw)
  To: linux-arm-kernel

"Li, Philip" <philip.li@intel.com> writes:

>> Is it possible to exclude a pattern instead ?
>> I mean would it be possible to exclude each branch of the form "test/*" ?
> sure, we will use test/.* to match the branch to exclude.
That's great, thanks a lot.

Cheers.

-- 
Robert

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

end of thread, other threads:[~2018-05-24  6:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-23  8:46 [rjarzmik:test/daniel 23/34] sound/arm/pxa2xx-ac97.c:27:10: fatal error: mach/regs-ac97.h: No such file or directory kbuild test robot
2018-05-23  9:00 ` Daniel Mack
2018-05-23 13:05   ` Li, Philip
2018-05-23 14:12     ` Robert Jarzmik
2018-05-24  0:21       ` Li, Philip
2018-05-24  6:48         ` Robert Jarzmik

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.