* Re: [PATCH 11/19] drivers/hv: set up synic pages for intercept messages
[not found] <1622241819-21155-12-git-send-email-nunodasneves@linux.microsoft.com>
@ 2021-05-29 5:44 ` kernel test robot
0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2021-05-29 5:44 UTC (permalink / raw)
To: Nuno Das Neves, linux-hyperv, linux-kernel
Cc: wei.liu, kbuild-all, ligrassi, mikelley, clang-built-linux,
sunilmut, virtualization, viremana
[-- Attachment #1: Type: text/plain, Size: 2153 bytes --]
Hi Nuno,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on asm-generic/master]
[also build test WARNING on tip/master linux/master linus/master v5.13-rc3 next-20210528]
[cannot apply to tip/x86/core]
[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/Nuno-Das-Neves/Microsoft-Hypervisor-root-partition-ioctl-interface/20210529-064549
base: https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git master
config: x86_64-randconfig-b001-20210528 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project bc6799f2f79f0ae87e9f1ebf9d25ba799fbd25a9)
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
# install x86_64 cross compiling tool for clang build
# apt-get install binutils-x86-64-linux-gnu
# https://github.com/0day-ci/linux/commit/2761f56915a9f31c98287f68fd2b286b7ec16d41
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Nuno-Das-Neves/Microsoft-Hypervisor-root-partition-ioctl-interface/20210529-064549
git checkout 2761f56915a9f31c98287f68fd2b286b7ec16d41
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
In file included from <built-in>:1:
In file included from ./usr/include/linux/mshv.h:12:
>> ./usr/include/asm/hyperv-tlfs.h:751:14: warning: // comments are not allowed in this language [-Wcomment]
__u8 cr8:4; // only set for exo partitions
^
1 warning generated.
---
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: 38283 bytes --]
[-- Attachment #3: Type: text/plain, Size: 183 bytes --]
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 11/19] drivers/hv: set up synic pages for intercept messages
[not found] <1628198641-791-12-git-send-email-nunodasneves@linux.microsoft.com>
@ 2021-08-06 2:50 ` kernel test robot
2021-08-07 2:17 ` kernel test robot
1 sibling, 0 replies; 3+ messages in thread
From: kernel test robot @ 2021-08-06 2:50 UTC (permalink / raw)
To: Nuno Das Neves, linux-hyperv, linux-kernel
Cc: wei.liu, kbuild-all, ligrassi, mikelley, sunilmut, virtualization,
viremana
[-- Attachment #1: Type: text/plain, Size: 1856 bytes --]
Hi Nuno,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on asm-generic/master]
[cannot apply to tip/master linux/master linus/master tip/x86/core v5.14-rc4 next-20210805]
[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/Nuno-Das-Neves/Microsoft-Hypervisor-root-partition-ioctl-interface/20210806-052633
base: https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git master
config: i386-randconfig-r011-20210805 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/0day-ci/linux/commit/1de37c917aa5f621982f483857467f3aa1f24983
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Nuno-Das-Neves/Microsoft-Hypervisor-root-partition-ioctl-interface/20210806-052633
git checkout 1de37c917aa5f621982f483857467f3aa1f24983
# save the attached .config to linux build tree
mkdir build_dir
make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
In file included from ./usr/include/linux/mshv.h:12,
from <command-line>:32:
>> ./usr/include/asm/hyperv-tlfs.h:751:14: error: C++ style comments are not allowed in ISO C90
751 | __u8 cr8:4; // only set for exo partitions
| ^
./usr/include/asm/hyperv-tlfs.h:751:14: note: (this will be reported only once per input file)
---
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: 35607 bytes --]
[-- Attachment #3: Type: text/plain, Size: 183 bytes --]
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 11/19] drivers/hv: set up synic pages for intercept messages
[not found] <1628198641-791-12-git-send-email-nunodasneves@linux.microsoft.com>
2021-08-06 2:50 ` [PATCH 11/19] drivers/hv: set up synic pages for intercept messages kernel test robot
@ 2021-08-07 2:17 ` kernel test robot
1 sibling, 0 replies; 3+ messages in thread
From: kernel test robot @ 2021-08-07 2:17 UTC (permalink / raw)
To: Nuno Das Neves, linux-hyperv, linux-kernel
Cc: wei.liu, kbuild-all, ligrassi, mikelley, clang-built-linux,
sunilmut, virtualization, viremana
[-- Attachment #1: Type: text/plain, Size: 1954 bytes --]
Hi Nuno,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on asm-generic/master]
[cannot apply to tip/master linux/master linus/master tip/x86/core v5.14-rc4 next-20210806]
[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/Nuno-Das-Neves/Microsoft-Hypervisor-root-partition-ioctl-interface/20210806-052633
base: https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git master
config: x86_64-randconfig-a004-20210804 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 42b9c2a17a0b63cccf3ac197a82f91b28e53e643)
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://github.com/0day-ci/linux/commit/1de37c917aa5f621982f483857467f3aa1f24983
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Nuno-Das-Neves/Microsoft-Hypervisor-root-partition-ioctl-interface/20210806-052633
git checkout 1de37c917aa5f621982f483857467f3aa1f24983
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
In file included from <built-in>:1:
>> ./usr/include/asm/hyperv-tlfs.h:751:14: warning: // comments are not allowed in this language [-Wcomment]
__u8 cr8:4; // only set for exo partitions
^
1 warning generated.
---
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: 35063 bytes --]
[-- Attachment #3: Type: text/plain, Size: 183 bytes --]
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-08-07 2:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1628198641-791-12-git-send-email-nunodasneves@linux.microsoft.com>
2021-08-06 2:50 ` [PATCH 11/19] drivers/hv: set up synic pages for intercept messages kernel test robot
2021-08-07 2:17 ` kernel test robot
[not found] <1622241819-21155-12-git-send-email-nunodasneves@linux.microsoft.com>
2021-05-29 5:44 ` kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).