On Fri, Sep 6, 2019 at 7:39 PM Joao Martins <joao.m.martins@xxxxxxxxxx> wrote: > > On 9/6/19 5:44 PM, kbuild test robot wrote: > > tree: https://kernel.googlesource.com/pub/scm/linux/kernel/git/rafael/linux-pm.git bleeding-edge > > head: 79f0d67a241f0583b994c73437caa54a4e942737 > > commit: 73d2bcced00671c2b724a31c3a4b3401c3e278d0 [175/181] cpuidle: allow governor switch on cpuidle_register_driver() > > config: arm-defconfig (attached as .config) > > compiler: arm-linux-gnueabi-gcc (GCC) 7.4.0 > > reproduce: > > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > > chmod +x ~/bin/make.cross > > git checkout 73d2bcced00671c2b724a31c3a4b3401c3e278d0 > > # save the attached .config to linux build tree > > GCC_VERSION=7.4.0 make.cross ARCH=arm > > > > If you fix the issue, kindly add following tag > > Reported-by: kbuild test robot <lkp@xxxxxxxxx> > > > > All errors (new ones prefixed by >>): > > > > drivers/cpuidle/driver.c: In function 'cpuidle_register_driver': > >>> drivers/cpuidle/driver.c:270:4: error: 'cpuidle_prev_governor' undeclared (first use in this function); did you mean 'cpuidle_find_governor'? > > cpuidle_prev_governor = cpuidle_curr_governor; > > ^~~~~~~~~~~~~~~~~~~~~ > > cpuidle_find_governor > > drivers/cpuidle/driver.c:270:4: note: each undeclared identifier is reported only once for each function it appears in > > drivers/cpuidle/driver.c: In function 'cpuidle_unregister_driver': > > drivers/cpuidle/driver.c:301:6: error: 'cpuidle_prev_governor' undeclared (first use in this function); did you mean 'cpuidle_find_governor'? > > if (cpuidle_prev_governor) { > > ^~~~~~~~~~~~~~~~~~~~~ > > cpuidle_find_governor > > > Sorry, didn't build-test with CONFIG_CPU_IDLE_MULTIPLE_DRIVERS=y > > Rafael, should I take this message that you queued the series (and thus I submit > a follow up fixing this), or I can just submit a v3 of this particular series? Please submit a v3. Thanks!