From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1445277368205290719==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: Re: [PATCH RFC bpf-next v1 1/8] bpf: Support pinning in non-bpf file system. Date: Fri, 07 Jan 2022 08:04:41 +0800 Message-ID: <202201070824.fU5x5JHr-lkp@intel.com> In-Reply-To: <20220106215059.2308931-2-haoluo@google.com> List-Id: --===============1445277368205290719== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi Hao, [FYI, it's a private test report for your RFC patch.] [auto build test WARNING on bpf-next/master] url: https://github.com/0day-ci/linux/commits/Hao-Luo/Pinning-bpf-object= s-outside-bpffs/20220107-055252 base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git ma= ster config: arc-allyesconfig (https://download.01.org/0day-ci/archive/20220107/= 202201070824.fU5x5JHr-lkp(a)intel.com/config) compiler: arceb-elf-gcc (GCC) 11.2.0 reproduce (this is a W=3D1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/= make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/0day-ci/linux/commit/7c6dacd226b9d48b0c2bcc226= bf890776267de90 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Hao-Luo/Pinning-bpf-objects-outsid= e-bpffs/20220107-055252 git checkout 7c6dacd226b9d48b0c2bcc226bf890776267de90 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-11.2.0 make.cross= O=3Dbuild_dir ARCH=3Darc SHELL=3D/bin/bash kernel/bpf/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> kernel/bpf/inode.c:83:5: warning: no previous prototype for 'handle_inod= e_event' [-Wmissing-prototypes] 83 | int handle_inode_event(struct fsnotify_mark *mark, u32 mask, | ^~~~~~~~~~~~~~~~~~ vim +/handle_inode_event +83 kernel/bpf/inode.c 81 = 82 /* Handler for any inode event. */ > 83 int handle_inode_event(struct fsnotify_mark *mark, u32 mask, 84 struct inode *inode, struct inode *dir, 85 const struct qstr *file_name, u32 cookie) 86 { 87 return 0; 88 } 89 = --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============1445277368205290719==--