From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 083DB1F8C6 for ; Wed, 15 Sep 2021 15:24:20 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 4B9CB385740D for ; Wed, 15 Sep 2021 15:24:18 +0000 (GMT) Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by sourceware.org (Postfix) with ESMTPS id 793313857C4A for ; Wed, 15 Sep 2021 15:22:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 793313857C4A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: sourceware.org; spf=none smtp.mailfrom=infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=In-Reply-To:Content-Transfer-Encoding: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Sender:Reply-To:Content-ID:Content-Description; bh=w+4HUOseYLWQOhOIfvlspfwKzpzFtOuZKt8mbuvQ9Fw=; b=ASKb4E8MLht/7X//UjyozFI/wi L+hkkV04D2bfopjwXnvMTOkZC6FJFK7W8nZH9PXMql4yIPrHsXS7skhJug4fqZI9Xw8ugYabpBfdm cei4uWvrQ9nhQ5daR24Y/HM5eWHbzAHNqPrE/IqIGdppoUUpUmFn3xT03RN0/apFnCnA7ExPD8jSr 59DadUhOkGORHIerpeooHhgMwJ+m4H7QrfDDmCU9k4lyJhuU7zQcm/i6hOUpHT8dZs2VBzXfzlB7m WvaN9z/lBe/FiqAVjcUMoSlHzAAI67LatZ/6slnYgYBW/32h9k8fUYAXJd2YCz+XHlWYdsIrkbB8H XsV55RhA==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQWk2-003QEL-1C; Wed, 15 Sep 2021 15:22:30 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 3F8D930003A; Wed, 15 Sep 2021 17:22:29 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 1D8B728B2ADDF; Wed, 15 Sep 2021 17:22:29 +0200 (CEST) Date: Wed, 15 Sep 2021 17:22:29 +0200 From: Peter Zijlstra To: =?iso-8859-1?Q?Andr=E9?= Almeida Subject: Re: [PATCH 07/20] futex: Rename hash_futex() Message-ID: References: <20210915140710.596174479@infradead.org> <20210915141525.047819744@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dave@stgolabs.net, libc-alpha@sourceware.org, linux-api@vger.kernel.org, bigeasy@linutronix.de, linux-kernel@vger.kernel.org, rostedt@goodmis.org, mingo@redhat.com, mtk.manpages@gmail.com, dvhart@infradead.org, tglx@linutronix.de, kernel@collabora.com, krisman@collabora.com Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" On Wed, Sep 15, 2021 at 12:17:21PM -0300, André Almeida wrote: > Às 11:07 de 15/09/21, Peter Zijlstra escreveu: > > In order to prepare introducing these symbols into the global > > namespace; rename: > > > > s/hash_futex/hash_futex/g > > > > I think you meant > > s/hash_futex/futex_hash/g I think so too :-) Clearly typing i hard...