All of lore.kernel.org
 help / color / mirror / Atom feed
* next-20170201 build: 3 failures 3 warnings (next-20170201)
@ 2017-02-01 10:38 Build bot for Mark Brown
  2017-02-01 10:56 ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Build bot for Mark Brown @ 2017-02-01 10:38 UTC (permalink / raw)
  To: kernel-build-reports, linaro-kernel, linux-next

Tree/Branch: next-20170201
Git describe: next-20170201
Commit: 5f9e8892d9 Add linux-next specific files for 20170201

Build Time: 94 min 22 sec

Passed:    7 / 10   ( 70.00 %)
Failed:    3 / 10   ( 30.00 %)

Errors: 2
Warnings: 3
Section Mismatches: 0

Failed defconfigs:
	arm64-allmodconfig
	arm-allmodconfig

Errors:

	arm64-allmodconfig
../drivers/staging/bcm2835-audio/bcm2835-vchiq.c:97:9: error: implicit declaration of function 'vchi_msg_queue' [-Werror=implicit-function-declaration]

	arm-allmodconfig
../drivers/staging/bcm2835-audio/bcm2835-vchiq.c:97:9: error: implicit declaration of function 'vchi_msg_queue' [-Werror=implicit-function-declaration]
../drivers/staging/media/platform/bcm2835/mmal-vchiq.c:453:8: error: implicit declaration of function 'vchi_msg_queue' [-Werror=implicit-function-declaration]

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

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

Errors summary: 2
	  2 ../drivers/staging/bcm2835-audio/bcm2835-vchiq.c:97:9: error: implicit declaration of function 'vchi_msg_queue' [-Werror=implicit-function-declaration]
	  1 ../drivers/staging/media/platform/bcm2835/mmal-vchiq.c:453:8: error: implicit declaration of function 'vchi_msg_queue' [-Werror=implicit-function-declaration]

Warnings Summary: 3
	  3 ../drivers/char/random.c:318:12: warning: 'random_min_urandom_seed' defined but not used [-Wunused-variable]
	  1 ../include/linux/dynamic_debug.h:126:3: warning: 'ept_cfg' may be used uninitialized in this function [-Wmaybe-uninitialized]
	  1 ../drivers/net/ethernet/mellanox/mlx5/core/en_tc.c:815:40: warning: 'out_dev' may be used uninitialized in this function [-Wmaybe-uninitialized]



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


-------------------------------------------------------------------------------
x86_64-allnoconfig : PASS, 0 errors, 1 warnings, 0 section mismatches

Warnings:
	../drivers/char/random.c:318:12: warning: 'random_min_urandom_seed' defined but not used [-Wunused-variable]

-------------------------------------------------------------------------------
arm64-allnoconfig : PASS, 0 errors, 1 warnings, 0 section mismatches

Warnings:
	../drivers/char/random.c:318:12: warning: 'random_min_urandom_seed' defined but not used [-Wunused-variable]

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

Errors:
	../drivers/staging/bcm2835-audio/bcm2835-vchiq.c:97:9: error: implicit declaration of function 'vchi_msg_queue' [-Werror=implicit-function-declaration]

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

Warnings:
	../drivers/char/random.c:318:12: warning: 'random_min_urandom_seed' defined but not used [-Wunused-variable]

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

Errors:
	../drivers/staging/bcm2835-audio/bcm2835-vchiq.c:97:9: error: implicit declaration of function 'vchi_msg_queue' [-Werror=implicit-function-declaration]
	../drivers/staging/media/platform/bcm2835/mmal-vchiq.c:453:8: error: implicit declaration of function 'vchi_msg_queue' [-Werror=implicit-function-declaration]

Warnings:
	../drivers/net/ethernet/mellanox/mlx5/core/en_tc.c:815:40: warning: 'out_dev' may be used uninitialized in this function [-Wmaybe-uninitialized]
	../include/linux/dynamic_debug.h:126:3: warning: 'ept_cfg' may be used uninitialized in this function [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------

Passed with no errors, warnings or mismatches:

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

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

* Re: next-20170201 build: 3 failures 3 warnings (next-20170201)
  2017-02-01 10:38 next-20170201 build: 3 failures 3 warnings (next-20170201) Build bot for Mark Brown
@ 2017-02-01 10:56 ` Mark Brown
  2017-02-01 11:17   ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2017-02-01 10:56 UTC (permalink / raw)
  To: Michael Zoran, Greg Kroah-Hartman
  Cc: kernel-build-reports, linaro-kernel, linux-next

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

On Wed, Feb 01, 2017 at 10:38:07AM +0000, Build bot for Mark Brown wrote:

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

> 	arm64-allmodconfig
> ../drivers/staging/bcm2835-audio/bcm2835-vchiq.c:97:9: error: implicit declaration of function 'vchi_msg_queue' [-Werror=implicit-function-declaration]

> 	arm-allmodconfig
> ../drivers/staging/bcm2835-audio/bcm2835-vchiq.c:97:9: error: implicit declaration of function 'vchi_msg_queue' [-Werror=implicit-function-declaration]
> ../drivers/staging/media/platform/bcm2835/mmal-vchiq.c:453:8: error: implicit declaration of function 'vchi_msg_queue' [-Werror=implicit-function-declaration]

caused by that driver being added.

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

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

* Re: next-20170201 build: 3 failures 3 warnings (next-20170201)
  2017-02-01 10:56 ` Mark Brown
@ 2017-02-01 11:17   ` Greg Kroah-Hartman
  2017-02-01 13:45     ` Michael Zoran
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2017-02-01 11:17 UTC (permalink / raw)
  To: Mark Brown; +Cc: Michael Zoran, kernel-build-reports, linaro-kernel, linux-next

On Wed, Feb 01, 2017 at 10:56:27AM +0000, Mark Brown wrote:
> On Wed, Feb 01, 2017 at 10:38:07AM +0000, Build bot for Mark Brown wrote:
> 
> Today's -next fails to build both arm and arm64 allmodconfigs due to:
> 
> > 	arm64-allmodconfig
> > ../drivers/staging/bcm2835-audio/bcm2835-vchiq.c:97:9: error: implicit declaration of function 'vchi_msg_queue' [-Werror=implicit-function-declaration]
> 
> > 	arm-allmodconfig
> > ../drivers/staging/bcm2835-audio/bcm2835-vchiq.c:97:9: error: implicit declaration of function 'vchi_msg_queue' [-Werror=implicit-function-declaration]
> > ../drivers/staging/media/platform/bcm2835/mmal-vchiq.c:453:8: error: implicit declaration of function 'vchi_msg_queue' [-Werror=implicit-function-declaration]
> 
> caused by that driver being added.

Doesn't look like vchi_msg_queue is ever exported for modules to use.
Michael, care to make up a patch for that?

Also, the build warning is odd, shouldn't the include files point to the
correct .h file for this?

thanks,

greg k-h

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

* Re: next-20170201 build: 3 failures 3 warnings (next-20170201)
  2017-02-01 11:17   ` Greg Kroah-Hartman
@ 2017-02-01 13:45     ` Michael Zoran
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Zoran @ 2017-02-01 13:45 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Mark Brown
  Cc: kernel-build-reports, linaro-kernel, linux-next

On Wed, 2017-02-01 at 12:17 +0100, Greg Kroah-Hartman wrote:
> On Wed, Feb 01, 2017 at 10:56:27AM +0000, Mark Brown wrote:
> > On Wed, Feb 01, 2017 at 10:38:07AM +0000, Build bot for Mark Brown
> > wrote:
> > 
> > Today's -next fails to build both arm and arm64 allmodconfigs due
> > to:
> > 
> > > 	arm64-allmodconfig
> > > ../drivers/staging/bcm2835-audio/bcm2835-vchiq.c:97:9: error:
> > > implicit declaration of function 'vchi_msg_queue' [-
> > > Werror=implicit-function-declaration]
> > > 	arm-allmodconfig
> > > ../drivers/staging/bcm2835-audio/bcm2835-vchiq.c:97:9: error:
> > > implicit declaration of function 'vchi_msg_queue' [-
> > > Werror=implicit-function-declaration]
> > > ../drivers/staging/media/platform/bcm2835/mmal-vchiq.c:453:8:
> > > error: implicit declaration of function 'vchi_msg_queue' [-
> > > Werror=implicit-function-declaration]
> > 
> > caused by that driver being added.
> 
> Doesn't look like vchi_msg_queue is ever exported for modules to use.
> Michael, care to make up a patch for that?
> 
> Also, the build warning is odd, shouldn't the include files point to
> the
> correct .h file for this?
> 

This is because vchi_msg_queue was replaced with
vchi_queue_kernel_message and vchi_queue_user_message.

vchi_msg_queue was removed from the header and made static since it's
no longer needed by other modules.

The correct fix is to replace vchi_msg_queue with
vchi_queue_kernel_message in the two dependent drivers.

I should have a patch shortly, but I'm currently having some very slow
network issues.

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

end of thread, other threads:[~2017-02-01 13:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-01 10:38 next-20170201 build: 3 failures 3 warnings (next-20170201) Build bot for Mark Brown
2017-02-01 10:56 ` Mark Brown
2017-02-01 11:17   ` Greg Kroah-Hartman
2017-02-01 13:45     ` Michael Zoran

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.