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
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.
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
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
kernel-build-reports@lists.linaro.org