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, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gnuweeb.org (Postfix) with ESMTPS id 9F705830DC for ; Wed, 15 Feb 2023 01:07:30 +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=YCPokyCg; 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=1676423250; x=1707959250; h=date:from:to:cc:subject:message-id:mime-version; bh=KM+BLHy9105soheBD8j/80OgjuS6rcRSjIvL0G1npIM=; b=YCPokyCgY1lAbehhoG8k0KyB6zSGUB6dSn5vT8HqzL9cSUe+dp8v0BtC KmGrT62mkDLNqvcq1e4UGbIPB+jNoKzCV+0+4uZeLuTEwlsBvZbfns5/8 LxapQvlQzGUlOE7Jxt47hMdK0vkGOjgrBQZ7tDjq6JnEwJeoa30RL4t9o JdZkujeel19ZKJNRCMJ9KZ0WsUSoqKivYCJDu6V5vWcXJxDAqv/bCFk1a dtEfetAtIqivIG3/IRIUtLqJ9/fcfzHlLfqKgyKnIHfN5V+lDRmAsCZXH MbPfBi55vxTbnRWNm5W3z62QjbqyPNigK28zJbjZPso3Ehbsylqy8EpTU A==; X-IronPort-AV: E=McAfee;i="6500,9779,10621"; a="358731864" X-IronPort-AV: E=Sophos;i="5.97,298,1669104000"; d="scan'208";a="358731864" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Feb 2023 17:07:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10621"; a="699756715" X-IronPort-AV: E=Sophos;i="5.97,298,1669104000"; d="scan'208";a="699756715" Received: from lkp-server01.sh.intel.com (HELO 4455601a8d94) ([10.239.97.150]) by orsmga008.jf.intel.com with ESMTP; 14 Feb 2023 17:07:27 -0800 Received: from kbuild by 4455601a8d94 with local (Exim 4.96) (envelope-from ) id 1pS6Gc-0008tw-1h; Wed, 15 Feb 2023 01:07:26 +0000 Date: Wed, 15 Feb 2023 09:07:12 +0800 From: kernel test robot To: David Howells Cc: oe-kbuild-all@lists.linux.dev, Ammar Faizi , GNU/Weeb Mailing List Subject: [ammarfaizi2-block:dhowells/linux-fs/iov-cifs 6/16] ERROR: modpost: "filemap_splice_read" [fs/cifs/cifs.ko] undefined! Message-ID: <202302150900.QBzFAQZ9-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: x86_64-rhel-8.3 (https://download.01.org/0day-ci/archive/20230215/202302150900.QBzFAQZ9-lkp@intel.com/config) compiler: gcc-11 (Debian 11.3.0-8) 11.3.0 reproduce (this is a W=1 build): # 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 make W=1 O=build_dir ARCH=x86_64 olddefconfig make W=1 O=build_dir ARCH=x86_64 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/202302150900.QBzFAQZ9-lkp@intel.com/ All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "filemap_splice_read" [fs/cifs/cifs.ko] undefined! >> ERROR: modpost: "direct_splice_read" [fs/cifs/cifs.ko] undefined! -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests