Re: next/master build: 208 builds: 2 failed, 206 passed, 2 errors, 147 warnings (next-20170613)

From: David Miller
Date: Tue Jun 13 2017 - 11:32:37 EST


From: Arnd Bergmann <arnd@xxxxxxxx>
Date: Tue, 13 Jun 2017 13:59:40 +0200

> On Tue, Jun 13, 2017 at 11:56 AM, kernelci.org bot <bot@xxxxxxxxxxxx> wrote:
>> Warnings summary:
>> 127 net/core/dev.c:8330:2: warning: 'remsd' is used uninitialized in this function [-Wuninitialized]
>
> Caused by 773fc8f6e8d6 ("net: rps: send out pending IPI's on CPU hotplug")
> valid bug: net_rps_send_ipi() is called with an uninitialized argument when
> CONFIG_RPS is disabled.

This one should be fixed now.