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 1C157832B8 for ; Fri, 10 Mar 2023 23:35:37 +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=KwIL1WBV; 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=1678491337; x=1710027337; h=date:from:to:cc:subject:message-id:mime-version; bh=JFQUP96k7fLRiJ67cneEP+V9YvsICVaCTYJGMCZiM0Q=; b=KwIL1WBVBtZKS/gP8VCFXkSrPUFiM7G7ZaZJJ3SlHzvezpqfZBdxd1Jk 85JOoV4qPkx17WulyhmTZJcwbxaPBi2pmCbR843aXZPJLHitah6puleVj CvTsrwu66pSv+Nx9qyFBjyikJ54Oq/4v3hAkzriP21dxAqIjHPA4R2zvD +ldXbFF5iLikgzNhf/Qs1Kcfz/uW410mVlyw/Ll47GQhGs0hCclcusQUg kdbVAkF5FooAMtL+Kg+ubCuXXzs9pvyjmS8QgfQDgUypXA2SDcADXRxG8 hcFVjMo3lvBrziuQuHFNHeHPFUeY4rXg3fxO6El2qLB9aTAUas/Q8JyJf w==; X-IronPort-AV: E=McAfee;i="6500,9779,10645"; a="399450390" X-IronPort-AV: E=Sophos;i="5.98,251,1673942400"; d="scan'208";a="399450390" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2023 15:35:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10645"; a="678000909" X-IronPort-AV: E=Sophos;i="5.98,251,1673942400"; d="scan'208";a="678000909" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by orsmga002.jf.intel.com with ESMTP; 10 Mar 2023 15:35:34 -0800 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1pamGr-0004AX-2B; Fri, 10 Mar 2023 23:35:33 +0000 Date: Sat, 11 Mar 2023 07:34:56 +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/pipe-list 29/30] splice.c:undefined reference to `sock_from_file' Message-ID: <202303110735.qPFKUBCW-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/pipe-list head: e76345d9b0b65f673fbee4ce5c3ef8450e89638e commit: d90688969d42de17ae7edb2b32ddf8c9a821ff71 [29/30] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage() config: m68k-randconfig-r001-20230310 (https://download.01.org/0day-ci/archive/20230311/202303110735.qPFKUBCW-lkp@intel.com/config) compiler: m68k-linux-gcc (GCC) 12.1.0 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/d90688969d42de17ae7edb2b32ddf8c9a821ff71 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block dhowells/linux-fs/pipe-list git checkout d90688969d42de17ae7edb2b32ddf8c9a821ff71 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=m68k olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=m68k 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/202303110735.qPFKUBCW-lkp@intel.com/ All errors (new ones prefixed by >>): m68k-linux-ld: m68k-linux-ld: DWARF error: could not find abbrev number 8917 fs/splice.o: in function `pipe_to_sendmsg': >> splice.c:(.text+0x33a): undefined reference to `sock_from_file' >> m68k-linux-ld: splice.c:(.text+0x3ba): undefined reference to `sock_sendmsg' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests