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 DAD6FEB64D9 for ; Thu, 15 Jun 2023 11:56:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344645AbjFOL4D (ORCPT ); Thu, 15 Jun 2023 07:56:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42520 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344648AbjFOLzg (ORCPT ); Thu, 15 Jun 2023 07:55:36 -0400 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 33B844C30; Thu, 15 Jun 2023 04:50:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686829814; x=1718365814; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=hMnbSBNxlqsZkuwF0ei9XjaDwDmmpxYIsmLdTsOmqwk=; b=FmWLtvXlkJYGtjE5SVB5ISGmUs7uzKTzS8BJLC2wNAzjcx2iyZ2fe+oB J8aE/Gvtoyf5AIUjk6f+esi1gzIRww804R/P+8MFUkGXUR4eHG8RxdNd3 Ba9Zl1I+y2RWh+dUth9HpckubUcRMoTFnkgiEqjRh1DUNFuFByAmQwIJ8 1Q1dlG0VQyqagCJOy6HiC3yslVy4Enm1mnCjUNPbJwaTMjytkqRmQjKPC tZsR1SnaPcCAu2DGjszcCi/6v6zOluYVqys1kDoQ866n1ZE/JPzyfFn2h mExG2y4OKE79HKYQsBjjn1LKq1/qixJNPnPXYWs92a87wEx+6PAeGOg0p g==; X-IronPort-AV: E=McAfee;i="6600,9927,10741"; a="362272375" X-IronPort-AV: E=Sophos;i="6.00,244,1681196400"; d="scan'208";a="362272375" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2023 04:47:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10741"; a="1042629224" X-IronPort-AV: E=Sophos;i="6.00,244,1681196400"; d="scan'208";a="1042629224" Received: from lkp-server02.sh.intel.com (HELO d59cacf64e9e) ([10.239.97.151]) by fmsmga005.fm.intel.com with ESMTP; 15 Jun 2023 04:47:33 -0700 Received: from kbuild by d59cacf64e9e with local (Exim 4.96) (envelope-from ) id 1q9lRs-0001pX-1c; Thu, 15 Jun 2023 11:47:32 +0000 Date: Thu, 15 Jun 2023 19:47:14 +0800 From: kernel test robot To: Dmitry Safonov , David Ahern , Eric Dumazet , Paolo Abeni , Jakub Kicinski , "David S. Miller" Cc: oe-kbuild-all@lists.linux.dev, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Dmitry Safonov , Andy Lutomirski , Ard Biesheuvel , Bob Gilligan , Dan Carpenter , David Laight , Donald Cassidy , Eric Biggers , "Eric W. Biederman" , Francesco Ruggeri , Herbert Xu , Hideaki YOSHIFUJI , Ivan Delalande , Leonard Crestez , Salam Noureddine Subject: Re: [PATCH v7 08/22] net/tcp: Add AO sign to RST packets Message-ID: <202306151905.1KMdlW2R-lkp@intel.com> References: <20230614230947.3954084-9-dima@arista.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230614230947.3954084-9-dima@arista.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Dmitry, kernel test robot noticed the following build errors: [auto build test ERROR on b6dad5178ceaf23f369c3711062ce1f2afc33644] url: https://github.com/intel-lab-lkp/linux/commits/Dmitry-Safonov/net-tcp-Prepare-tcp_md5sig_pool-for-TCP-AO/20230615-071334 base: b6dad5178ceaf23f369c3711062ce1f2afc33644 patch link: https://lore.kernel.org/r/20230614230947.3954084-9-dima%40arista.com patch subject: [PATCH v7 08/22] net/tcp: Add AO sign to RST packets config: riscv-allmodconfig (https://download.01.org/0day-ci/archive/20230615/202306151905.1KMdlW2R-lkp@intel.com/config) compiler: riscv64-linux-gcc (GCC) 12.3.0 reproduce (this is a W=1 build): mkdir -p ~/bin wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout b6dad5178ceaf23f369c3711062ce1f2afc33644 b4 shazam https://lore.kernel.org/r/20230614230947.3954084-9-dima@arista.com # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=riscv olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=riscv SHELL=/bin/bash If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202306151905.1KMdlW2R-lkp@intel.com/ All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "tcp_ao_prepare_reset" [net/ipv6/ipv6.ko] undefined! ERROR: modpost: "tcp_v6_ao_calc_key_sk" [net/ipv6/ipv6.ko] undefined! -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki