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=-7.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham 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 D1A8AC10F27 for ; Tue, 10 Mar 2020 15:56:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AD5D5208E4 for ; Tue, 10 Mar 2020 15:56:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726770AbgCJP4h (ORCPT ); Tue, 10 Mar 2020 11:56:37 -0400 Received: from mga14.intel.com ([192.55.52.115]:30835 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726514AbgCJP4h (ORCPT ); Tue, 10 Mar 2020 11:56:37 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Mar 2020 08:56:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,537,1574150400"; d="scan'208";a="441348845" Received: from pl-dbox.sh.intel.com (HELO intel.com) ([10.239.159.39]) by fmsmga005.fm.intel.com with ESMTP; 10 Mar 2020 08:56:34 -0700 Date: Tue, 10 Mar 2020 23:55:16 +0800 From: Philip Li To: Jessica Yu Cc: Masahiro Yamada , Matthias Maennich , Linux Kernel Mailing List , lkp@01.org Subject: Re: [LKP] Re: [PATCH v3 1/2] modpost: rework and consolidate logging interface Message-ID: <20200310155516.GC22995@intel.com> References: <20200306160206.5609-1-jeyu@kernel.org> <20200309095914.GA18870@linux-8ccs.fritz.box> <20200309103935.GB18870@linux-8ccs.fritz.box> <20200309105812.GC18870@linux-8ccs.fritz.box> <20200310113158.GA4865@linux-8ccs.fritz.box> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200310113158.GA4865@linux-8ccs.fritz.box> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 10, 2020 at 12:32:00PM +0100, Jessica Yu wrote: > +++ Masahiro Yamada [09/03/20 20:03 +0900]: > > On Mon, Mar 9, 2020 at 7:58 PM Jessica Yu wrote: > > > > > > +++ Masahiro Yamada [09/03/20 19:49 +0900]: > > > >On Mon, Mar 9, 2020 at 7:39 PM Jessica Yu wrote: > > > >> > > > >> Ah, sorry, I mean the kbuild 0-day bot errors. I am just realizing > > > >> the 0-day bot emails are not CC'd to lkml. Here is the error I got > > > >> from the bot: > > > >> > > > >> --- > > > >> > > > >> I love your patch! Yet something to improve: > > > >> > > > >> [auto build test ERROR on linus/master] > > > >> [also build test ERROR on v5.6-rc4 next-20200306] > > > >> [if your patch is applied to the wrong git tree, please drop us a note to help > > > >> improve the system. BTW, we also suggest to use '--base' option to specify the > > > >> base tree in git format-patch, please see https://stackoverflow.com/a/37406982] > > > >> > > > >> url: https://github.com/0day-ci/linux/commits/Jessica-Yu/modpost-rework-and-consolidate-logging-interface/20200307-052346 > > > >> base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 30fe0d07fd7b27d41d9b31a224052cc4e910947a > > > >> config: sh-randconfig-a001-20200306 (attached as .config) > > > >> compiler: sh4-linux-gcc (GCC) 7.5.0 > > > >> reproduce: > > > >> wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > > > >> chmod +x ~/bin/make.cross > > > >> # save the attached .config to linux build tree > > > >> GCC_VERSION=7.5.0 make.cross ARCH=sh > > > >> > > > >> If you fix the issue, kindly add following tag > > > >> Reported-by: kbuild test robot > > > >> > > > >> All errors (new ones prefixed by >>): > > > >> > > > >> >> ERROR: modpost: "adc_single" [arch/sh/boards/mach-hp6xx/hp6xx_apm.ko] undefined! > > > > > > > > > > > >Indeed, this one is odd. > > > >I have no idea... > > > > > > I've pushed the patches to a branch to let the kbuild bot run through its > > > build tests again, and if I have extra time today I will try to > > > reproduce this and let you know the results. > > > > > > Thanks, > > > > > > Jessica > > > > > > Ah, Now I see. > > > > > > Because you added "modpost:" prefix. > > > > > > > > The previous error message: > > > > ERROR: "adc_single" [arch/sh/boards/mach-hp6xx/hp6xx_apm.ko] undefined! > > > > > > The new error message: > > > > ERROR: modpost: "adc_single" [arch/sh/boards/mach-hp6xx/hp6xx_apm.ko] undefined! > > > > > > > > So, the bot assumed it was a new error. > > Nice catch! Hm, I suppose we need to let the LKP folks know about the > change in error message. CC'd LKP mailing list. Thanks for the info, we will look into this to handle the changed error. > > Jessica > _______________________________________________ > LKP mailing list -- lkp@lists.01.org > To unsubscribe send an email to lkp-leave@lists.01.org