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 8EF9EC43219 for ; Wed, 20 Oct 2021 19:11:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7602E611CB for ; Wed, 20 Oct 2021 19:11:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231534AbhJTTNr (ORCPT ); Wed, 20 Oct 2021 15:13:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60836 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231433AbhJTTNp (ORCPT ); Wed, 20 Oct 2021 15:13:45 -0400 Received: from mail-pl1-x62c.google.com (mail-pl1-x62c.google.com [IPv6:2607:f8b0:4864:20::62c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CEF6EC06174E for ; Wed, 20 Oct 2021 12:11:30 -0700 (PDT) Received: by mail-pl1-x62c.google.com with SMTP id t11so16811404plq.11 for ; Wed, 20 Oct 2021 12:11:30 -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=VT1ZnTWZw0jMkeN3fDOrnC1r/jUp1V3OZwD2nwImWMk=; b=nre93T6MzHelf00EfakHYDHtu00QJEKItoSAkKHGP3gUTjHdigzheidpN0Cn+ghvKd LKWv2/OIotRWfXs/WCG7an5/vs5KygZtizL39PVLhD9YZOfqaFwrzigVA2RIjTye4bHE OWKNrjwp2iiSwr71nYKpU9JH0SPNhhNIbBfEw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=VT1ZnTWZw0jMkeN3fDOrnC1r/jUp1V3OZwD2nwImWMk=; b=Ql+hcrkdqDjqIR4PKTQLNfdn8aka8PU3tp7RXwSFtnrFzXl1yabP+4HDgBo2UL6U1w JyuZ6Pe6ByxF4SLtAcLMHlBaJP5PDEsZsGKM4x6ZgnpXUkaJKuBdaOlbwHWAd62Oclgm MKbjQPYV+OznXKVm/05jc0enYlYTfP7Bbc8pzl65j+IJfSJKC7pXWaC+TL9UYZ4rUCfA GIWdl65mOy1mK9SQBYZsRen7hkVtuxiU1M3NF/uEksfwVsaLMnBxbgXahKo+5s2z7cpD EPf1olr5+byxqOcgCaYjQ1eM9AKJcIj+OtaouKg+rd4Ogzx9equfDz2xKYSWqNw5Yq5G xCEg== X-Gm-Message-State: AOAM53247mquZ7RR1NBt5/64eR14lpgR7xfdrGeqH11Pml2ezrVLwr7Z 2s8swzjoy9OSZZ6d5NRYRgWedw== X-Google-Smtp-Source: ABdhPJyVMN7MoPGQBIowKQmEG8vN3pK31aaAQUVHuBVZpxjnw8chkJkUkW744OD0Z5Ryu083zYUf6Q== X-Received: by 2002:a17:90a:e54d:: with SMTP id ei13mr950751pjb.65.1634757090342; Wed, 20 Oct 2021 12:11:30 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id x13sm2869108pge.37.2021.10.20.12.11.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Oct 2021 12:11:29 -0700 (PDT) Date: Wed, 20 Oct 2021 12:11:29 -0700 From: Kees Cook To: Miguel Ojeda , Emese Revfy Cc: Masahiro Yamada , Michal Marek , Nick Desaulniers , Jonathan Corbet , linux-hardening@vger.kernel.org, Linux Kbuild mailing list , Linux Doc Mailing List , Dan Li , Ard Biesheuvel , Miguel Ojeda , James Morris , "Serge E. Hallyn" , Nathan Chancellor , linux-kernel , linux-security-module , llvm@lists.linux.dev Subject: Re: [PATCH 2/2] gcc-plugins: Remove cyc_complexity Message-ID: <202110201210.1F70546@keescook> References: <20211020173554.38122-1-keescook@chromium.org> <20211020173554.38122-3-keescook@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 20, 2021 at 07:48:55PM +0200, Miguel Ojeda wrote: > On Wed, Oct 20, 2021 at 7:35 PM Kees Cook wrote: > > > > - * Copyright 2011-2016 by Emese Revfy > > Perhaps we should Cc this address to give them notice. Good point; I'm in the habit of that happening automatically as Emese was a co-maintainer of the gcc-plugins. Sorry for the oversight here. > Reviewed-by: Miguel Ojeda Thanks! -- Kees Cook