Re: linux-next: Tree for Jun 28 (arch/powerpc/platforms/pseries/mobility.c)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On 6/27/23 21:27, Stephen Rothwell wrote:
> Hi all,
> 
> Please do *not* add any v5.6 related stuff to your linux-next included
> branches until after v5.5-rc1 has been released.
> 
> Changes since 20230627:
> 

on powerpc64, when
# CONFIG_HARDLOCKUP_DETECTOR is not set:

../arch/powerpc/platforms/pseries/mobility.c: In function 'pseries_migrate_partition':
../arch/powerpc/platforms/pseries/mobility.c:753:17: error: implicit declaration of function 'watchdog_hardlockup_set_timeout_pct'; did you mean 'watchdog_hardlockup_stop'? [-Werror=implicit-function-declaration]
  753 |                 watchdog_hardlockup_set_timeout_pct(factor);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                 watchdog_hardlockup_stop
cc1: all warnings being treated as errors


Full randconfig file is attached.


If I blatantly modify include/linux/nmi.h with these comments, it builds OK:

//#if defined(CONFIG_HARDLOCKUP_DETECTOR_ARCH) || defined(CONFIG_HARDLOCKUP_DETECTOR_SPARC64)
#include <asm/nmi.h>
//#endif


-- 
~Randy

Attachment: config-r2079.gz
Description: application/gzip


[Index of Archives]     [Linux Kernel]     [Linux USB Development]     [Yosemite News]     [Linux SCSI]

  Powered by Linux