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 X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 196EAC4338F for ; Fri, 13 Aug 2021 15:39:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B08D16109E for ; Fri, 13 Aug 2021 15:39:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241130AbhHMPju (ORCPT ); Fri, 13 Aug 2021 11:39:50 -0400 Received: from mga11.intel.com ([192.55.52.93]:11198 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236719AbhHMPjs (ORCPT ); Fri, 13 Aug 2021 11:39:48 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10075"; a="212462204" X-IronPort-AV: E=Sophos;i="5.84,319,1620716400"; d="scan'208";a="212462204" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Aug 2021 08:39:21 -0700 X-IronPort-AV: E=Sophos;i="5.84,319,1620716400"; d="scan'208";a="447082976" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Aug 2021 08:39:20 -0700 Received: from andy by smile with local (Exim 4.94.2) (envelope-from ) id 1mEZH8-009Hgd-AE; Fri, 13 Aug 2021 18:39:14 +0300 Date: Fri, 13 Aug 2021 18:39:14 +0300 From: Andy Shevchenko To: kernel test robot Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kbuild-all@lists.01.org, Richard Cochran Subject: Re: [PATCH v1 net-next 4/7] ptp_pch: Switch to use module_pci_driver() macro Message-ID: References: <20210813122932.46152-4-andriy.shevchenko@linux.intel.com> <202108132237.jJSESPou-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 13, 2021 at 06:13:21PM +0300, Andy Shevchenko wrote: > On Fri, Aug 13, 2021 at 10:34:17PM +0800, kernel test robot wrote: > > Hi Andy, > > > > I love your patch! Yet something to improve: > > > > [auto build test ERROR on net-next/master] > > > > url: https://github.com/0day-ci/linux/commits/Andy-Shevchenko/ptp_pch-use-mac_pton/20210813-203135 > > base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git b769cf44ed55f4b277b89cf53df6092f0c9082d0 > > config: nios2-randconfig-r023-20210813 (attached as .config) > > compiler: nios2-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://github.com/0day-ci/linux/commit/6c1fff5c80fe8f1a12c20bac2d28ebfa5960bde7 > > git remote add linux-review https://github.com/0day-ci/linux > > git fetch --no-tags linux-review Andy-Shevchenko/ptp_pch-use-mac_pton/20210813-203135 > > git checkout 6c1fff5c80fe8f1a12c20bac2d28ebfa5960bde7 > > # save the attached .config to linux build tree > > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=nios2 > > > > If you fix the issue, kindly add following tag as appropriate > > Reported-by: kernel test robot > > Thanks! > > Definitely I have compiled it in my local branch. I'll check what is the root > cause of this. Kconfig misses PCI dependency. I will send a separate patch, there is nothing to do here. -- With Best Regards, Andy Shevchenko