Re: [PATCH v3 2/3] hwmon: xgene: Add hwmon driver

From: Arnd Bergmann
Date: Thu Sep 08 2016 - 11:01:02 EST


On Thursday, September 8, 2016 7:55:44 AM CEST Guenter Roeck wrote:
> Maybe, but now I get
>
> Building arm:allmodconfig ... failed
> --------------
> Error log:
> crypto/crypto_engine.c: In function 'crypto_transfer_hash_request':
> crypto/crypto_engine.c:234:3: error: implicit declaration of function 'queue_kthread_work'
>
> Building arm64:allmodconfig ... failed
> --------------
> Error log:
> arch/arm64/kvm/../../../virt/kvm/arm/arch_timer.c: In function âkvm_timer_hyp_initâ:
> arch/arm64/kvm/../../../virt/kvm/arm/arch_timer.c:457:1: warning: label âout_freeâ defined but not used

Right, I sent fixes for both. I think we had a clean build yesterday,
probably tomorrow those will both be fixed.

The time between -rc5 and -rc7 seems to be the worst for build testing ;-)

Arnd