From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [rcu:willy-maple 139/202] mm/nommu.c:22:10: fatal error: linux/vmacache.h: No such file or directory
Date: Wed, 03 Feb 2021 07:58:42 +0800 [thread overview]
Message-ID: <202102030728.8eFDkf8E-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 3794 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git willy-maple
head: 7e346d2845b4bd77663394f39fa70456e0084c86
commit: 1603fe680ad28a1a5ad87f659786f3ff7b494dcf [139/202] mm: Remove vmacache
config: riscv-nommu_k210_defconfig (attached as .config)
compiler: riscv64-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git/commit/?id=1603fe680ad28a1a5ad87f659786f3ff7b494dcf
git remote add rcu https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
git fetch --no-tags rcu willy-maple
git checkout 1603fe680ad28a1a5ad87f659786f3ff7b494dcf
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=riscv
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
Note: the rcu/willy-maple HEAD 7e346d2845b4bd77663394f39fa70456e0084c86 builds fine.
It only hurts bisectibility.
All errors (new ones prefixed by >>):
In file included from mm/nommu.c:20:
include/linux/mm.h:2595:6: warning: no previous prototype for 'mm_populate_vma' [-Wmissing-prototypes]
2595 | void mm_populate_vma(struct vm_area_struct *vma, unsigned long start,
| ^~~~~~~~~~~~~~~
>> mm/nommu.c:22:10: fatal error: linux/vmacache.h: No such file or directory
22 | #include <linux/vmacache.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
vim +22 mm/nommu.c
b1de0d139c97a6 Mitchel Humpherys 2014-06-06 18
b95f1b31b75588 Paul Gortmaker 2011-10-16 19 #include <linux/export.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 20 #include <linux/mm.h>
6e84f31522f931 Ingo Molnar 2017-02-08 21 #include <linux/sched/mm.h>
615d6e8756c871 Davidlohr Bueso 2014-04-07 @22 #include <linux/vmacache.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 23 #include <linux/mman.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 24 #include <linux/swap.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 25 #include <linux/file.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 26 #include <linux/highmem.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 27 #include <linux/pagemap.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 28 #include <linux/slab.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 29 #include <linux/vmalloc.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 30 #include <linux/blkdev.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 31 #include <linux/backing-dev.h>
3b32123d734cb4 Gideon Israel Dsouza 2014-04-07 32 #include <linux/compiler.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 33 #include <linux/mount.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 34 #include <linux/personality.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 35 #include <linux/security.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 36 #include <linux/syscalls.h>
120a795da07c9a Al Viro 2010-10-30 37 #include <linux/audit.h>
b1de0d139c97a6 Mitchel Humpherys 2014-06-06 38 #include <linux/printk.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 39
:::::: The code at line 22 was first introduced by commit
:::::: 615d6e8756c87149f2d4c1b93d471bca002bd849 mm: per-thread vma caching
:::::: TO: Davidlohr Bueso <davidlohr@hp.com>
:::::: CC: Linus Torvalds <torvalds@linux-foundation.org>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 6585 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: "Liam R. Howlett" <Liam.Howlett@Oracle.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org
Subject: [rcu:willy-maple 139/202] mm/nommu.c:22:10: fatal error: linux/vmacache.h: No such file or directory
Date: Wed, 3 Feb 2021 07:58:42 +0800 [thread overview]
Message-ID: <202102030728.8eFDkf8E-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 3725 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git willy-maple
head: 7e346d2845b4bd77663394f39fa70456e0084c86
commit: 1603fe680ad28a1a5ad87f659786f3ff7b494dcf [139/202] mm: Remove vmacache
config: riscv-nommu_k210_defconfig (attached as .config)
compiler: riscv64-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git/commit/?id=1603fe680ad28a1a5ad87f659786f3ff7b494dcf
git remote add rcu https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
git fetch --no-tags rcu willy-maple
git checkout 1603fe680ad28a1a5ad87f659786f3ff7b494dcf
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=riscv
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
Note: the rcu/willy-maple HEAD 7e346d2845b4bd77663394f39fa70456e0084c86 builds fine.
It only hurts bisectibility.
All errors (new ones prefixed by >>):
In file included from mm/nommu.c:20:
include/linux/mm.h:2595:6: warning: no previous prototype for 'mm_populate_vma' [-Wmissing-prototypes]
2595 | void mm_populate_vma(struct vm_area_struct *vma, unsigned long start,
| ^~~~~~~~~~~~~~~
>> mm/nommu.c:22:10: fatal error: linux/vmacache.h: No such file or directory
22 | #include <linux/vmacache.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
vim +22 mm/nommu.c
b1de0d139c97a6 Mitchel Humpherys 2014-06-06 18
b95f1b31b75588 Paul Gortmaker 2011-10-16 19 #include <linux/export.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 20 #include <linux/mm.h>
6e84f31522f931 Ingo Molnar 2017-02-08 21 #include <linux/sched/mm.h>
615d6e8756c871 Davidlohr Bueso 2014-04-07 @22 #include <linux/vmacache.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 23 #include <linux/mman.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 24 #include <linux/swap.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 25 #include <linux/file.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 26 #include <linux/highmem.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 27 #include <linux/pagemap.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 28 #include <linux/slab.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 29 #include <linux/vmalloc.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 30 #include <linux/blkdev.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 31 #include <linux/backing-dev.h>
3b32123d734cb4 Gideon Israel Dsouza 2014-04-07 32 #include <linux/compiler.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 33 #include <linux/mount.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 34 #include <linux/personality.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 35 #include <linux/security.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 36 #include <linux/syscalls.h>
120a795da07c9a Al Viro 2010-10-30 37 #include <linux/audit.h>
b1de0d139c97a6 Mitchel Humpherys 2014-06-06 38 #include <linux/printk.h>
^1da177e4c3f41 Linus Torvalds 2005-04-16 39
:::::: The code at line 22 was first introduced by commit
:::::: 615d6e8756c87149f2d4c1b93d471bca002bd849 mm: per-thread vma caching
:::::: TO: Davidlohr Bueso <davidlohr@hp.com>
:::::: CC: Linus Torvalds <torvalds@linux-foundation.org>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 6585 bytes --]
next reply other threads:[~2021-02-02 23:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-02 23:58 kernel test robot [this message]
2021-02-02 23:58 ` [rcu:willy-maple 139/202] mm/nommu.c:22:10: fatal error: linux/vmacache.h: No such file or directory kernel test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202102030728.8eFDkf8E-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.