linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [linux-next] Build failure kernel/watchdog [powerpc]
@ 2022-07-27  8:43 Sachin Sant
  0 siblings, 0 replies; only message in thread
From: Sachin Sant @ 2022-07-27  8:43 UTC (permalink / raw)
  To: linuxppc-dev, ldufour; +Cc: linux-next

Linux-next (5.19.0-rc8-next-20220726) fails to build on powerpc with following error:

kernel/watchdog.c:597:20: error: static declaration of 'lockup_detector_reconfigure' follows non-static declaration
 static inline void lockup_detector_reconfigure(void)
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from kernel/watchdog.c:17:
./include/linux/nmi.h:125:6: note: previous declaration of 'lockup_detector_reconfigure' was here
 void lockup_detector_reconfigure(void);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~

CONFIG_SOFTLOCKUP_DETECTOR is not set in the config. Build is
successful with CONFIG_SOFTLOCKUP_DETECTOR=y

The code in question was changed by  following patch
commit 24a1260705b7c69e7be35cf40ccb1e886bc732cf
    watchdog: export lockup_detector_reconfigure

Thanks
- Sachin


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-27  8:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27  8:43 [linux-next] Build failure kernel/watchdog [powerpc] Sachin Sant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).