linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* next-20160906 build: 2 failures 0 warnings (next-20160906)
@ 2016-09-06  8:45 Build bot for Mark Brown
  2016-09-06 10:46 ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Build bot for Mark Brown @ 2016-09-06  8:45 UTC (permalink / raw)
  To: kernel-build-reports, linaro-kernel, linux-next

Tree/Branch: next-20160906
Git describe: next-20160906
Commit: eb94d148a8 Add linux-next specific files for 20160906

Build Time: 83 min 57 sec

Passed:    8 / 10   ( 80.00 %)
Failed:    2 / 10   ( 20.00 %)

Errors: 1
Warnings: 0
Section Mismatches: 0

Failed defconfigs:
	arm64-allmodconfig
	arm-allmodconfig

Errors:

	arm64-allmodconfig
../drivers/pwm/pwm-berlin.c:245:35: error: 'struct berlin_pwm_chip' has no member named 'chips'

	arm-allmodconfig
../drivers/pwm/pwm-berlin.c:245:35: error: 'struct berlin_pwm_chip' has no member named 'chips'

-------------------------------------------------------------------------------
defconfigs with issues (other than build errors):

-------------------------------------------------------------------------------

Errors summary: 1
	  2 ../drivers/pwm/pwm-berlin.c:245:35: error: 'struct berlin_pwm_chip' has no member named 'chips'



===============================================================================
Detailed per-defconfig build reports below:


-------------------------------------------------------------------------------
arm64-allmodconfig : FAIL, 1 errors, 0 warnings, 0 section mismatches

Errors:
	../drivers/pwm/pwm-berlin.c:245:35: error: 'struct berlin_pwm_chip' has no member named 'chips'

-------------------------------------------------------------------------------
arm-allmodconfig : FAIL, 1 errors, 0 warnings, 0 section mismatches

Errors:
	../drivers/pwm/pwm-berlin.c:245:35: error: 'struct berlin_pwm_chip' has no member named 'chips'
-------------------------------------------------------------------------------

Passed with no errors, warnings or mismatches:

arm64-allnoconfig
arm-multi_v5_defconfig
arm-multi_v7_defconfig
x86_64-defconfig
arm-allnoconfig
x86_64-allnoconfig
arm-multi_v4t_defconfig
arm64-defconfig

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

* Re: next-20160906 build: 2 failures 0 warnings (next-20160906)
  2016-09-06  8:45 next-20160906 build: 2 failures 0 warnings (next-20160906) Build bot for Mark Brown
@ 2016-09-06 10:46 ` Mark Brown
  2016-09-06 10:53   ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2016-09-06 10:46 UTC (permalink / raw)
  To: Jisheng Zhang, Thierry Reding, Antoine Ténart
  Cc: kernel-build-reports, linaro-kernel, linux-next, linux-kernel,
	linux-arm-kernel

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

On Tue, Sep 06, 2016 at 09:45:43AM +0100, Build bot for Mark Brown wrote:

Today's -next fails to build arm and arm64 defconfigs due to:

> 	arm64-allmodconfig
> ../drivers/pwm/pwm-berlin.c:245:35: error: 'struct berlin_pwm_chip' has no member named 'chips'

> 	arm-allmodconfig
> ../drivers/pwm/pwm-berlin.c:245:35: error: 'struct berlin_pwm_chip' has no member named 'chips'

due to fd47f104003c6 (pwm: berlin: Add suspend/resume support) which was
applied yesterday.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

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

* Re: next-20160906 build: 2 failures 0 warnings (next-20160906)
  2016-09-06 10:46 ` Mark Brown
@ 2016-09-06 10:53   ` Arnd Bergmann
  2016-09-06 10:53     ` Jisheng Zhang
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2016-09-06 10:53 UTC (permalink / raw)
  To: linaro-kernel
  Cc: Mark Brown, Jisheng Zhang, Thierry Reding, Antoine Ténart,
	linux-kernel, linux-next, linux-arm-kernel, kernel-build-reports

On Tuesday, September 6, 2016 11:46:52 AM CEST Mark Brown wrote:
> On Tue, Sep 06, 2016 at 09:45:43AM +0100, Build bot for Mark Brown wrote:
> 
> Today's -next fails to build arm and arm64 defconfigs due to:
> 
> > 	arm64-allmodconfig
> > ../drivers/pwm/pwm-berlin.c:245:35: error: 'struct berlin_pwm_chip' has no member named 'chips'
> 
> > 	arm-allmodconfig
> > ../drivers/pwm/pwm-berlin.c:245:35: error: 'struct berlin_pwm_chip' has no member named 'chips'
> 
> due to fd47f104003c6 (pwm: berlin: Add suspend/resume support) which was
> applied yesterday.
> 

I've prepared a patch, will send as soon as I have a clean build again.

	Arnd

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

* Re: next-20160906 build: 2 failures 0 warnings (next-20160906)
  2016-09-06 10:53   ` Arnd Bergmann
@ 2016-09-06 10:53     ` Jisheng Zhang
  0 siblings, 0 replies; 4+ messages in thread
From: Jisheng Zhang @ 2016-09-06 10:53 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: linaro-kernel, Mark Brown, Thierry Reding, Antoine Ténart,
	linux-kernel, linux-next, linux-arm-kernel, kernel-build-reports

On Tue, 6 Sep 2016 12:53:56 +0200 Arnd Bergmann wrote:

> On Tuesday, September 6, 2016 11:46:52 AM CEST Mark Brown wrote:
> > On Tue, Sep 06, 2016 at 09:45:43AM +0100, Build bot for Mark Brown wrote:
> > 
> > Today's -next fails to build arm and arm64 defconfigs due to:
> >   
> > > 	arm64-allmodconfig
> > > ../drivers/pwm/pwm-berlin.c:245:35: error: 'struct berlin_pwm_chip' has no member named 'chips'  
> >   
> > > 	arm-allmodconfig
> > > ../drivers/pwm/pwm-berlin.c:245:35: error: 'struct berlin_pwm_chip' has no member named 'chips'  
> > 
> > due to fd47f104003c6 (pwm: berlin: Add suspend/resume support) which was
> > applied yesterday.
> >   
> 
> I've prepared a patch, will send as soon as I have a clean build again.
> 
> 	Arnd

Thierry has already fixed it

sorry for the inconvenience,
Jisheng

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

end of thread, other threads:[~2016-09-06 10:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-06  8:45 next-20160906 build: 2 failures 0 warnings (next-20160906) Build bot for Mark Brown
2016-09-06 10:46 ` Mark Brown
2016-09-06 10:53   ` Arnd Bergmann
2016-09-06 10:53     ` Jisheng Zhang

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