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 4031CC4332F for ; Tue, 7 Nov 2023 23:03:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234038AbjKGXDv (ORCPT ); Tue, 7 Nov 2023 18:03:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42128 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234175AbjKGXDu (ORCPT ); Tue, 7 Nov 2023 18:03:50 -0500 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B682910C3 for ; Tue, 7 Nov 2023 15:03:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1699398229; x=1730934229; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=e0fl2w4yaEynuxUISdpEx4g/L2QywUcE/5FfdKlJ4Bo=; b=T9zOPGPwkyeigZIT6+KxF51m0JFbsZ8hdxKiGauUCzEnXngZ9Cc33G1y isBQQyMlNZ+qUbhT1ST/TwrzihMrmI92rTPf9dX0eeadxz4HwSSzintp6 dQ/wTfldf9dlWV/H/KlviUfWE7Pvr7PzSTd9MD4p/kUVHcxJVSs2Etyqt vFHQaN28waweIx/Um2j8Mfwbv7T0fxROTifXVKJfN/6zmn07flJZmV6JY 0A0CcR1eD7HSK2jBPyMD8n5goHCJsYVoen15iTo5SZZmq+6fk1rQCUGFu q+0uZpYWOyU+IUxVyETLwHpsMOKEdo7JyW8AatIfCPYhWw8QkcpA2ULRQ g==; X-IronPort-AV: E=McAfee;i="6600,9927,10887"; a="2656608" X-IronPort-AV: E=Sophos;i="6.03,284,1694761200"; d="scan'208";a="2656608" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Nov 2023 15:03:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.03,284,1694761200"; d="scan'208";a="3993190" Received: from lkp-server01.sh.intel.com (HELO 17d9e85e5079) ([10.239.97.150]) by orviesa002.jf.intel.com with ESMTP; 07 Nov 2023 15:03:46 -0800 Received: from kbuild by 17d9e85e5079 with local (Exim 4.96) (envelope-from ) id 1r0V6l-0007Se-1o; Tue, 07 Nov 2023 23:03:44 +0000 Date: Wed, 8 Nov 2023 07:03:35 +0800 From: kernel test robot To: Bob Pearson , jgg@nvidia.com, yanjun.zhu@linux.dev, linux-rdma@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, Bob Pearson Subject: Re: [PATCH for-next v2 6/6] RDMA/rxe: Cleanup mcg lifetime Message-ID: <202311080628.qKudDtHK-lkp@intel.com> References: <20231106152928.47869-7-rpearsonhpe@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231106152928.47869-7-rpearsonhpe@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org Hi Bob, kernel test robot noticed the following build errors: [auto build test ERROR on rdma/for-next] [also build test ERROR on linus/master v6.6 next-20231107] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Bob-Pearson/RDMA-rxe-Cleanup-rxe_ah-av_chk_attr/20231107-005913 base: https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git for-next patch link: https://lore.kernel.org/r/20231106152928.47869-7-rpearsonhpe%40gmail.com patch subject: [PATCH for-next v2 6/6] RDMA/rxe: Cleanup mcg lifetime config: csky-randconfig-002-20231107 (https://download.01.org/0day-ci/archive/20231108/202311080628.qKudDtHK-lkp@intel.com/config) compiler: csky-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231108/202311080628.qKudDtHK-lkp@intel.com/reproduce) 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/202311080628.qKudDtHK-lkp@intel.com/ All errors (new ones prefixed by >>): csky-linux-ld: drivers/infiniband/sw/rxe/rxe_mcast.o: in function `rxe_mcast_add': rxe_mcast.c:(.text+0x42): undefined reference to `ipv6_sock_mc_join' csky-linux-ld: rxe_mcast.c:(.text+0xa6): undefined reference to `ipv6_sock_mc_drop' csky-linux-ld: drivers/infiniband/sw/rxe/rxe_mcast.o: in function `rxe_cleanup_mcg': rxe_mcast.c:(.text+0x1a4): undefined reference to `ipv6_sock_mc_drop' >> csky-linux-ld: rxe_mcast.c:(.text+0x1b8): undefined reference to `ipv6_sock_mc_join' csky-linux-ld: rxe_mcast.c:(.text+0x1c4): undefined reference to `ipv6_sock_mc_drop' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki