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
| ||
|
Message-ID: <202308171518.cvGLIHQ3-lkp@intel.com> Date: Thu, 17 Aug 2023 15:54:38 +0800 From: kernel test robot <lkp@...el.com> To: Przemek Kitszel <przemyslaw.kitszel@...el.com>, intel-wired-lan@...ts.osuosl.org Cc: oe-kbuild-all@...ts.linux.dev, netdev@...r.kernel.org, Tony Nguyen <anthony.l.nguyen@...el.com>, Mateusz Polchlopek <mateusz.polchlopek@...el.com>, Jacob Keller <jacob.e.keller@...el.com>, Przemek Kitszel <przemyslaw.kitszel@...el.com>, Jesse Brandeburg <jesse.brandeburg@...el.com> Subject: Re: [PATCH iwl-next] ice: store VF's pci_dev ptr in ice_vf Hi Przemek, kernel test robot noticed the following build warnings: [auto build test WARNING on 0ad204c4acb8ba1ed99564b001609e62547bc79d] url: https://github.com/intel-lab-lkp/linux/commits/Przemek-Kitszel/ice-store-VF-s-pci_dev-ptr-in-ice_vf/20230816-165953 base: 0ad204c4acb8ba1ed99564b001609e62547bc79d patch link: https://lore.kernel.org/r/20230816085454.235440-1-przemyslaw.kitszel%40intel.com patch subject: [PATCH iwl-next] ice: store VF's pci_dev ptr in ice_vf config: arm-allmodconfig (https://download.01.org/0day-ci/archive/20230817/202308171518.cvGLIHQ3-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 12.3.0 reproduce: (https://download.01.org/0day-ci/archive/20230817/202308171518.cvGLIHQ3-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/202308171518.cvGLIHQ3-lkp@intel.com/ All warnings (new ones prefixed by >>): >> drivers/net/ethernet/intel/ice/ice_sriov.c:1727: warning: Function parameter or member 'pf' not described in 'ice_restore_all_vfs_msi_state' >> drivers/net/ethernet/intel/ice/ice_sriov.c:1727: warning: Excess function parameter 'pdev' description in 'ice_restore_all_vfs_msi_state' vim +1727 drivers/net/ethernet/intel/ice/ice_sriov.c a54a0b24f4f5a3 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c Nick Nunley 2020-07-13 1718 a54a0b24f4f5a3 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c Nick Nunley 2020-07-13 1719 /** a54a0b24f4f5a3 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c Nick Nunley 2020-07-13 1720 * ice_restore_all_vfs_msi_state - restore VF MSI state after PF FLR a54a0b24f4f5a3 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c Nick Nunley 2020-07-13 1721 * @pdev: pointer to a pci_dev structure a54a0b24f4f5a3 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c Nick Nunley 2020-07-13 1722 * a54a0b24f4f5a3 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c Nick Nunley 2020-07-13 1723 * Called when recovering from a PF FLR to restore interrupt capability to a54a0b24f4f5a3 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c Nick Nunley 2020-07-13 1724 * the VFs. a54a0b24f4f5a3 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c Nick Nunley 2020-07-13 1725 */ ab8f0331b8a892 drivers/net/ethernet/intel/ice/ice_sriov.c Przemek Kitszel 2023-08-16 1726 void ice_restore_all_vfs_msi_state(struct ice_pf *pf) a54a0b24f4f5a3 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c Nick Nunley 2020-07-13 @1727 { -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists