On Fri, Nov 3, 2017 at 10:56 AM, kernelci.org bot bot@kernelci.org wrote:
Warnings: drivers/soc/qcom/rmtfs_mem.c:211:1: warning: label 'remove_cdev' defined but not used [-Wunused-label]
I had sent a fix for this a while ago and not noticed that the driver made it into arm-soc now. I've applied my own fix to turn off the warning
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c:1795:4: warning: 'skb' may be used uninitialized in this function [-Wmaybe-uninitialized]
This is a side-effect of enabling the Freescale SoC drivers on ARM. Sending a patch to netdev for it now, but this will keep showing up for arm-soc until both are merged into mainline.
Errors: /bin/sh: 1: /home/buildslave/workspace/kernel-single-defconfig-builder/defconfig/allmodconfig+CONFIG_OF=n/label/builder/build-x86/tools/objtool//fixdep: Permission denied
I still don't have a good solution for this.
Arnd