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>] [day] [month] [year] [list]
Message-ID: <202401070808.wIHGhXPr-lkp@intel.com>
Date: Sun, 7 Jan 2024 08:33:47 +0800
From: kernel test robot <lkp@...el.com>
To: Ang Tien Sung <tien.sung.ang@...el.com>
Cc: oe-kbuild-all@...ts.linux.dev, linux-kernel@...r.kernel.org,
	Dinh Nguyen <dinguyen@...nel.org>
Subject: drivers/firmware/stratix10-svc.c:58: warning: Function parameter or
 member 'intel_svc_fcs' not described in 'stratix10_svc'

Hi Ang,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   52b1853b080a082ec3749c3a9577f6c71b1d4a90
commit: e6281c26674e037798bf674f26a7593a324cdf39 firmware: stratix10-svc: Add support for FCS
date:   1 year, 6 months ago
config: arm64-defconfig (https://download.01.org/0day-ci/archive/20240107/202401070808.wIHGhXPr-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240107/202401070808.wIHGhXPr-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/202401070808.wIHGhXPr-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/firmware/stratix10-svc.c:58: warning: Function parameter or member 'intel_svc_fcs' not described in 'stratix10_svc'


vim +58 drivers/firmware/stratix10-svc.c

7ca5ce896524f5 Richard Gong  2018-11-13  50  
b5dc75c915cdae Richard Gong  2019-09-03  51  /**
b5dc75c915cdae Richard Gong  2019-09-03  52   * struct stratix10_svc - svc private data
b5dc75c915cdae Richard Gong  2019-09-03  53   * @stratix10_svc_rsu: pointer to stratix10 RSU device
b5dc75c915cdae Richard Gong  2019-09-03  54   */
b5dc75c915cdae Richard Gong  2019-09-03  55  struct stratix10_svc {
b5dc75c915cdae Richard Gong  2019-09-03  56  	struct platform_device *stratix10_svc_rsu;
e6281c26674e03 Ang Tien Sung 2022-07-11  57  	struct platform_device *intel_svc_fcs;
b5dc75c915cdae Richard Gong  2019-09-03 @58  };
b5dc75c915cdae Richard Gong  2019-09-03  59  

:::::: The code at line 58 was first introduced by commit
:::::: b5dc75c915cdaebab9b9875022e45638d6b14a7e firmware: stratix10-svc: extend svc to support new RSU features

:::::: TO: Richard Gong <richard.gong@...el.com>
:::::: CC: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

-- 
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