From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ADC1FC433EF for ; Sun, 22 May 2022 00:59:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244534AbiEVA7C (ORCPT ); Sat, 21 May 2022 20:59:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36156 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232208AbiEVA7A (ORCPT ); Sat, 21 May 2022 20:59:00 -0400 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D53EC3981F for ; Sat, 21 May 2022 17:58:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653181138; x=1684717138; h=date:from:to:cc:subject:message-id:mime-version; bh=kh/DoQMfb9sTFZQv3G3UBcKMKfD2SQO4bJVgpgoSD/c=; b=iUL/i72qBGMzruj3PuiFV5BDEeFWIkGZHONHXrv4bJxTHx51jGSS/qUH jBnfgGClj98rfMKfYcQSp6rK3giAxznoFyrW6+9gFg/ZXzZnTQhw8j6qs GU9wHR7YKQ1COoJ5rzd2+A+eSSXFYPIBKdOwn3M0W9AiAnOsiDvuwsXwR F4yfYC8ZsMyvN/jta3q/OwkwRV/KwcLHKOKLWzGZ3oagknzA4S85Mhxf2 S8mmv1ONc2Wp6J7+BDBCx5RVSQ3/2UOZmHcTT004c5pt/LGU69SQEC6Rz BElw3hLv/B4Dv15Lj9azoQXYdHlUSJjvS11eT3zgu4OGXV708lno9lq3w A==; X-IronPort-AV: E=McAfee;i="6400,9594,10354"; a="272904107" X-IronPort-AV: E=Sophos;i="5.91,243,1647327600"; d="scan'208";a="272904107" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 May 2022 17:58:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,243,1647327600"; d="scan'208";a="547275690" Received: from lkp-server02.sh.intel.com (HELO 242b25809ac7) ([10.239.97.151]) by orsmga006.jf.intel.com with ESMTP; 21 May 2022 17:58:57 -0700 Received: from kbuild by 242b25809ac7 with local (Exim 4.95) (envelope-from ) id 1nsZvs-0006ng-Q2; Sun, 22 May 2022 00:58:56 +0000 Date: Sun, 22 May 2022 08:58:40 +0800 From: kernel test robot To: Cong Wang Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: [congwang:sch_bpf 1/3] powerpc-linux-ld: kernel/bpf/syscall.o:undefined reference to `skb_map_ops' Message-ID: <202205220855.HbbxNMrI-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://github.com/congwang/linux.git sch_bpf head: 9f6c12a2c218c56af7d37feeaf21c5b62a8192a0 commit: ef56eb898b1d5c229db544d5933e9c686132ef28 [1/3] bpf: introduce skb map config: powerpc-randconfig-r021-20220522 (https://download.01.org/0day-ci/archive/20220522/202205220855.HbbxNMrI-lkp@intel.com/config) compiler: powerpc-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/congwang/linux/commit/ef56eb898b1d5c229db544d5933e9c686132ef28 git remote add congwang https://github.com/congwang/linux.git git fetch --no-tags congwang sch_bpf git checkout ef56eb898b1d5c229db544d5933e9c686132ef28 # 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=powerpc 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 >>): >> powerpc-linux-ld: kernel/bpf/syscall.o:(.rodata+0x538): undefined reference to `skb_map_ops' -- 0-DAY CI Kernel Test Service https://01.org/lkp