From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 632AB15B4 for ; Sun, 5 Feb 2023 01:11:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1675559467; x=1707095467; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=LFlO3W+6GgETwNF/iBpulf0HF5czISSB4puko0mMG8w=; b=a+dpyvt+cLydNY0Hb7YMCMHWaQ5JgFVGFIGlQInN0dJGHEnFNdZuUKWh ZKq+0fEkDwjBjoFVDL7N1FYLcNr0AguC1jTjKnpu2wvsXQ9hHNx/Gam7r 0+YTNDCv/aA8iFybKUhkKe7x+WpOyjna1QnsVJJFongG1flDkjrJVwRd1 xajEBZ+2/yeeUVel/jISf786NoushoXqwL4CxFVf3akFuRu+Tv1R3TnD+ FnDLH85Wv1vwhheGH+8vL64wS6+sjcr6GcuYLAburlQz/+sp0HaWd7jQ2 cTazoV2Nzvxtb2s1rVOIvvNiug24qHrlBdSgH3fGUQ6QUVXrYAOCbJDpJ Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10611"; a="331141818" X-IronPort-AV: E=Sophos;i="5.97,274,1669104000"; d="scan'208";a="331141818" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Feb 2023 17:11:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10611"; a="790081781" X-IronPort-AV: E=Sophos;i="5.97,274,1669104000"; d="scan'208";a="790081781" Received: from lkp-server01.sh.intel.com (HELO 4455601a8d94) ([10.239.97.150]) by orsmga004.jf.intel.com with ESMTP; 04 Feb 2023 17:11:03 -0800 Received: from kbuild by 4455601a8d94 with local (Exim 4.96) (envelope-from ) id 1pOTYc-0001cm-0h; Sun, 05 Feb 2023 01:11:02 +0000 Date: Sun, 5 Feb 2023 09:10:26 +0800 From: kernel test robot To: Xin Long , network dev , dev@openvswitch.org Cc: oe-kbuild-all@lists.linux.dev, davem@davemloft.net, kuba@kernel.org, Eric Dumazet , Paolo Abeni , Pravin B Shelar , Jamal Hadi Salim , Cong Wang , Jiri Pirko , Pablo Neira Ayuso , Florian Westphal , Marcelo Ricardo Leitner , Ilya Maximets , Aaron Conole Subject: Re: [PATCH net-next 1/5] net: create nf_conntrack_ovs for ovs and tc use Message-ID: <202302050823.JwxMWCH9-lkp@intel.com> References: <6eca3cf10a8c06f733fac943bcb997c06ec5daa3.1675548023.git.lucien.xin@gmail.com> Precedence: bulk X-Mailing-List: oe-kbuild-all@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6eca3cf10a8c06f733fac943bcb997c06ec5daa3.1675548023.git.lucien.xin@gmail.com> Hi Xin, I love your patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/intel-lab-lkp/linux/commits/Xin-Long/net-create-nf_conntrack_ovs-for-ovs-and-tc-use/20230205-060514 patch link: https://lore.kernel.org/r/6eca3cf10a8c06f733fac943bcb997c06ec5daa3.1675548023.git.lucien.xin%40gmail.com patch subject: [PATCH net-next 1/5] net: create nf_conntrack_ovs for ovs and tc use config: s390-defconfig (https://download.01.org/0day-ci/archive/20230205/202302050823.JwxMWCH9-lkp@intel.com/config) compiler: s390-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/intel-lab-lkp/linux/commit/e2bb7f965a86f833a4ae6ec28444ba328fdfc358 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Xin-Long/net-create-nf_conntrack_ovs-for-ovs-and-tc-use/20230205-060514 git checkout e2bb7f965a86f833a4ae6ec28444ba328fdfc358 # 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=s390 olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=s390 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 >>, old ones prefixed by <<): >> ERROR: modpost: "nf_ct_helper" [net/openvswitch/openvswitch.ko] undefined! >> ERROR: modpost: "nf_ct_add_helper" [net/openvswitch/openvswitch.ko] undefined! -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests