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=-1.2 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gnuweeb.org (Postfix) with ESMTPS id 5A6897E2D4 for ; Fri, 20 May 2022 03:28:57 +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=jHUtjAYw; 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=1653017337; x=1684553337; h=date:from:to:cc:subject:message-id:mime-version; bh=/2Rd7aRGXDFx0VPd9x4FavskHTE+idupHl56Dc9ywwA=; b=jHUtjAYw6HPn9QbWoA7/A1lCAdjQks0TNw65CEGTG1zZ/7bsN78BBI99 2yzznBe+woyDIWDSmjhR73Ozo6m2M+MKSSUY4kK/ZjDNpVU9f8IMsLllx GPB0QyL/ZAPa73IsvY58mqJAhZBssVj+aPKLSkAD7ZYZbN9jym0QROi0z 13CCAvrVDM814tFYKZHirbTh7faxJZ11AkGOTQkECmTqYR+5h/yHo8yTR jE+lyhXXdVtfERfOlalVsPyU5qUsKHnfdKlP0ZX1jCS/Svl6a/xqyJmMU YFCOpHOI+NMiKfW8HbQfzsrjLeDYbgUyRpzRBJ9MOrS/sp1TzukPD6luQ g==; X-IronPort-AV: E=McAfee;i="6400,9594,10352"; a="254522746" X-IronPort-AV: E=Sophos;i="5.91,238,1647327600"; d="scan'208";a="254522746" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2022 20:28:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,238,1647327600"; d="scan'208";a="570581574" Received: from lkp-server02.sh.intel.com (HELO 242b25809ac7) ([10.239.97.151]) by orsmga007.jf.intel.com with ESMTP; 19 May 2022 20:28:53 -0700 Received: from kbuild by 242b25809ac7 with local (Exim 4.95) (envelope-from ) id 1nrtJt-0004El-4i; Fri, 20 May 2022 03:28:53 +0000 Date: Fri, 20 May 2022 11:28:15 +0800 From: kernel test robot To: Guo Ren Cc: kbuild-all@lists.01.org, GNU/Weeb Mailing List , linux-kernel@vger.kernel.org, Palmer Dabbelt , Arnd Bergmann Subject: [ammarfaizi2-block:palmer/linux/riscv-compat 20/20] riscv64-linux-ld: arch/riscv/kernel/compat_syscall_table.o:undefined reference to `compat_sys_fadvise64_64' Message-ID: <202205201131.BsQlHAIj-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 palmer/linux/riscv-compat head: 9be8459298eadb39b9fe9974b890239e9c123107 commit: 9be8459298eadb39b9fe9974b890239e9c123107 [20/20] riscv: compat: Add COMPAT Kbuild skeletal support config: riscv-randconfig-r004-20220519 (https://download.01.org/0day-ci/archive/20220520/202205201131.BsQlHAIj-lkp@intel.com/config) compiler: riscv64-linux-gcc (GCC) 11.3.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/9be8459298eadb39b9fe9974b890239e9c123107 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block palmer/linux/riscv-compat git checkout 9be8459298eadb39b9fe9974b890239e9c123107 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=riscv SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> riscv64-linux-ld: arch/riscv/kernel/compat_syscall_table.o:(.rodata+0x6f8): undefined reference to `compat_sys_fadvise64_64' pahole: .tmp_vmlinux.btf: No such file or directory .btf.vmlinux.bin.o: file not recognized: file format not recognized -- 0-DAY CI Kernel Test Service https://01.org/lkp