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=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 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 A9B1CC11F66 for ; Tue, 29 Jun 2021 11:53:05 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 2C0DC6101A for ; Tue, 29 Jun 2021 11:53:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2C0DC6101A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 7A58B8D0147; Tue, 29 Jun 2021 07:53:04 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 755798D00F0; Tue, 29 Jun 2021 07:53:04 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 61E738D0147; Tue, 29 Jun 2021 07:53:04 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0174.hostedemail.com [216.40.44.174]) by kanga.kvack.org (Postfix) with ESMTP id 400018D00F0 for ; Tue, 29 Jun 2021 07:53:04 -0400 (EDT) Received: from smtpin33.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with ESMTP id 2F0741F23D for ; Tue, 29 Jun 2021 11:53:04 +0000 (UTC) X-FDA: 78306600288.33.0A8E2E8 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf20.hostedemail.com (Postfix) with ESMTP id D2934540 for ; Tue, 29 Jun 2021 11:53:03 +0000 (UTC) Received: from oasis.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (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 847F16102A; Tue, 29 Jun 2021 11:53:02 +0000 (UTC) Date: Tue, 29 Jun 2021 07:53:00 -0400 From: Steven Rostedt To: kernel test robot Cc: Daniel Bristot de Oliveira , clang-built-linux@googlegroups.com, kbuild-all@lists.01.org, Linux Memory Management List Subject: Re: [linux-next:master 12896/14055] kernel/trace/trace_osnoise.c:438:6: warning: no previous prototype for function 'osnoise_trace_irq_entry' Message-ID: <20210629075300.177d5e47@oasis.local.home> In-Reply-To: <202106291957.ayo0oPv1-lkp@intel.com> References: <202106291957.ayo0oPv1-lkp@intel.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Server: rspam01 X-Rspamd-Queue-Id: D2934540 Authentication-Results: imf20.hostedemail.com; dkim=none; dmarc=none; spf=pass (imf20.hostedemail.com: domain of "SRS0=sBar=LX=goodmis.org=rostedt@kernel.org" designates 198.145.29.99 as permitted sender) smtp.mailfrom="SRS0=sBar=LX=goodmis.org=rostedt@kernel.org" X-Stat-Signature: 6ak9bzi951qc3ebefjk5r8yqi57yst9q X-HE-Tag: 1624967583-264341 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Tue, 29 Jun 2021 19:10:01 +0800 kernel test robot wrote: > Hi Daniel, > > FYI, the error/warning still remains. Really? These were reported on Saturday (some people actually take off on weekends). I don't push any update that doesn't go through my test suite, which usually takes around 13 hours to run. I received the fixes from Daniel on Monday, and then kicked off my tests. Which *just* finished! Can we delay the pesky reminders for at least a week? -- Steve > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: 73748627df83aab934c81332ca83a44ab8c7b3e3 > commit: bce29ac9ce0bb0b0b146b687ab978378c21e9078 [12896/14055] trace: Add osnoise tracer > config: arm64-randconfig-r023-20210629 (attached as .config) > compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project aad87328fabff9382bac0b452c83934515e6d0c8) > 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 > # install arm64 cross compiling tool for clang build > # apt-get install binutils-aarch64-linux-gnu > # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=bce29ac9ce0bb0b0b146b687ab978378c21e9078 > git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > git fetch --no-tags linux-next master > git checkout bce29ac9ce0bb0b0b146b687ab978378c21e9078 > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64 >