]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
mm: hide a #warning for COMPILE_TEST
authorArnd Bergmann <arnd@arndb.de>
Fri, 16 Feb 2018 15:25:53 +0000 (16:25 +0100)
committerSeth Forshee <seth.forshee@canonical.com>
Fri, 23 Feb 2018 14:27:20 +0000 (08:27 -0600)
commitf1521c149f22e7ced4524d863ae621878ab0e016
tree3a1f0066e67340451be7cce3476749c4a234cb34
parentd5d4b30f69ac1817de99a6f4c20b58defea98d8a
mm: hide a #warning for COMPILE_TEST

BugLink: http://bugs.launchpad.net/bugs/1751131
commit af27d9403f5b80685b79c88425086edccecaf711 upstream.

We get a warning about some slow configurations in randconfig kernels:

  mm/memory.c:83:2: error: #warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_cpupid. [-Werror=cpp]

The warning is reasonable by itself, but gets in the way of randconfig
build testing, so I'm hiding it whenever CONFIG_COMPILE_TEST is set.

The warning was added in 2013 in commit 75980e97dacc ("mm: fold
page->_last_nid into page->flags where possible").

Cc: stable@vger.kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
mm/memory.c