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: <202501190816.IQ5G26HR-lkp@intel.com>
Date: Sun, 19 Jan 2025 08:12:37 +0800
From: kernel test robot <lkp@...el.com>
To: Deven Bowers <deven.desai@...ux.microsoft.com>
Cc: oe-kbuild-all@...ts.linux.dev, linux-kernel@...r.kernel.org,
	Paul Moore <paul@...l-moore.com>,
	Fan Wu <wufan@...ux.microsoft.com>
Subject: security/ipe/policy_fs.c:21: warning: cannot understand function
 prototype: 'struct ipefs_file '

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   595523945be0a5a2f12a1c04772383293fbc04a1
commit: 2261306f4a3cea362fc40285e750a801dc0cfbe3 ipe: add userspace interface
date:   5 months ago
config: sh-allyesconfig (https://download.01.org/0day-ci/archive/20250119/202501190816.IQ5G26HR-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250119/202501190816.IQ5G26HR-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/202501190816.IQ5G26HR-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> security/ipe/policy_fs.c:21: warning: cannot understand function prototype: 'struct ipefs_file '
>> security/ipe/policy_fs.c:407: warning: cannot understand function prototype: 'const struct ipefs_file policy_subdir[] = '


vim +21 security/ipe/policy_fs.c

    17	
    18	/**
    19	 * ipefs_file - defines a file in securityfs.
    20	 */
  > 21	struct ipefs_file {
    22		const char *name;
    23		umode_t access;
    24		const struct file_operations *fops;
    25	};
    26	

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