Re: [PATCH 4.13 00/28] 4.13.15-stable review

From: Guenter Roeck
Date: Sun Nov 19 2017 - 15:13:33 EST


On 11/19/2017 06:43 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.13.15 release.
There are 28 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.

Responses should be made by Tue Nov 21 14:42:57 UTC 2017.
Anything received after that time might be too late.


Build reference: v4.13.14-29-g6493632

Building arm:allmodconfig ... failed
--------------
Error log:
/opt/buildbot/slave/stable-queue-4.13/build/drivers/crypto/bcm/cipher.c: In function 'mailbox_send_message':
/opt/buildbot/slave/stable-queue-4.13/build/drivers/crypto/bcm/cipher.c:266:40: error: request for member 'dev' in something not a structure or union
struct device *dev = &(iproc_priv.pdev->dev);
^
make[4]: *** [drivers/crypto/bcm/cipher.o] Error 1
make[3]: *** [drivers/crypto/bcm] Error 2


Building arm64:allmodconfig ... failed
--------------
Error log:
arch/arm64/Makefile:23: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum
arch/arm64/Makefile:36: LSE atomics not supported by binutils
/opt/buildbot/slave/stable-queue-4.13/build/drivers/crypto/bcm/cipher.c: In function âmailbox_send_messageâ:
/opt/buildbot/slave/stable-queue-4.13/build/drivers/crypto/bcm/cipher.c:266:40: error: request for member âdevâ in something not a structure or union
struct device *dev = &(iproc_priv.pdev->dev);
^
make[4]: *** [drivers/crypto/bcm/cipher.o] Error 1
make[3]: *** [drivers/crypto/bcm] Error 2

Early report; builds are incomplete. I do see that another pull is scheduled,
so it may well be that this has already been fixed. If so, apologies for the noise.

Guenter