Re: stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings (v4.4.52)

From: Arnd Bergmann
Date: Tue Feb 28 2017 - 09:02:46 EST


On Sun, Feb 26, 2017 at 3:09 PM, kernelci.org bot <bot@xxxxxxxxxxxx> wrote:
> stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings

A few additional patches are missing here, besides the ones I have
listed for 4.9 and v4.10

> Warnings:
> drivers/net/ethernet/ti/cpmac.c:1240:2: warning: #warning FIXME: unhardcode
> gpio&reset bits [-Wcpp]

d43e6fb4ac4a ("cpmac: remove hopeless #warning")

> ci20_defconfig (mips) â PASS, 0 errors, 1 warning, 0 section mismatches
>
> Warnings:
> mm/memcontrol.c:4153:27: warning: 'mem_cgroup_id_get_online' defined but not
> used [-Wunused-function]

358c07fcc3b6 ("mm: memcontrol: avoid unused function warning")

> decstation_defconfig (mips) â PASS, 0 errors, 3 warnings, 0 section
> mismatches
>
> Warnings:
> arch/mips/dec/int-handler.S:149: Warning: macro instruction expanded into
> multiple instructions in a branch delay slot
> arch/mips/dec/int-handler.S:198: Warning: macro instruction expanded into
> multiple instructions in a branch delay slot

3021773c7c3e ("MIPS: DEC: Avoid la pseudo-instruction in delay slots")

> nlm_xlp_defconfig (mips) â PASS, 0 errors, 4 warnings, 0 section mismatches
>
> Warnings:
> arch/mips/netlogic/common/reset.S:53:0: warning: "CP0_EBASE" redefined
> arch/mips/netlogic/common/smpboot.S:51:0: warning: "CP0_EBASE" redefined

32eb6e8bee14 ("MIPS: Netlogic: Fix CP0_EBASE redefinition warnings")

Arnd