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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A29A3C433EF for ; Sat, 11 Jun 2022 06:25:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=cfw6NJb7ZUAJCd5uyB7p3j+7RNbUzMHbchNHyYASjok=; b=WsBji05r+uK/i2 9aXIsmSfdDnKWnTWVOXoOJstiz50Mkm2HWvaUd5lS3jPVfbn4blPCr8LUPKFchs1HYWT6JU+ROb9g wEwbpMbwEy5fOTgIxJZAAc7OdmJR7k2n2mHyOuMzXDMIp49bPdvcZfuwtGdUM8oJm79YbnEx3ieCW 2zQ28UUlItAJoy+9A9nJwXiyYEIpFUQhUywcfIZWjRiRYS343HaCcJy/eTvLLPC4nN3KbSVxf6kPV gA9AtZtAE9NYS0tOAD2MAM0mq+iI/VV5TFSi+aDieyV6lLlTNiQC6lIp93PIxyuYweFf2QGKHiAdn dFQxw5Lg37nmk9kCc51w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nzuXg-00BesQ-Fy; Sat, 11 Jun 2022 06:24:16 +0000 Received: from mga03.intel.com ([134.134.136.65]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nzuXd-00Beqz-4T for linux-arm-kernel@lists.infradead.org; Sat, 11 Jun 2022 06:24:14 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654928653; x=1686464653; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=5fULlUWTJ0Mpiasmhrqi3Eiepoj/IWBoziXzyJOlRYA=; b=acSQdCtXfA8wTbZ85vTEtAZ0H0cbLr3PRs16c/Zur92Nw6TGHYZVkL7h 5ZWP1wSLgIY3kiLRgUFbi8yDmTE0YWoWa5sHoaFKJn/v2bpUC4gEq0wma rWcTxW0pcbwCMu7WJ7S090V9vzWKY9AK2sEeR+9byHBYdDZc+l4CLrvyx 58jGQvdyIEYL3KiDubCR6xoMi8/uEOvVmFUgWvMWzAd1KArJgkZ2lun6/ CNPYS3gjHlMbXUPykK0xkUqTv8LqYihjEzSgbqtC3MmTB/6Y85rTH7zgn BSHvrJ54TiYlgj6bv0YwnUtyTpRon3N+26YG6e5MbsLYZ5o03pufstLh4 Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10374"; a="278959579" X-IronPort-AV: E=Sophos;i="5.91,292,1647327600"; d="scan'208";a="278959579" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2022 23:24:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,292,1647327600"; d="scan'208";a="611036523" Received: from lkp-server01.sh.intel.com (HELO 60dabacc1df6) ([10.239.97.150]) by orsmga008.jf.intel.com with ESMTP; 10 Jun 2022 23:24:04 -0700 Received: from kbuild by 60dabacc1df6 with local (Exim 4.95) (envelope-from ) id 1nzuXU-000Ibz-1s; Sat, 11 Jun 2022 06:24:04 +0000 Date: Sat, 11 Jun 2022 14:23:50 +0800 From: kernel test robot To: Colin Foster , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org Cc: kbuild-all@lists.01.org, Vladimir Oltean , Lee Jones , Rob Herring , Krzysztof Kozlowski , Andrew Lunn , Heiner Kallweit , Russell King , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Lars Povlsen , Steen Hegelund , UNGLinuxDriver@microchip.com, Linus Walleij , Wolfram Sang , Terry Bowman , Andy Shevchenko Subject: Re: [PATCH v10 net-next 7/7] mfd: ocelot: add support for the vsc7512 chip via spi Message-ID: <202206111455.xaWNrJPX-lkp@intel.com> References: <20220610202330.799510-8-colin.foster@in-advantage.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220610202330.799510-8-colin.foster@in-advantage.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220610_232413_297220_BF17EE57 X-CRM114-Status: GOOD ( 10.49 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Colin, 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/Colin-Foster/add-support-for-VSC7512-control-over-SPI/20220611-042931 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git b97dcb85750b7e8bc5aaed5403ddf4b0552c7993 config: riscv-allmodconfig (https://download.01.org/0day-ci/archive/20220611/202206111455.xaWNrJPX-lkp@intel.com/config) compiler: riscv64-linux-gcc (GCC) 11.3.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/60523f7239bade660c86be121bd29954c24f53df git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Colin-Foster/add-support-for-VSC7512-control-over-SPI/20220611-042931 git checkout 60523f7239bade660c86be121bd29954c24f53df # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=riscv 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: "ocelot_platform_init_regmap_from_resource" [drivers/net/mdio/mdio-mscc-miim.ko] undefined! -- 0-DAY CI Kernel Test Service https://01.org/lkp _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel