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 D517AC433EF for ; Wed, 20 Oct 2021 19:11:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B39236135F for ; Wed, 20 Oct 2021 19:11:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231527AbhJTTNp (ORCPT ); Wed, 20 Oct 2021 15:13:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60834 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231516AbhJTTNp (ORCPT ); Wed, 20 Oct 2021 15:13:45 -0400 Received: from mail-pl1-x632.google.com (mail-pl1-x632.google.com [IPv6:2607:f8b0:4864:20::632]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CDBE9C061749 for ; Wed, 20 Oct 2021 12:11:30 -0700 (PDT) Received: by mail-pl1-x632.google.com with SMTP id e10so11922555plh.8 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=Nsa8ON4QQAf5sVcZqOP+Dl6MZc1JShqpkUTGfWIcSYkceRTouLHKjC//qCzhlA1dub qGPdL2OXG2bHslv3WP6/2bwTmQrhU7RbyYOz4Esdm4mC6eRWubRUBG35QaB2Iyhe7vy0 p8CydkR4p3DYejpNvvehBn1P4zcsXxZ/Igs45ob0IUq5lFgaPFWX5yCpHKtWzjKkXhkJ awRZSSbeTW5vW+laD8G6tVFnXsti/ioQeOcSenFzAReEUpaAUFiAQIPwn1uF1Agl63EF mh0AIv15BHnucHSHfeACQ3+j2Nh0jBjZt8VDi/DIEpAViBAlQh5oj3yc6ELpZwaosBja UYRg== X-Gm-Message-State: AOAM532Nm8fN/i/nWaIsOgJ+y54OBHILUO5NtvObAecRpPeSuSTNE7/y nZx2v4sAciioWEui5K8tscNpeQ== 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: 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