From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2862F42DDE; Thu, 6 Jul 2023 01:07:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B699240144; Thu, 6 Jul 2023 01:07:06 +0200 (CEST) Received: from mail-pg1-f179.google.com (mail-pg1-f179.google.com [209.85.215.179]) by mails.dpdk.org (Postfix) with ESMTP id B63EE400D5 for ; Thu, 6 Jul 2023 01:07:05 +0200 (CEST) Received: by mail-pg1-f179.google.com with SMTP id 41be03b00d2f7-55adfa61199so93848a12.2 for ; Wed, 05 Jul 2023 16:07:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1688598425; x=1691190425; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=fhQg6eEu56I/jog/5YeebyQejnJrOYcqzUCyRpzqmdI=; b=b2qRLVlOjKj0eCodYw4mc1ch8BHY0h1cUZrIF28x2xCQHMSRSM5wRQCUWtvHvRuMIy wKr537ck9XnOdPPuvgYeJ+4Nx4ZD7z1KMQhSyywUAODDqo29NyFz05Yj3GS+y5sMoEBq fV7g5SD2jr84+QsikdhwQfo3UGRIvXjeM8bRLdLYWbaFL0IX3qaL6h5ZoyVFIgx1pHZJ 4Iu/1I/VMRIPaY0dsAI4uivUmUTqbEF/ZDGCi9HRfSYIErpfye2aUur62Ypq3GthYW9z FZUVqfdPNVcwMyeO/l1q/by+RrswppyMH0HIHhIt2R0OYECo4ziWz4tu0GMR+4esiUgB L1MA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688598425; x=1691190425; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=fhQg6eEu56I/jog/5YeebyQejnJrOYcqzUCyRpzqmdI=; b=Q4aGq21jrFUTv9CfuA+xD5z21eRvFjI9H48o+2iJkk5mhKPynSHNnRdQkYfsHgTSjc L1q/ghhqjbKQe5G5ChcjmeBdtce9RS+MjEX+u4zm5NDvncEKztqU7l1XwChq4ZtqEGU1 KXEbxqy5Mh7WKyYGqyV4enQWUABkvJZANgiLyeRPp4sUxO5OT7ggPgGB9guFAbb+1OvW vhQVtYLM++b0eZlB849chVkSXSnVovMEr9MMpM2Fax9gMIcbuWVa8FcnU29KGcb8R+8q UEMnkR3tnrjPzf37sOMNf2MBEZT5uK+t3xEyQI2AIojrUzoQhlHg0o5CGZAaFRteKFAs PtDw== X-Gm-Message-State: ABy/qLZbX6nl8gzCGbtUVc4tP3IhwoD76V5oId68q/m2Kja0jC1LGNdk mOLOiWdS5Lgip4kLVR4W1Px3eQ== X-Google-Smtp-Source: APBJJlGrK22fc/qrk7JLuprgxkm6Z6fKmE8hXGTi3vRg2yMXA8h8M+spns6QbLsDYP3/IOMpRw6VBA== X-Received: by 2002:a05:6a20:3cab:b0:10a:e9ff:808d with SMTP id b43-20020a056a203cab00b0010ae9ff808dmr427810pzj.0.1688598424805; Wed, 05 Jul 2023 16:07:04 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id k14-20020aa790ce000000b0067f11aa76cbsm56762pfk.108.2023.07.05.16.07.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Jul 2023 16:07:04 -0700 (PDT) Date: Wed, 5 Jul 2023 16:07:02 -0700 From: Stephen Hemminger To: Maxime Coquelin Cc: Thomas Monjalon , dev@dpdk.org, david.marchand@redhat.com, ktraynor@redhat.com, Luca Boccassi , luca.boccassi@gmail.com, Christian Ehrhardt , xuemingl@nvidia.com Subject: Re: [PATCH] doc: relax requirement on commit messages of security fixes Message-ID: <20230705160702.3b46a42e@hermes.local> In-Reply-To: References: <20220310175947.273850-1-luca.boccassi@gmail.com> <5508921.CQOukoFCf9@thomas> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Fri, 31 Mar 2023 12:37:40 +0200 Maxime Coquelin wrote: > Indeed! > > On 3/31/23 12:34, Thomas Monjalon wrote: > > We missed this patch, there was no comment. > > Please review. > > > > 10/03/2022 18:59, luca.boccassi@gmail.com: > >> From: Luca Boccassi > >> > >> Allow more flexibility with embargo lifting by not requiring > >> mentions of CVEs in commit messages if the lift date allows > >> it. > >> > >> Signed-off-by: Luca Boccassi > >> --- > >> -The CVE id and the bug id must be referenced in the patch. > >> +The CVE id and the bug id must be referenced in the patch if there is no > >> +embargo, or if there is an embargo, but it will be lifted when the release > >> +including the patch is published. If the embargo is going to be lifted after the > >> +release, then the CVE and bug ids must be omitted from the commit message. > > > > > > Reviewed-by: Maxime Coquelin Acked-by: Stephen Hemminger