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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,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 CFC7BC10F27 for ; Mon, 9 Mar 2020 10:58:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A54B520828 for ; Mon, 9 Mar 2020 10:58:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583751498; bh=6wG6vgG5x0+FSi2MXDXl6/RsymKq0azjyM9RKzCRupY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=dLrIVRi87j4Uo4IhnRQABgsmhi8ZkhUr06vvHTkPi0fD1+vVcY/Lba7eIGvCjsopm BhQD8QepOsRvlJdeHZTE8OuYlr/K/0iViybWH10eaMiuB0j8I47YCuVf36Yl34nd2N y98GeJGrgskFclnnUbSZ6zZmICfnyJ/nQ4vT+zEY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726551AbgCIK6R (ORCPT ); Mon, 9 Mar 2020 06:58:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:55380 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725962AbgCIK6R (ORCPT ); Mon, 9 Mar 2020 06:58:17 -0400 Received: from linux-8ccs.fritz.box (p5B2812F9.dip0.t-ipconnect.de [91.40.18.249]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B2E5A2072A; Mon, 9 Mar 2020 10:58:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583751496; bh=6wG6vgG5x0+FSi2MXDXl6/RsymKq0azjyM9RKzCRupY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=L8SSrXKJJ5SUty0L7bmy7Z2ZP7jO7fZYviPSY2ILjUSCCjuGyA/pSa1GjjCXt0lzU lqrAfAGn9n+3WphZpvW/qJlbI2QfP+wxT0oycqll6wXKLLOTvUHBKQPjCSSmmoq0AB h8baJV47eRvuvQPuJUWDdqh4qwRS1GwPcnz1wLFk= Date: Mon, 9 Mar 2020 11:58:12 +0100 From: Jessica Yu To: Masahiro Yamada Cc: Matthias Maennich , Linux Kernel Mailing List Subject: Re: [PATCH v3 1/2] modpost: rework and consolidate logging interface Message-ID: <20200309105812.GC18870@linux-8ccs.fritz.box> References: <20200306160206.5609-1-jeyu@kernel.org> <20200309095914.GA18870@linux-8ccs.fritz.box> <20200309103935.GB18870@linux-8ccs.fritz.box> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: X-OS: Linux linux-8ccs 5.5.0-lp150.12.61-default x86_64 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 +++ 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