lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Mon, 11 Dec 2023 08:54:46 +0800
From: kernel test robot <yujie.liu@...el.com>
To: Shinas Rasheed <srasheed@...vell.com>, <netdev@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>
CC: <oe-kbuild-all@...ts.linux.dev>, <hgani@...vell.com>,
	<vimleshk@...vell.com>, <egallen@...hat.com>, <mschmidt@...hat.com>,
	<pabeni@...hat.com>, <horms@...nel.org>, <kuba@...nel.org>,
	<davem@...emloft.net>, <wizhao@...hat.com>, <kheib@...hat.com>,
	<konguyen@...hat.com>, Shinas Rasheed <srasheed@...vell.com>, "Veerasenareddy
 Burru" <vburru@...vell.com>, Sathesh Edara <sedara@...vell.com>, Eric Dumazet
	<edumazet@...gle.com>
Subject: Re: [PATCH net-next v1 1/4] octeon_ep: add PF-VF mailbox
 communication

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-add-PF-VF-mailbox-communication/20231208-150756
base:   net-next/main
patch link:    https://lore.kernel.org/r/20231208070352.2606192-2-srasheed%40marvell.com
patch subject: [PATCH net-next v1 1/4] octeon_ep: add PF-VF mailbox communication
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce: (https://download.01.org/0day-ci/archive/20231210/202312100726.wnsqAU5W-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 <yujie.liu@...el.com>
| Closes: https://lore.kernel.org/r/202312100726.wnsqAU5W-lkp@intel.com/

includecheck warnings: (new ones prefixed by >>)
>> drivers/net/ethernet/marvell/octeon_ep/octep_pfvf_mbox.c: linux/types.h is included more than once.

vim +8 drivers/net/ethernet/marvell/octeon_ep/octep_pfvf_mbox.c

   > 8	#include <linux/types.h>
   > 9	#include <linux/types.h>
    10	#include <linux/errno.h>
    11	#include <linux/string.h>
    12	#include <linux/mutex.h>
    13	#include <linux/jiffies.h>
    14	#include <linux/sched.h>
    15	#include <linux/sched/signal.h>
    16	#include <linux/io.h>
    17	#include <linux/pci.h>
    18	#include <linux/etherdevice.h>
    19	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ