* [hyperv:hyperv-next 22/22] versioncheck: ./drivers/hv/mshv_portid_table.c: 3 linux/version.h not needed.
@ 2025-03-18 1:43 kernel test robot
2025-03-18 15:30 ` Wei Liu
0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2025-03-18 1:43 UTC (permalink / raw)
To: Nuno Das Neves
Cc: oe-kbuild-all, Wei Liu, Anirudh Rayabharam, Jinank Jain,
Mukesh Rathor, Muminul Islam, Praveen K Paladugu,
Stanislav Kinsburskii, Roman Kisel
tree: https://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git hyperv-next
head: 3ee7bc04bd48f70b6a37ad7d63b7d5202569ec68
commit: 3ee7bc04bd48f70b6a37ad7d63b7d5202569ec68 [22/22] Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs
reproduce: (https://download.01.org/0day-ci/archive/20250318/202503180913.gLveRQwr-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202503180913.gLveRQwr-lkp@intel.com/
versioncheck warnings: (new ones prefixed by >>)
INFO PATH=/opt/cross/rustc-1.78.0-bindgen-0.65.1/cargo/bin:/opt/cross/clang-20/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
/usr/bin/timeout -k 100 3h /usr/bin/make KCFLAGS= -Wtautological-compare -Wno-error=return-type -Wreturn-type -Wcast-function-type -funsigned-char -Wundef -fstrict-flex-arrays=3 -Wformat-overflow -Wformat-truncation -Wenum-conversion W=1 --keep-going LLVM=1 -j32 ARCH=x86_64 versioncheck
find ./* \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o \
-name '*.[hcS]' -type f -print | sort \
| xargs perl -w ./scripts/checkversion.pl
>> ./drivers/hv/mshv_portid_table.c: 3 linux/version.h not needed.
./samples/bpf/spintest.bpf.c: 8 linux/version.h not needed.
./tools/lib/bpf/bpf_helpers.h: 424: need linux/version.h
./tools/testing/selftests/bpf/progs/dev_cgroup.c: 9 linux/version.h not needed.
./tools/testing/selftests/bpf/progs/netcnt_prog.c: 3 linux/version.h not needed.
./tools/testing/selftests/bpf/progs/test_map_lock.c: 4 linux/version.h not needed.
./tools/testing/selftests/bpf/progs/test_send_signal_kern.c: 4 linux/version.h not needed.
./tools/testing/selftests/bpf/progs/test_spin_lock.c: 4 linux/version.h not needed.
./tools/testing/selftests/bpf/progs/test_tcp_estats.c: 37 linux/version.h not needed.
./tools/testing/selftests/wireguard/qemu/init.c: 27 linux/version.h not needed.
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [hyperv:hyperv-next 22/22] versioncheck: ./drivers/hv/mshv_portid_table.c: 3 linux/version.h not needed.
2025-03-18 1:43 [hyperv:hyperv-next 22/22] versioncheck: ./drivers/hv/mshv_portid_table.c: 3 linux/version.h not needed kernel test robot
@ 2025-03-18 15:30 ` Wei Liu
0 siblings, 0 replies; 2+ messages in thread
From: Wei Liu @ 2025-03-18 15:30 UTC (permalink / raw)
To: kernel test robot
Cc: Nuno Das Neves, oe-kbuild-all, Wei Liu, Anirudh Rayabharam,
Jinank Jain, Mukesh Rathor, Muminul Islam, Praveen K Paladugu,
Stanislav Kinsburskii, Roman Kisel
On Tue, Mar 18, 2025 at 09:43:28AM +0800, kernel test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git hyperv-next
> head: 3ee7bc04bd48f70b6a37ad7d63b7d5202569ec68
> commit: 3ee7bc04bd48f70b6a37ad7d63b7d5202569ec68 [22/22] Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs
> reproduce: (https://download.01.org/0day-ci/archive/20250318/202503180913.gLveRQwr-lkp@intel.com/reproduce)
>
> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> the same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <lkp@intel.com>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202503180913.gLveRQwr-lkp@intel.com/
>
> versioncheck warnings: (new ones prefixed by >>)
> INFO PATH=/opt/cross/rustc-1.78.0-bindgen-0.65.1/cargo/bin:/opt/cross/clang-20/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
> /usr/bin/timeout -k 100 3h /usr/bin/make KCFLAGS= -Wtautological-compare -Wno-error=return-type -Wreturn-type -Wcast-function-type -funsigned-char -Wundef -fstrict-flex-arrays=3 -Wformat-overflow -Wformat-truncation -Wenum-conversion W=1 --keep-going LLVM=1 -j32 ARCH=x86_64 versioncheck
> find ./* \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o \
> -name '*.[hcS]' -type f -print | sort \
> | xargs perl -w ./scripts/checkversion.pl
> >> ./drivers/hv/mshv_portid_table.c: 3 linux/version.h not needed.
I dropped the header from code.
Wei.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-18 15:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-18 1:43 [hyperv:hyperv-next 22/22] versioncheck: ./drivers/hv/mshv_portid_table.c: 3 linux/version.h not needed kernel test robot
2025-03-18 15:30 ` Wei Liu
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.