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 417CFC43334 for ; Sat, 2 Jul 2022 10:05:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232048AbiGBKFA (ORCPT ); Sat, 2 Jul 2022 06:05:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34498 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229446AbiGBKE7 (ORCPT ); Sat, 2 Jul 2022 06:04:59 -0400 Received: from mga17.intel.com (unknown [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 86835186C1; Sat, 2 Jul 2022 03:04:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656756298; x=1688292298; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=AZl8HN5oDnj9aknNKQSHbkKjT0Qvlv4fnPi+jb+GiQQ=; b=Jb4vS8FXieNFrA1YDcAyeFC59Zyj5vtvhKIP2LkeS9kySti9k3ttuM6F m0pU1MLrMXLG0DkPwldEz2D6hDgn2gHhiYQvRYZlygMsr58ukOlP0cqIf yBBZOEqjx4rCkughh4PhY5RyalYOeT3LlHiH1wfLyC7AVLJ5B0UXFAm54 oMwfXrWDAV78JiYoUYPvBZFj2PzY+imy9QNB5/7XIkDBvyNo7kDOI7nW5 YgyaZkxknIQ1RpF42UwT2b+EqpXEh8YVXDr2G6conAJrafevpfJGlAFf6 4K2X8+GrrXOd2Hi0NP9ZV3H5qUVrAYupOQeFnWOgfFk18WECohBfBtwcR g==; X-IronPort-AV: E=McAfee;i="6400,9594,10395"; a="263209557" X-IronPort-AV: E=Sophos;i="5.92,239,1650956400"; d="scan'208";a="263209557" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2022 03:04:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,239,1650956400"; d="scan'208";a="596534543" Received: from lkp-server01.sh.intel.com (HELO 68b931ab7ac1) ([10.239.97.150]) by fmsmga007.fm.intel.com with ESMTP; 02 Jul 2022 03:04:53 -0700 Received: from kbuild by 68b931ab7ac1 with local (Exim 4.95) (envelope-from ) id 1o7Zzb-000F7b-KF; Sat, 02 Jul 2022 10:04:47 +0000 Date: Sat, 2 Jul 2022 18:04:44 +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 , katie.morris@in-advantage.com Subject: Re: [PATCH v12 net-next 9/9] mfd: ocelot: add support for the vsc7512 chip via spi Message-ID: <202207021703.v9TWwjUK-lkp@intel.com> References: <20220701192609.3970317-10-colin.foster@in-advantage.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220701192609.3970317-10-colin.foster@in-advantage.com> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.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/20220702-032824 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git dbdd9a28e1406ab8218a69e60f10a168b968c81d config: powerpc-allmodconfig (https://download.01.org/0day-ci/archive/20220702/202207021703.v9TWwjUK-lkp@intel.com/config) compiler: powerpc-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/86c3be9af85a12a7b190790d80944693dd07a132 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/20220702-032824 git checkout 86c3be9af85a12a7b190790d80944693dd07a132 # 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=powerpc 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_spi_init_regmap" [drivers/mfd/ocelot-core.ko] undefined! WARNING: modpost: module ocelot-spi uses symbol ocelot_chip_reset from namespace MFD_OCELOT, but does not import it. WARNING: modpost: module ocelot-spi uses symbol ocelot_core_init from namespace MFD_OCELOT, but does not import it. -- 0-DAY CI Kernel Test Service https://01.org/lkp 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 53433C43334 for ; Sat, 2 Jul 2022 10:06:16 +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=3NvR/hnBt5554Eo78gGI8tBTnGOpwFiBXphMwVRxDsY=; b=MuNBhZkiIcSJ9e Sde+3/sJH4jToj81K8M76jtp9O4zohujWW2jp2tM/QHElTcA9hLGzGhB4XjBuwO+y5eg4tzu3oOya mWsp3dzQu/VK6aKlDauei2iKthMzYVGHbslr0euugTniIf4faIn1OxJtSFpcK8ded1WRaXH1sml0p huFCL4zFgnO8qAcUcEQ8htmchpsLGrcpUgGBuSuNFpSUqviK/5tEWPgcRUyqWEw5RG1Q6kWZkn1Wx QrIDJQWFugpobUKuPIVXm7ZHtNDsj0kf7IiOKuWDlPukqW0qZGHGLJZefWOMEAPCJ74NLuln2Bkqq QpLwUE8qysLdzT6JWnPw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o7Zzr-0090hl-Hq; Sat, 02 Jul 2022 10:05:03 +0000 Received: from mga14.intel.com ([192.55.52.115]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o7Zzo-0090gg-Cn for linux-arm-kernel@lists.infradead.org; Sat, 02 Jul 2022 10:05:01 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656756300; x=1688292300; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=AZl8HN5oDnj9aknNKQSHbkKjT0Qvlv4fnPi+jb+GiQQ=; b=HJzoXWS3Jf9lJIT5nkIGvJ1OJvQRwaO3Z2ycYedNQQFM6SgE9AVcFcBN lVnBfZKSyHmQvsr5fegFtIKuSJidFqunZ8uCvh/91q+fetgDxQL3TjBr8 KxzklUggAFyG9BFKmxsMzgEbopHXoC3GvhBd21HFp42W4ML7OkAb6RjtR Wv3X8Zsm+I3ZAdhzYJreOGg03aRg8eUF5+HYqdaXAu8V+2BId24rl9nG5 sW5ZylsVLaXsUtqz+BNLKbFkJyne7lQl6r+4/fdXuutwKytP7EdHAjUhG uJ1hlUMUggYfFVFikduLM30EwSOee5e2GH0qxPR+4FczYqUR/DByZ86kA g==; X-IronPort-AV: E=McAfee;i="6400,9594,10395"; a="282845759" X-IronPort-AV: E=Sophos;i="5.92,239,1650956400"; d="scan'208";a="282845759" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2022 03:04:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,239,1650956400"; d="scan'208";a="596534543" Received: from lkp-server01.sh.intel.com (HELO 68b931ab7ac1) ([10.239.97.150]) by fmsmga007.fm.intel.com with ESMTP; 02 Jul 2022 03:04:53 -0700 Received: from kbuild by 68b931ab7ac1 with local (Exim 4.95) (envelope-from ) id 1o7Zzb-000F7b-KF; Sat, 02 Jul 2022 10:04:47 +0000 Date: Sat, 2 Jul 2022 18:04:44 +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 , katie.morris@in-advantage.com Subject: Re: [PATCH v12 net-next 9/9] mfd: ocelot: add support for the vsc7512 chip via spi Message-ID: <202207021703.v9TWwjUK-lkp@intel.com> References: <20220701192609.3970317-10-colin.foster@in-advantage.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220701192609.3970317-10-colin.foster@in-advantage.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220702_030500_516368_CE282395 X-CRM114-Status: GOOD ( 11.64 ) 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/20220702-032824 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git dbdd9a28e1406ab8218a69e60f10a168b968c81d config: powerpc-allmodconfig (https://download.01.org/0day-ci/archive/20220702/202207021703.v9TWwjUK-lkp@intel.com/config) compiler: powerpc-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/86c3be9af85a12a7b190790d80944693dd07a132 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/20220702-032824 git checkout 86c3be9af85a12a7b190790d80944693dd07a132 # 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=powerpc 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_spi_init_regmap" [drivers/mfd/ocelot-core.ko] undefined! WARNING: modpost: module ocelot-spi uses symbol ocelot_chip_reset from namespace MFD_OCELOT, but does not import it. WARNING: modpost: module ocelot-spi uses symbol ocelot_core_init from namespace MFD_OCELOT, but does not import it. -- 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