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=-0.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 C877CCA9EC4 for ; Tue, 29 Oct 2019 21:15:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 937A221721 for ; Tue, 29 Oct 2019 21:15:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="I8U+d2V8" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729034AbfJ2VPm (ORCPT ); Tue, 29 Oct 2019 17:15:42 -0400 Received: from mail-pl1-f196.google.com ([209.85.214.196]:39374 "EHLO mail-pl1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728530AbfJ2VPm (ORCPT ); Tue, 29 Oct 2019 17:15:42 -0400 Received: by mail-pl1-f196.google.com with SMTP id t12so3680622plo.6 for ; Tue, 29 Oct 2019 14:15:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=4W0RQy7L8eh7pRvWVxgcmtPohgICmGJuDBiUC3OtQXc=; b=I8U+d2V8b9DcvszTpNkYzx8YDIuowvCEAN8/hq06mWUBrW1C9IFc9zOdTV8NmetYIx XdchWOKTprtzj7BrCs1SWXwtizr/5Svkqrapz3CRCsQMazLT/znGCXGXfPoHk47uKD4s H8DeqA+Bp69QYF4iTcRYw2od2qrlqFz95t1aQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=4W0RQy7L8eh7pRvWVxgcmtPohgICmGJuDBiUC3OtQXc=; b=AKzYh0bHSRh931LiOSdnLL+2eCg94148LLotfgl7ooja0FmW9mzQnTKf2yz/gwu1/A tdR36QI//mUgKQTTBZiuG2z3lzZ7Xtpj55GZscqcxcS/L+NR3oTpQqYLzyyHFeZZe2AM Wfvc9R9ie+wj9O0uCuynOTz6EI/agSFwxiYQo/SmAve3bfieOqHKiJnv61bDr1ddpder fyNUfOOhiwTVx1cSZp0FOKYXfcM4liC7WwIDrcoBVYkWkdsxGR2qX8u530cIk0yXYpWS 9eSGqtxtcjvJ/bbvqI5d8UwWoXKq4Kv8KEy6OG764p2aI1PlJ0hxyDExtdyODE0xFc0E NvfQ== X-Gm-Message-State: APjAAAUviD6Iceq07HQk9uuEZAzbwV3E7AMt55nXAqpEhDDfSkS1VBV/ qD2cd9waThIAHRACpP04M2mvJw== X-Google-Smtp-Source: APXvYqxcKsW5UISFe0oAVMX295CcWwGO1CFi+pF1WGPYr1NNtMArlvLHufwgOSgweI/u+V6GrCnhCQ== X-Received: by 2002:a17:902:a98c:: with SMTP id bh12mr723589plb.289.1572383741354; Tue, 29 Oct 2019 14:15:41 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id z18sm27341pfq.182.2019.10.29.14.15.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Oct 2019 14:15:40 -0700 (PDT) Date: Tue, 29 Oct 2019 14:15:39 -0700 From: Kees Cook To: Borislav Petkov Cc: Segher Boessenkool , linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, Michal Simek , x86@kernel.org, linux-ia64@vger.kernel.org, Arnd Bergmann , linux-xtensa@linux-xtensa.org, Dave Hansen , Heiko Carstens , linuxppc-dev@lists.ozlabs.org, Yoshinori Sato , linux-parisc@vger.kernel.org, Andy Lutomirski , linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org, Rick Edgecombe , Will Deacon , linux-arm-kernel@lists.infradead.org, linux-c6x-dev@linux-c6x.org Subject: Re: [PATCH v2 01/29] powerpc: Rename "notes" PT_NOTE to "note" Message-ID: <201910291414.F29F738B7@keescook> References: <20191011000609.29728-1-keescook@chromium.org> <20191011000609.29728-2-keescook@chromium.org> <20191011082519.GI9749@gate.crashing.org> <201910110910.48270FC97@keescook> <20191011162552.GK9749@gate.crashing.org> <20191015165412.GD596@zn.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191015165412.GD596@zn.tnic> Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org On Tue, Oct 15, 2019 at 06:54:13PM +0200, Borislav Petkov wrote: > On Fri, Oct 11, 2019 at 11:25:52AM -0500, Segher Boessenkool wrote: > > Names *matter*, internal names doubly so. So why replace a good name with > > a worse name? Because it is slightly less work for you? > > So if we agree on the name "notes" and we decide to rename the other > arches, this should all be done in a separate patchset anyway, and ontop > of this one. And I believe Kees wouldn't mind doing it ontop since he's > gotten his hands dirty already. :-P I've added more rationale to patch #1 in the just-sent v3 of this series. If I still can't convince you Segher, I'm happy to send "patch 30/29" to do a bulk rename to "notes". Let me know. :) -- Kees Cook