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=-5.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,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 3FC2580952 for ; Fri, 16 Sep 2022 01:16:02 +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=JMkOxUtb; 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=1663290962; x=1694826962; h=date:from:to:cc:subject:message-id:mime-version; bh=9Ihfwn7NXOoXT4dpjk6Ow0fAbq9eRKXs7h0VAVEIM00=; b=JMkOxUtb3Ax2PCg95Zg6vPxhQ77cyNWrKmOM+Gv74sRlid3L+nVJaYIw Z1VKSztZ9IuHjZoqkeri9ZKTrpDSzciVLadCFQXrSXweMayYG+KSeb1zu +K5fD9Vi0ElCqvbZyYbHDguBZFWE9qvRMevTFf9W8+Lce8EXB7yd0Rt1V T6IFDpmY9Skk7IH5IAKvrQfS0L0dT0X/XNNGfiPrwH3IKhiRuUADqyjGq djYbQh30AyFgubeV83Nu7u4LseJb5cFflvg5GcYzzWlb/L+buWvntqNU1 4Xv1ObfN5SeD4atcZHzUMpXxVsf3uQpJzH/WnsS52ZPoBvrLg5+97IEbm w==; X-IronPort-AV: E=McAfee;i="6500,9779,10471"; a="325150429" X-IronPort-AV: E=Sophos;i="5.93,319,1654585200"; d="scan'208";a="325150429" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2022 18:16:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,319,1654585200"; d="scan'208";a="946196435" Received: from lkp-server02.sh.intel.com (HELO 41300c7200ea) ([10.239.97.151]) by fmsmga005.fm.intel.com with ESMTP; 15 Sep 2022 18:16:00 -0700 Received: from kbuild by 41300c7200ea with local (Exim 4.96) (envelope-from ) id 1oYzxX-0001Gl-29; Fri, 16 Sep 2022 01:15:59 +0000 Date: Fri, 16 Sep 2022 09:15:01 +0800 From: kernel test robot To: "Jason A. Donenfeld" Cc: kbuild-all@lists.01.org, Ammar Faizi , GNU/Weeb Mailing List , linux-kernel@vger.kernel.org Subject: [ammarfaizi2-block:crng/random/jd/vdso 3/3] ld: arch/x86/entry/syscall_32.o:undefined reference to `__ia32_sys_vgetrandom_alloc' Message-ID: <202209160958.4VsH4AEf-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 crng/random/jd/vdso head: a3cff810520ec7bb9afb9020a1cb7945e4bdb8b2 commit: a3cff810520ec7bb9afb9020a1cb7945e4bdb8b2 [3/3] random: implement getrandom() in vDSO config: i386-tinyconfig (https://download.01.org/0day-ci/archive/20220916/202209160958.4VsH4AEf-lkp@intel.com/config) compiler: gcc-11 (Debian 11.3.0-5) 11.3.0 reproduce (this is a W=1 build): # https://github.com/ammarfaizi2/linux-block/commit/a3cff810520ec7bb9afb9020a1cb7945e4bdb8b2 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block crng/random/jd/vdso git checkout a3cff810520ec7bb9afb9020a1cb7945e4bdb8b2 # save the config file mkdir build_dir && cp config build_dir/.config make 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 All errors (new ones prefixed by >>): >> ld: arch/x86/entry/syscall_32.o:(.rodata+0x70c): undefined reference to `__ia32_sys_vgetrandom_alloc' -- 0-DAY CI Kernel Test Service https://01.org/lkp