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 mga04.intel.com (mga04.intel.com [192.55.52.120]) by gnuweeb.org (Postfix) with ESMTPS id C13E5832B5 for ; Fri, 10 Mar 2023 22:54: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=MGCFObBM; 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=1678488873; x=1710024873; h=date:from:to:cc:subject:message-id:mime-version; bh=56yOBI3w3pyxe1haT14qBRShBk6LDKjF0BUgZAwclbM=; b=MGCFObBM+HKKQP/LEGyfhaJ+UCLyREsq0xeGLz5aRrGoj/V4/4Hx7fCe 0FN5f70NQomY9JcQrSvIw+Gtiy700GYtgJa3YuVSg0QkMR1/BWOxo9k3K MNTcR6sRwBotBoyLZtGfyMFpZTRllxWe6kQ5QLen6IDFKjTINqPUsndQm kh1aRoSW1O9IfqhSaFxxpukYi0aLn7gOcZPiJ+kYQmfwfilfT32ajsTqw PqNerQCT6qQa4ud0kSRExJeu96Q4VCcv0/B8q8OKiG66i4P+IhH8OTTRd BUk/SCFY2YpypVT3dD0VANuRJHzSZ4ZaHDWlDoc5NpkvJ3pcv2NQFuZsL g==; X-IronPort-AV: E=McAfee;i="6500,9779,10645"; a="335542879" X-IronPort-AV: E=Sophos;i="5.98,251,1673942400"; d="scan'208";a="335542879" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2023 14:54:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10645"; a="788205770" X-IronPort-AV: E=Sophos;i="5.98,251,1673942400"; d="scan'208";a="788205770" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by fmsmga002.fm.intel.com with ESMTP; 10 Mar 2023 14:54:31 -0800 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1pald8-000493-1v; Fri, 10 Mar 2023 22:54:30 +0000 Date: Sat, 11 Mar 2023 06:53:37 +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] undefined reference to `sock_from_file' Message-ID: <202303110639.Bzzde3iK-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: parisc-randconfig-r021-20230310 (https://download.01.org/0day-ci/archive/20230311/202303110639.Bzzde3iK-lkp@intel.com/config) compiler: hppa-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=parisc olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=parisc 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/202303110639.Bzzde3iK-lkp@intel.com/ All errors (new ones prefixed by >>): hppa-linux-ld: fs/splice.o: in function `pipe_to_sendmsg': >> (.text+0x12c): undefined reference to `sock_from_file' >> hppa-linux-ld: (.text+0x1b4): undefined reference to `sock_sendmsg' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests