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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 13 Nov 2021 17:17:15 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     LKML <linux-kernel@...r.kernel.org>, linux-mm@...ck.org,
        Dave Hansen <dave.hansen@...ux.intel.com>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Arnd Bergmann <arnd@...db.de>
Cc:     Rich Felker <dalias@...c.org>,
        Yoshinori Sato <ysato@...rs.sourceforge.jp>
Subject: SH: error: implicit declaration of function 'init_cache_node_node'

on arch/sh/,
CONFIG_SMP is not defined,
CONFIG_NUMA=y,
CONFIG_MEMORY_HOTPLUG is not defined:

../mm/slab.c: In function 'slab_memory_callback':
../mm/slab.c:1143:23: error: implicit declaration of function 'init_cache_node_node'; did you mean 'drain_cache_node_node'? [-Werror=implicit-function-declaration]
  1143 |                 ret = init_cache_node_node(nid);


commit 76af6a054da4
Author: Dave Hansen <dave.hansen@...ux.intel.com>
Date:   Mon Oct 18 15:15:32 2021 -0700

     mm/migrate: add CPU hotplug to demotion #ifdef


How should we handle this config?

-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ