[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAGXJAmwmrWU=yVrtEwRFO0S=juq_3PmtKL1uCKaTFv3Xfg8O8A@mail.gmail.com>
Date: Sat, 2 Nov 2024 12:39:44 -0700
From: John Ousterhout <ouster@...stanford.edu>
To: kernel test robot <lkp@...el.com>
Cc: netdev@...r.kernel.org, oe-kbuild-all@...ts.linux.dev
Subject: Re: [PATCH net-next 03/12] net: homa: create shared Homa header files
I have modified homa_impl.h so that it no longer includes linux/version.h
On Mon, Oct 28, 2024 at 11:47 PM kernel test robot <lkp@...el.com> wrote:
>
> Hi John,
>
> kernel test robot noticed the following build warnings:
>
> [auto build test WARNING on net-next/main]
>
> url: https://github.com/intel-lab-lkp/linux/commits/John-Ousterhout/net-homa-define-user-visible-API-for-Homa/20241029-095137
> base: net-next/main
> patch link: https://lore.kernel.org/r/20241028213541.1529-4-ouster%40cs.stanford.edu
> patch subject: [PATCH net-next 03/12] net: homa: create shared Homa header files
> reproduce: (https://download.01.org/0day-ci/archive/20241029/202410291412.HRZPPCyF-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@...el.com>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202410291412.HRZPPCyF-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-19/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
> >> ./net/homa/homa_impl.h: 24 linux/version.h not needed.
> ./samples/bpf/spintest.bpf.c: 8 linux/version.h not needed.
> ./tools/lib/bpf/bpf_helpers.h: 423: 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
Powered by blists - more mailing lists