From: kernel test robot <lkp@intel.com>
To: Shinas Rasheed <srasheed@marvell.com>,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: oe-kbuild-all@lists.linux.dev, hgani@marvell.com,
vimleshk@marvell.com, sedara@marvell.com, srasheed@marvell.com,
egallen@redhat.com, mschmidt@redhat.com, pabeni@redhat.com,
kuba@kernel.org, horms@kernel.org, wizhao@redhat.com,
kheib@redhat.com, konguyen@redhat.com,
Eric Dumazet <edumazet@google.com>,
Jonathan Corbet <corbet@lwn.net>,
Veerasenareddy Burru <vburru@marvell.com>,
Satananda Burla <sburla@marvell.com>,
Shannon Nelson <shannon.nelson@amd.com>,
Tony Nguyen <anthony.l.nguyen@intel.com>,
Jason Wang <jasowang@redhat.com>,
Phani Burra <phani.r.burra@intel.com>,
Rahul Rameshbabu <rrameshbabu@nvidia.com>,
Brett Creeley <brett.creeley@amd.com>,
Joshua Hay <joshua.a.hay@intel.com>,
Jacob Keller <jacob.e.keller@intel.com>,
Andrew Lunn <andrew@lunn.ch>
Subject: Re: [PATCH net-next v1 1/8] octeon_ep_vf: Add driver framework and device initialization
Date: Sat, 23 Dec 2023 01:13:42 +0800 [thread overview]
Message-ID: <202312230106.7jspEybY-lkp@intel.com> (raw)
In-Reply-To: <20231221092844.2885872-2-srasheed@marvell.com>
Hi Shinas,
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/Shinas-Rasheed/octeon_ep_vf-Add-driver-framework-and-device-initialization/20231222-174910
base: net-next/main
patch link: https://lore.kernel.org/r/20231221092844.2885872-2-srasheed%40marvell.com
patch subject: [PATCH net-next v1 1/8] octeon_ep_vf: Add driver framework and device initialization
reproduce: (https://download.01.org/0day-ci/archive/20231223/202312230106.7jspEybY-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/202312230106.7jspEybY-lkp@intel.com/
versioncheck warnings: (new ones prefixed by >>)
INFO PATH=/opt/cross/clang/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 -Wformat-overflow -Wformat-truncation -Wstringop-overflow -Wrestrict -Wenum-conversion W=1 --keep-going HOSTCC=gcc-12 CC=gcc-12 -j32 KBUILD_MODPOST_WARN=1 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/accessibility/speakup/genmap.c: 13 linux/version.h not needed.
./drivers/accessibility/speakup/makemapdata.c: 13 linux/version.h not needed.
>> ./drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.c: 16 linux/version.h not needed.
./drivers/staging/media/atomisp/include/linux/atomisp.h: 23 linux/version.h not needed.
./samples/bpf/spintest.bpf.c: 8 linux/version.h not needed.
./samples/trace_events/trace_custom_sched.c: 11 linux/version.h not needed.
./sound/soc/codecs/cs42l42.c: 14 linux/version.h not needed.
./tools/lib/bpf/bpf_helpers.h: 403: 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
next prev parent reply other threads:[~2023-12-22 17:14 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-21 9:28 [PATCH net-next v1 0/8] add octeon_ep_vf driver Shinas Rasheed
2023-12-21 9:28 ` [PATCH net-next v1 1/8] octeon_ep_vf: Add driver framework and device initialization Shinas Rasheed
2023-12-22 17:13 ` kernel test robot [this message]
2023-12-21 9:28 ` [PATCH net-next v1 2/8] octeon_ep_vf: add hardware configuration APIs Shinas Rasheed
2023-12-21 9:28 ` [PATCH net-next v1 3/8] octeon_ep_vf: add VF-PF mailbox communication Shinas Rasheed
2023-12-21 9:28 ` [PATCH net-next v1 4/8] octeon_ep_vf: add Tx/Rx ring resource setup and cleanup Shinas Rasheed
2023-12-22 13:10 ` Simon Horman
2023-12-22 16:33 ` [EXT] " Shinas Rasheed
2023-12-21 9:28 ` [PATCH net-next v1 5/8] octeon_ep_vf: add support for ndo ops Shinas Rasheed
2023-12-21 9:28 ` [PATCH net-next v1 6/8] octeon_ep_vf: add Tx/Rx processing and interrupt support Shinas Rasheed
2023-12-21 9:28 ` [PATCH net-next v1 7/8] octeon_ep_vf: add ethtool support Shinas Rasheed
2023-12-21 9:28 ` [PATCH net-next v1 8/8] octeon_ep_vf: update MAINTAINERS Shinas Rasheed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202312230106.7jspEybY-lkp@intel.com \
--to=lkp@intel.com \
--cc=andrew@lunn.ch \
--cc=anthony.l.nguyen@intel.com \
--cc=brett.creeley@amd.com \
--cc=corbet@lwn.net \
--cc=edumazet@google.com \
--cc=egallen@redhat.com \
--cc=hgani@marvell.com \
--cc=horms@kernel.org \
--cc=jacob.e.keller@intel.com \
--cc=jasowang@redhat.com \
--cc=joshua.a.hay@intel.com \
--cc=kheib@redhat.com \
--cc=konguyen@redhat.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mschmidt@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=pabeni@redhat.com \
--cc=phani.r.burra@intel.com \
--cc=rrameshbabu@nvidia.com \
--cc=sburla@marvell.com \
--cc=sedara@marvell.com \
--cc=shannon.nelson@amd.com \
--cc=srasheed@marvell.com \
--cc=vburru@marvell.com \
--cc=vimleshk@marvell.com \
--cc=wizhao@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®