lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 28 Jun 2023 22:07:17 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Stephen Rothwell <sfr@...b.auug.org.au>,
        Linux Next Mailing List <linux-next@...r.kernel.org>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Michael Ellerman <mpe@...erman.id.au>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Douglas Anderson <dianders@...omium.org>,
        Petr Mladek <pmladek@...e.com>
Subject: Re: linux-next: Tree for Jun 28
 (arch/powerpc/platforms/pseries/mobility.c)



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
Download attachment "config-r2079.gz" of type "application/gzip" (44570 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ