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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF728C77B6C for ; Thu, 6 Apr 2023 21:11:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238772AbjDFVLI (ORCPT ); Thu, 6 Apr 2023 17:11:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43342 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237369AbjDFVLH (ORCPT ); Thu, 6 Apr 2023 17:11:07 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9338A83DC; Thu, 6 Apr 2023 14:11:06 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2D1BA60FC8; Thu, 6 Apr 2023 21:11:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6952CC433D2; Thu, 6 Apr 2023 21:11:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680815465; bh=2yegvndSNWcDDDZa3DYn4RZfHLTWagweI7FoXC1lxE4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dB8rOFd6TPZOUe8GnmRNJbwWjs3N4zkHlmfqgXzf9KpWRhaijRFTAttjV1HfYkUup n4COpwx0bJdBq+l4xXUBWDkpfwyGHiLNWLFsDjOCbiIUyjEl0cS4Az0AN9Dy7XG2Ji x62D8KqLxplxhAwrOIs5HHyJv6HCcQ/aSV6GSyOgoFginudc42SxDrQd6ozuOjvnC8 Hw2WqJIhAoeCLAG9G0rqUO16lbOqi47I3NTRkhzLttpVBnyWiNYTnYiLIhSJ9b+6X9 nfQ8VSRfPvD4UCrU0/sZ8Isf4tfKdF43kxmEzfuSGYvduJqNN2A3onBJIruPLPzPoE EB7918ghh8XEA== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 14D244052D; Thu, 6 Apr 2023 18:11:03 -0300 (-03) Date: Thu, 6 Apr 2023 18:11:03 -0300 From: Arnaldo Carvalho de Melo To: Miguel Ojeda Cc: "Liam R. Howlett" , "linux-perf-users@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "llvm@lists.linux.dev" , "linux-sparse@vger.kernel.org" , Peter Zijlstra , Ingo Molnar , Mark Rutland , Miguel Ojeda , Rasmus Villemoes , Arnaldo Carvalho de Melo , Nathan Chancellor , Nick Desaulniers , Tom Rix Subject: Re: [PATCH] tools: Rename __fallthrough to fallthrough Message-ID: References: <20221125154947.2163498-1-Liam.Howlett@oracle.com> <20230406195830.ieiozetmk7qjllol@revolver> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Em Thu, Apr 06, 2023 at 10:02:57PM +0200, Miguel Ojeda escreveu: > On Thu, Apr 6, 2023 at 9:58 PM Liam R. Howlett wrote: > > > > Any chance of this being accepted? I'm looking to use this in the radix > > test suite and would rather not duplicate code. > > That would be up to the `tools/perf/` maintainers. Thanks, applied, - Arnaldo