From: Arnd Bergmann <a...@arndb.de> Date: Tue, 13 Jun 2017 13:59:40 +0200
> On Tue, Jun 13, 2017 at 11:56 AM, kernelci.org bot <b...@kernelci.org> 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.