linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* next-20160602 build: 0 failures 2 warnings (next-20160602)
@ 2016-06-02  9:48 Build bot for Mark Brown
  2016-06-02  9:58 ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Build bot for Mark Brown @ 2016-06-02  9:48 UTC (permalink / raw)
  To: kernel-build-reports, linaro-kernel, linux-next

Tree/Branch: next-20160602
Git describe: next-20160602
Commit: ce425f36d1 Add linux-next specific files for 20160602

Build Time: 141 min 21 sec

Passed:    9 / 9   (100.00 %)
Failed:    0 / 9   (  0.00 %)

Errors: 0
Warnings: 2
Section Mismatches: 0

-------------------------------------------------------------------------------
defconfigs with issues (other than build errors):
      2 warnings    0 mismatches  : arm64-allmodconfig
      1 warnings    0 mismatches  : arm-allmodconfig

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

Warnings Summary: 2
	  2 ../drivers/gpu/drm/arm/hdlcd_crtc.c:185:28: warning: unused variable 'hdlcd' [-Wunused-variable]
	  1 ../drivers/staging/iio/adc/ad7606_spi.c:24:18: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized]



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


-------------------------------------------------------------------------------
arm64-allmodconfig : PASS, 0 errors, 2 warnings, 0 section mismatches

Warnings:
	../drivers/gpu/drm/arm/hdlcd_crtc.c:185:28: warning: unused variable 'hdlcd' [-Wunused-variable]
	../drivers/staging/iio/adc/ad7606_spi.c:24:18: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized]

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

Warnings:
	../drivers/gpu/drm/arm/hdlcd_crtc.c:185:28: warning: unused variable 'hdlcd' [-Wunused-variable]
-------------------------------------------------------------------------------

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
arm64-defconfig

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

* Re: next-20160602 build: 0 failures 2 warnings (next-20160602)
  2016-06-02  9:48 next-20160602 build: 0 failures 2 warnings (next-20160602) Build bot for Mark Brown
@ 2016-06-02  9:58 ` Arnd Bergmann
  2016-06-02 10:08   ` Liviu Dudau
  0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2016-06-02  9:58 UTC (permalink / raw)
  To: linaro-kernel
  Cc: Build bot for Mark Brown, kernel-build-reports, linux-next, Liviu Dudau

On Thursday, June 2, 2016 10:48:15 AM CEST Build bot for Mark Brown wrote:
> Tree/Branch: next-20160602
> Git describe: next-20160602
> Commit: ce425f36d1 Add linux-next specific files for 20160602
> 
> Build Time: 141 min 21 sec
> 
> Passed:    9 / 9   (100.00 %)
> Failed:    0 / 9   (  0.00 %)
> 
> Errors: 0
> Warnings: 2
> Section Mismatches: 0
> 
> -------------------------------------------------------------------------------
> defconfigs with issues (other than build errors):
>       2 warnings    0 mismatches  : arm64-allmodconfig
>       1 warnings    0 mismatches  : arm-allmodconfig
> 
> -------------------------------------------------------------------------------
> 
> Warnings Summary: 2
> 	  2 ../drivers/gpu/drm/arm/hdlcd_crtc.c:185:28: warning: unused variable 'hdlcd' [-Wunused-variable]

This was introduced today by 1e5e10b59403 ("drm: hdlcd: Cleanup the atomic plane operations").
Liviu, can you fix it up?

> 	  1 ../drivers/staging/iio/adc/ad7606_spi.c:24:18: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized]

I sent a patch on Monday, but Greg has been busy working on his stable kernels,
I'm sure he'll get to it.

	Arnd

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

* Re: next-20160602 build: 0 failures 2 warnings (next-20160602)
  2016-06-02  9:58 ` Arnd Bergmann
@ 2016-06-02 10:08   ` Liviu Dudau
  0 siblings, 0 replies; 3+ messages in thread
From: Liviu Dudau @ 2016-06-02 10:08 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: linaro-kernel, Build bot for Mark Brown, kernel-build-reports,
	linux-next

On Thu, Jun 02, 2016 at 11:58:24AM +0200, Arnd Bergmann wrote:
> On Thursday, June 2, 2016 10:48:15 AM CEST Build bot for Mark Brown wrote:
> > Tree/Branch: next-20160602
> > Git describe: next-20160602
> > Commit: ce425f36d1 Add linux-next specific files for 20160602
> > 
> > Build Time: 141 min 21 sec
> > 
> > Passed:    9 / 9   (100.00 %)
> > Failed:    0 / 9   (  0.00 %)
> > 
> > Errors: 0
> > Warnings: 2
> > Section Mismatches: 0
> > 
> > -------------------------------------------------------------------------------
> > defconfigs with issues (other than build errors):
> >       2 warnings    0 mismatches  : arm64-allmodconfig
> >       1 warnings    0 mismatches  : arm-allmodconfig
> > 
> > -------------------------------------------------------------------------------
> > 
> > Warnings Summary: 2
> > 	  2 ../drivers/gpu/drm/arm/hdlcd_crtc.c:185:28: warning: unused variable 'hdlcd' [-Wunused-variable]
> 
> This was introduced today by 1e5e10b59403 ("drm: hdlcd: Cleanup the atomic plane operations").
> Liviu, can you fix it up?

Yes, I have a fix in my local tree, I'll push it to the public tree soon, will be picked up by the next -next rebuild.

Best regards,
Liviu

> 
> > 	  1 ../drivers/staging/iio/adc/ad7606_spi.c:24:18: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized]
> 
> I sent a patch on Monday, but Greg has been busy working on his stable kernels,
> I'm sure he'll get to it.
> 
> 	Arnd
> 

-- 
====================
| I would like to |
| fix the world,  |
| but they're not |
| giving me the   |
 \ source code!  /
  ---------------
    ¯\_(ツ)_/¯

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-02  9:48 next-20160602 build: 0 failures 2 warnings (next-20160602) Build bot for Mark Brown
2016-06-02  9:58 ` Arnd Bergmann
2016-06-02 10:08   ` Liviu Dudau

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