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

Tree/Branch: next-20160909
Git describe: next-20160909
Commit: d221eb9f14 Add linux-next specific files for 20160909

Build Time: 83 min 58 sec

Passed:    9 / 10   ( 90.00 %)
Failed:    1 / 10   ( 10.00 %)

Errors: 1
Warnings: 0
Section Mismatches: 0

Failed defconfigs:
	arm64-allmodconfig

Errors:

	arm64-allmodconfig
ERROR: "memblock_is_memory" [drivers/hwmon/xgene-hwmon.ko] undefined!

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

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

Errors summary: 1
	  1 ERROR: "memblock_is_memory" [drivers/hwmon/xgene-hwmon.ko] undefined!



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


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

Errors:
	ERROR: "memblock_is_memory" [drivers/hwmon/xgene-hwmon.ko] undefined!
-------------------------------------------------------------------------------

Passed with no errors, warnings or mismatches:

arm64-allnoconfig
arm-multi_v5_defconfig
arm-multi_v7_defconfig
x86_64-defconfig
arm-allmodconfig
arm-allnoconfig
x86_64-allnoconfig
arm-multi_v4t_defconfig
arm64-defconfig
close failed in file object destructor:
sys.excepthook is missing
lost sys.stderr

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

* Re: next-20160909 build: 1 failures 0 warnings (next-20160909)
  2016-09-09  8:54 next-20160909 build: 1 failures 0 warnings (next-20160909) Build bot for Mark Brown
@ 2016-09-09 10:14 ` Mark Brown
  2016-09-09 10:56   ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2016-09-09 10:14 UTC (permalink / raw)
  To: Hoan Tran, Guenter Roeck, Jean Delvare
  Cc: kernel-build-reports, linaro-kernel, linux-next, linux-arm-kernel,
	linux-hwmon

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

On Fri, Sep 09, 2016 at 09:54:37AM +0100, Build bot for Mark Brown wrote:

Since yesterday -next has been failing to build an arm64 allmodconfig
due to:

> 	arm64-allmodconfig
> ERROR: "memblock_is_memory" [drivers/hwmon/xgene-hwmon.ko] undefined!

caused by 05dbf57876b97d2 (hwmon: Add xgene hwmon driver).  That symbol
is not exported so can't be used from modules though I can't immediately
see how that module acquired a reference to that symbol.

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

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

* Re: next-20160909 build: 1 failures 0 warnings (next-20160909)
  2016-09-09 10:14 ` Mark Brown
@ 2016-09-09 10:56   ` Arnd Bergmann
  2016-09-09 14:46     ` Guenter Roeck
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2016-09-09 10:56 UTC (permalink / raw)
  To: linaro-kernel
  Cc: Mark Brown, Hoan Tran, Guenter Roeck, Jean Delvare, linux-hwmon,
	linux-next, linux-arm-kernel, kernel-build-reports

On Friday, September 9, 2016 11:14:07 AM CEST Mark Brown wrote:
> On Fri, Sep 09, 2016 at 09:54:37AM +0100, Build bot for Mark Brown wrote:
> 
> Since yesterday -next has been failing to build an arm64 allmodconfig
> due to:
> 
> > 	arm64-allmodconfig
> > ERROR: "memblock_is_memory" [drivers/hwmon/xgene-hwmon.ko] undefined!
> 
> caused by 05dbf57876b97d2 (hwmon: Add xgene hwmon driver).  That symbol
> is not exported so can't be used from modules though I can't immediately
> see how that module acquired a reference to that symbol.

See also https://lkml.org/lkml/2016/9/8/311

I haven't done a patch since we're still debating about how to best
address this.

	Arnd

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

* Re: next-20160909 build: 1 failures 0 warnings (next-20160909)
  2016-09-09 10:56   ` Arnd Bergmann
@ 2016-09-09 14:46     ` Guenter Roeck
  0 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2016-09-09 14:46 UTC (permalink / raw)
  To: Arnd Bergmann, linaro-kernel
  Cc: Mark Brown, Hoan Tran, Jean Delvare, linux-hwmon, linux-next,
	linux-arm-kernel, kernel-build-reports

On 09/09/2016 03:56 AM, Arnd Bergmann wrote:
> On Friday, September 9, 2016 11:14:07 AM CEST Mark Brown wrote:
>> On Fri, Sep 09, 2016 at 09:54:37AM +0100, Build bot for Mark Brown wrote:
>>
>> Since yesterday -next has been failing to build an arm64 allmodconfig
>> due to:
>>
>>> 	arm64-allmodconfig
>>> ERROR: "memblock_is_memory" [drivers/hwmon/xgene-hwmon.ko] undefined!
>>
>> caused by 05dbf57876b97d2 (hwmon: Add xgene hwmon driver).  That symbol
>> is not exported so can't be used from modules though I can't immediately
>> see how that module acquired a reference to that symbol.
>
> See also https://lkml.org/lkml/2016/9/8/311
>
> I haven't done a patch since we're still debating about how to best
> address this.
>

Until there is a solution, I'll mark the xgene driver as BROKEN. Though I really
think it is the victim here, not the culprit.

Guenter

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

end of thread, other threads:[~2016-09-09 14:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-09  8:54 next-20160909 build: 1 failures 0 warnings (next-20160909) Build bot for Mark Brown
2016-09-09 10:14 ` Mark Brown
2016-09-09 10:56   ` Arnd Bergmann
2016-09-09 14:46     ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox