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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BEA2CC433EF for ; Wed, 6 Oct 2021 22:06:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9DA876112D for ; Wed, 6 Oct 2021 22:06:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230285AbhJFWIq (ORCPT ); Wed, 6 Oct 2021 18:08:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:54188 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229576AbhJFWIq (ORCPT ); Wed, 6 Oct 2021 18:08:46 -0400 Received: from gandalf.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 BE6AA610A8; Wed, 6 Oct 2021 22:06:52 +0000 (UTC) Date: Wed, 6 Oct 2021 18:06:51 -0400 From: Steven Rostedt To: Randy Dunlap Cc: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , linux-mm@kvack.org, Andrew Morton Subject: Re: linux-next: Tree for Oct 5 (warnings: a. trace; b. mm/migrate) Message-ID: <20211006180651.73f46f11@gandalf.local.home> In-Reply-To: <6d8f22a1-5f54-aa2a-7628-1d98a7f0fb95@infradead.org> References: <20211005190628.1f26b13d@canb.auug.org.au> <20211006172207.11982951@gandalf.local.home> <6d8f22a1-5f54-aa2a-7628-1d98a7f0fb95@infradead.org> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Wed, 6 Oct 2021 14:32:21 -0700 Randy Dunlap wrote: > >> a. randconfig: KCONFIG_SEED=0xBFBEA13C > >> ../kernel/trace/trace.c:1712:13: error: 'trace_create_maxlat_file' defined but not used [-Werror=unused-function] > >> static void trace_create_maxlat_file(struct trace_array *tr, > > > > Does this fix it? > > > > -- Steve > > Yes, thanks. > > Acked-by: Randy Dunlap # build-tested > I believe the proper tags are: Reported-by: Randy Dunlap Tested-by: Randy Dunlap # build-tested -- Steve