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=-9.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 AC024C4707D for ; Fri, 21 May 2021 20:01:16 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 51B23613E9 for ; Fri, 21 May 2021 20:01:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 51B23613E9 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=nejjJ6VWkWLwN3CMwYfHHvVqGYcwZWI/nIJ3ius9j4A=; b=k9gdCk9GDRf3pr8dzDfsQ4rXTm /HnsO11+N5sDJaCmAIKApRU6Hq8VS3nAdPIm+iDD7XxmXztOfo2EhstPj9+WnECrsFkqsLyxBxhPr W7L/FPb016yAPeW9au8A9gqDQGgrzu+hjhy84nH/4oYt+Lw/Z05uePiLAqEbL2WeAZxm+p1SZhCzY 2BLcoLvNex5v0fvl6PMivyyZP+aCKTXyH5wFCTSpCUzJ9GDpgdMGsHJtN+PaA0fdXMPNV8ppn1hTU pkHPnHdUm/ODnuLFbaEZab8gzw/btg2B+c4upVLhzWVmbPkEXbenutz24E8IgnnBPs0o1EoMQmJwd uSlufn5A==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lkBIs-000xZf-3h; Fri, 21 May 2021 19:59:26 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by desiato.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lkBIq-000xZZ-2A for linux-arm-kernel@desiato.infradead.org; Fri, 21 May 2021 19:59:24 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=ZCxBo5bbU/F07UtXehFkC3RIhGxEN9RPNqoOVCP+k+E=; b=MOjU1pitXIIBRhBvh4qdDMTs1C J+72nv3whD+D1rlJMKhf86PFnBu+V7tMmey4PBPz18C0XLvAcjYjhF5ebjquTNcY23+p89ZoEvMOl BiQ7RESZ6JTMU0qMecY46kQ4d+Blaqulim6Z23oCywWjaGmsC7hMbw/HxNZnOG5ORLMlaNqzGFlP8 c6Sh0hOtgiTFk+QlHjue5kOkKp/OVZts1TzVVJULAaOcNmXd8SklNvWYV+PVROK04sKEJlwXJWRM8 fEeuyatSN7DolpuL2PfOO3kWa4jlTeimbED0L5Mm2kPDbMyL6cZKPLRv7gFMIOVClyRmVqEWu+uMy lg/Yt1fQ==; Received: from [179.97.37.151] (helo=quaco.ghostprotocols.net) by casper.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1lkBIQ-000Ehr-FL; Fri, 21 May 2021 19:59:02 +0000 Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 9FCB24011C; Fri, 21 May 2021 16:58:55 -0300 (-03) Date: Fri, 21 May 2021 16:58:55 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: Rob Herring , linux-kernel@vger.kernel.org, Matt Fleming , Masayoshi Mizuma , John Garry , Will Deacon , Mathieu Poirier , Leo Yan , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Namhyung Kim , linux-arm-kernel@lists.infradead.org, linux-perf-users@vger.kernel.org Subject: Re: [PATCH 2/2] perf tests: Drop __maybe_unused on x86 test declarations Message-ID: References: <20210513174614.2242210-1-robh@kernel.org> <20210513174614.2242210-2-robh@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Em Fri, May 14, 2021 at 11:03:01AM +0200, Jiri Olsa escreveu: > On Thu, May 13, 2021 at 12:46:14PM -0500, Rob Herring wrote: > > Function declarations don't need __maybe_unused annotations, only the > > implementations do. Drop them on the perf x86 tests. > > for both patches: > > Acked-by: Jiri Olsa Thanks, applied. - Arnaldo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel