Hi "Kirill,
[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on tip/x86/core]
[also build test WARNING on v5.9]
[cannot apply to kvm/linux-next hnaz-linux-mm/master next-20201016]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url:
https://github.com/0day-ci/linux/commits/Kirill-A-Shutemov/KVM-protected-...
base:
https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
238c91115cd05c71447ea071624a4c9fe661f970
config: i386-allyesconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce (this is a W=1 build):
#
https://github.com/0day-ci/linux/commit/7f6be13aae00ba3b3bd2c6ed70add1acd...
git remote add linux-review
https://github.com/0day-ci/linux
git fetch --no-tags linux-review
Kirill-A-Shutemov/KVM-protected-memory-extension/20201020-142130
git checkout 7f6be13aae00ba3b3bd2c6ed70add1acd854c563
# 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(a)intel.com>
All warnings (new ones prefixed by >>):
> virt/lib/mem_protected.c:8:5: warning: no previous prototype for
'__kvm_protect_memory' [-Wmissing-prototypes]
8 | int
__kvm_protect_memory(unsigned long start, unsigned long end, bool protect)
| ^~~~~~~~~~~~~~~~~~~~
vim +/__kvm_protect_memory +8 virt/lib/mem_protected.c
63d2c458104bc29 Kirill A. Shutemov 2020-10-20 7
63d2c458104bc29 Kirill A. Shutemov 2020-10-20 @8 int __kvm_protect_memory(unsigned long
start, unsigned long end, bool protect)
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org