From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1032.google.com (mail-pj1-x1032.google.com [IPv6:2607:f8b0:4864:20::1032]) by sourceware.org (Postfix) with ESMTPS id 7CDEE3850220 for ; Fri, 25 Aug 2023 19:51:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7CDEE3850220 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=chromium.org Received: by mail-pj1-x1032.google.com with SMTP id 98e67ed59e1d1-26fb8225268so796655a91.1 for ; Fri, 25 Aug 2023 12:51:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1692993095; x=1693597895; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=r7yDNAgRRePciiY5yIEUm7IicX8P/o5XGLkbrzFxL0A=; b=ILcyVJEA4P4Xb+Ry6yPA7xI4CDScYLqrWsixPY2g+D8gD7liPK/bHUYyGihwmfZ8sX aLQ90y7HWXq6U7HmoM/fnpCIxSA8mtSNrxM5C+pvckFJeYdb9fA0sXCYpBSlyRPPuQh8 3DlJB9pQAYmgJQBEQpftLgoM+r3Kj+82MMv4I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692993095; x=1693597895; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=r7yDNAgRRePciiY5yIEUm7IicX8P/o5XGLkbrzFxL0A=; b=JA7tkNSXYDFHnRbVAZFNUBCiwEJa0uUIrrgB8d5IX6CNTT+yNhqmk4Mg0BD/5+emWc 6JpE9FptGX3FpVRylC73LUFhoNBaErHZQhgQV4L0jMT+tdr3c3LFYh/Kvf9v1rPoaFCK SJO1VQfBMsw4gPks0s+tMaiYYRf4jZ85eJXCzr9oTA4t/saeTsvDOTB/Igkzsr967IP7 WG4QpDd54L+ENJwNTJGJ0JjjzStU0S4qYJJxU4xkyvFpeJyj9b0Q4ug1JxPTI2E9Jcaf GFjWuwTjNBaXAeIy6/bJ+BjSyopECHwAs7yAEroSaTi7RwV9zHy3xBd1DVP9Ey5/4aZX Tjrw== X-Gm-Message-State: AOJu0Yw8yHR4PkKAlvDWMRTQ6Y1bBfA1vwqbHBX9feR+eWzUyql2+O9U C2V5STiVprr2Qx0o851SFq0mTQ== X-Google-Smtp-Source: AGHT+IFYcuY9dRR/r9Ghwr9HdO4ZY+yjZCRTuHsbOK/cHdPyOVUcuDVWtiTxtjPnWXnEewdajp5B2A== X-Received: by 2002:a17:90b:1d8b:b0:263:829:2de with SMTP id pf11-20020a17090b1d8b00b00263082902demr16391826pjb.2.1692993095576; Fri, 25 Aug 2023 12:51:35 -0700 (PDT) Received: from www.outflux.net (198-0-35-241-static.hfc.comcastbusiness.net. [198.0.35.241]) by smtp.gmail.com with ESMTPSA id 30-20020a17090a001e00b0026596b8f33asm4162343pja.40.2023.08.25.12.51.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Aug 2023 12:51:35 -0700 (PDT) Date: Fri, 25 Aug 2023 12:51:34 -0700 From: Kees Cook To: Qing Zhao Cc: joseph@codesourcery.com, richard.guenther@gmail.com, jakub@redhat.com, gcc-patches@gcc.gnu.org, siddhesh@gotplt.org, uecker@tugraz.at, isanbard@gmail.com Subject: Re: [V3][PATCH 0/3] New attribute "counted_by" to annotate bounds for C99 FAM(PR108896) Message-ID: <202308251249.A4D74F12@keescook> References: <20230825152425.2417656-1-qing.zhao@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230825152425.2417656-1-qing.zhao@oracle.com> X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,JMQ_SPF_NEUTRAL,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Fri, Aug 25, 2023 at 03:24:22PM +0000, Qing Zhao wrote: > This is the 3rd version of the patch, per our discussion based on the > review comments for the 1st and 2nd version, the major changes in this This tests out great for me; thanks you! I'm able to build the entire kernel tree with 201 annotations[1] added. Things work as expected. :) -Kees [1] https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git/log/?h=devel/next-20230825/counted_by -- Kees Cook