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 1FCCEC433EF for ; Fri, 4 Mar 2022 02:58:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237796AbiCDC7a (ORCPT ); Thu, 3 Mar 2022 21:59:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53010 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232147AbiCDC71 (ORCPT ); Thu, 3 Mar 2022 21:59:27 -0500 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B874BC9A24 for ; Thu, 3 Mar 2022 18:58:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646362720; x=1677898720; h=date:from:to:cc:subject:message-id:mime-version; bh=EcBtmFJuJNoYciCGF9wR5xhGPLuRM/VGy1M6e8FxYBA=; b=Ql5KHrvMGRB8HbNObJqbwqzngiG+k3DJRUwhPqQ+AF2CaTYWOFZ9rlo9 P8+ooLhsn1hs9hk669ATseKxJ5EG601tdzXLmO2cZQ5Ze98B0gjYnCCDt h8uoAG9Kp2uLtYhhFNBOJhSNfKFQTGzyRDtEFMl7PnDbkDzaIDkn5qysA BCWpQOh7PBBax4hf+Ei3n2j34ln5POnK6o3EtdFSvnFWscOclOMWOBOrs KaN1FVvqcBPN9Hd1kFu+J6zXkyZH2N33TW4i7+mLM2RK9tkWMKcoJvqxy HgW07fyJvzYpZc5fJC6rJySphKHn14ZMhq7bbTR48sT9Up0QEbq1Lvjfe g==; X-IronPort-AV: E=McAfee;i="6200,9189,10275"; a="317103425" X-IronPort-AV: E=Sophos;i="5.90,154,1643702400"; d="scan'208";a="317103425" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Mar 2022 18:58:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,154,1643702400"; d="scan'208";a="536114477" Received: from lkp-server01.sh.intel.com (HELO ccb16ba0ecc3) ([10.239.97.150]) by orsmga007.jf.intel.com with ESMTP; 03 Mar 2022 18:58:39 -0800 Received: from kbuild by ccb16ba0ecc3 with local (Exim 4.92) (envelope-from ) id 1nPy9O-0001Db-H1; Fri, 04 Mar 2022 02:58:38 +0000 Date: Fri, 4 Mar 2022 10:58:05 +0800 From: kernel test robot To: Florian Westphal Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: [netfilter-nf-next:testing 12/15] undefined reference to `__nf_ct_ext_find' Message-ID: <202203041055.zmW888Xf-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next.git testing head: 608a724032f9807149638d5f7bde065500e8c4ba commit: 9c1bc3d863d9e8437347149391ad3918eb95ed36 [12/15] netfilter: extensions: introduce extension genid count config: s390-defconfig (https://download.01.org/0day-ci/archive/20220304/202203041055.zmW888Xf-lkp@intel.com/config) compiler: s390-linux-gcc (GCC) 11.2.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://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next.git/commit/?id=9c1bc3d863d9e8437347149391ad3918eb95ed36 git remote add netfilter-nf-next git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next.git git fetch --no-tags netfilter-nf-next testing git checkout 9c1bc3d863d9e8437347149391ad3918eb95ed36 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=s390 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 >>): s390-linux-ld: net/core/flow_dissector.o: in function `skb_flow_dissect_ct': >> (.text+0x49e): undefined reference to `__nf_ct_ext_find' --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org