From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by gnuweeb.org (Postfix) with ESMTPS id EC316830E1 for ; Wed, 15 Feb 2023 03:06:33 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=OLEtRNii; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676430394; x=1707966394; h=date:from:to:cc:subject:message-id:mime-version; bh=QWHUZhQl/0rGUmSvkNnvpWuIYRpUMTCITJ2hJYkV61g=; b=OLEtRNiiCZ7Kz7H2WmVXegsJX3egrHKNKt85s75TmGO/Z+g2P2N9SCF6 uRMRTRDO1BsPHm3EMgd9WH/twv98dbP2qEB0ieUeQVZsGQwQ++wzeCtVU hetZ84Lio6qwHLuLIOo11nw7pFXR3gOsk9L5UR/P8/GNhsSXAoI3B0fQ8 RAdV08t2LxgPLD3uH4MkkB+Ex0oG5UE1pBhaEH/8Q5lJYrTvLahSePi6a TLqmSgyjM7F/lLlyE43IdPzzX1mW5Xu4Qi4x0WfIHqJ+ZuncQavzBzRnz fet+HaGCvrgOYTRc2o+28jmjfFETiye8S6MTAlss1Lsisr7I453b2BMM7 Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10621"; a="393734695" X-IronPort-AV: E=Sophos;i="5.97,298,1669104000"; d="scan'208";a="393734695" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Feb 2023 19:06:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10621"; a="701869200" X-IronPort-AV: E=Sophos;i="5.97,298,1669104000"; d="scan'208";a="701869200" Received: from lkp-server01.sh.intel.com (HELO 4455601a8d94) ([10.239.97.150]) by orsmga001.jf.intel.com with ESMTP; 14 Feb 2023 19:06:30 -0800 Received: from kbuild by 4455601a8d94 with local (Exim 4.96) (envelope-from ) id 1pS87p-0008yJ-1R; Wed, 15 Feb 2023 03:06:29 +0000 Date: Wed, 15 Feb 2023 11:05:42 +0800 From: kernel test robot To: David Howells Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, Ammar Faizi , GNU/Weeb Mailing List Subject: [ammarfaizi2-block:dhowells/linux-fs/iov-cifs 6/16] ERROR: modpost: "direct_splice_read" [fs/cifs/cifs.ko] undefined! Message-ID: <202302151059.ctzZGP8M-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: tree: https://github.com/ammarfaizi2/linux-block dhowells/linux-fs/iov-cifs head: 88f921fbd55dd896385d04ccbf1f820c2b8cf921 commit: 93a7b7f1f49b3e6109b68ef88970af926ee20c49 [6/16] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE config: i386-randconfig-a003-20230213 (https://download.01.org/0day-ci/archive/20230215/202302151059.ctzZGP8M-lkp@intel.com/config) compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1) reproduce (this is a W=1 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/ammarfaizi2/linux-block/commit/93a7b7f1f49b3e6109b68ef88970af926ee20c49 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block dhowells/linux-fs/iov-cifs git checkout 93a7b7f1f49b3e6109b68ef88970af926ee20c49 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202302151059.ctzZGP8M-lkp@intel.com/ All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "direct_splice_read" [fs/cifs/cifs.ko] undefined! >> ERROR: modpost: "filemap_splice_read" [fs/cifs/cifs.ko] undefined! -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests