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 07EC0C47081 for ; Tue, 8 Feb 2022 22:29:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1387835AbiBHW3P (ORCPT ); Tue, 8 Feb 2022 17:29:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1387240AbiBHWKP (ORCPT ); Tue, 8 Feb 2022 17:10:15 -0500 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D378BC0612B8 for ; Tue, 8 Feb 2022 14:10:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644358213; x=1675894213; h=date:from:to:cc:subject:message-id:mime-version; bh=h02fHfNx7LQhoMNvC37VqDWYOpJW635bruQfZsGYpnI=; b=cVcUCSbo52hVTkOmlLgCWlofa5YSRE45AP/DaPLryCAQmI7xU8FSSRnL y9h9a+0Py8enmAS+N+yTbvgg4cwJVVibutyPI39BUfmvzmDOY+8r/eNcR IYssqXASGe0q+VEJLQshbv8bh3sj3xJEEPEn8FLmhCgibHLiLnSw3ax8Y Ix08AnGycC7jDzBPYT4Q6cDZmkeeX+PFeBp6quHmZ2fuJ5fEcCpc2Ik79 51YexrvT2AVX43w0/eSPBRDecobHzrEP/synE39LNwy37LbM9sfX7gkca lu9CBGWnbR5HxnjZ+BEoEn5mdsR4s6IGXJ3DquAStsZ1HsS/2HvWNf+lZ Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10252"; a="335465723" X-IronPort-AV: E=Sophos;i="5.88,353,1635231600"; d="scan'208";a="335465723" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2022 14:10:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,353,1635231600"; d="scan'208";a="701007986" Received: from lkp-server01.sh.intel.com (HELO d95dc2dabeb1) ([10.239.97.150]) by orsmga005.jf.intel.com with ESMTP; 08 Feb 2022 14:10:11 -0800 Received: from kbuild by d95dc2dabeb1 with local (Exim 4.92) (envelope-from ) id 1nHYgd-0000oP-Ae; Tue, 08 Feb 2022 22:10:11 +0000 Date: Wed, 9 Feb 2022 06:09:09 +0800 From: kernel test robot To: Horatiu Vultur Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: [saeed:net-next-mlx4 36/89] undefined reference to `ipv6_mc_check_mld' Message-ID: <202202090647.RlBrHxf1-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: https://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git net-next-mlx4 head: c3e676b98326a419f30dd5d956c68fc33323f4fd commit: 47aeea0d57e80c9449448802aede54526a3d6305 [36/89] net: lan966x: Implement the callback SWITCHDEV_ATTR_ID_BRIDGE_MC_DISABLED config: parisc-randconfig-r012-20220208 (https://download.01.org/0day-ci/archive/20220209/202202090647.RlBrHxf1-lkp@intel.com/config) compiler: hppa-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/saeed/linux.git/commit/?id=47aeea0d57e80c9449448802aede54526a3d6305 git remote add saeed https://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git git fetch --no-tags saeed net-next-mlx4 git checkout 47aeea0d57e80c9449448802aede54526a3d6305 # 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=parisc 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 >>): hppa-linux-ld: drivers/net/ethernet/microchip/lan966x/lan966x_main.o: in function `lan966x_xtr_irq_handler.part.0': >> (.text+0x2240): undefined reference to `ipv6_mc_check_mld' --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org