[arm-platforms:kvm-arm64/mmu/guest-MMIO-guard 20/23] mm/vmalloc.c:2536:13: warning: no previous prototype for 'iounmap_page_range_hook'
kernel test robot
lkp at intel.com
Wed Jun 30 13:45:53 PDT 2021
tree: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git kvm-arm64/mmu/guest-MMIO-guard
head: aadcd7eee6a1082ab94318bcb52fc494cbe0eb47
commit: df21882b06ba969aeede450a4c398a10d18b6aca [20/23] mm/ioremap: Add arch-specific callbacks on ioremap/iounmap calls
config: i386-tinyconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git/commit/?id=df21882b06ba969aeede450a4c398a10d18b6aca
git remote add arm-platforms https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git
git fetch --no-tags arm-platforms kvm-arm64/mmu/guest-MMIO-guard
git checkout df21882b06ba969aeede450a4c398a10d18b6aca
# save the attached .config to linux build tree
make W=1 ARCH=i386
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp at intel.com>
All warnings (new ones prefixed by >>):
mm/vmalloc.c:1599:6: warning: no previous prototype for 'set_iounmap_nonlazy' [-Wmissing-prototypes]
1599 | void set_iounmap_nonlazy(void)
| ^~~~~~~~~~~~~~~~~~~
>> mm/vmalloc.c:2536:13: warning: no previous prototype for 'iounmap_page_range_hook' [-Wmissing-prototypes]
2536 | void __weak iounmap_page_range_hook(phys_addr_t phys_addr, size_t size)
| ^~~~~~~~~~~~~~~~~~~~~~~
vim +/iounmap_page_range_hook +2536 mm/vmalloc.c
2535
> 2536 void __weak iounmap_page_range_hook(phys_addr_t phys_addr, size_t size)
2537 {
2538 }
2539
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 7414 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20210701/bf46868c/attachment.gz>
More information about the linux-arm-kernel
mailing list