From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-f67.google.com (mail-vs1-f67.google.com [209.85.217.67]) by dpdk.org (Postfix) with ESMTP id 4190B1B525 for ; Fri, 30 Nov 2018 16:44:03 +0100 (CET) Received: by mail-vs1-f67.google.com with SMTP id v205so3595275vsc.3 for ; Fri, 30 Nov 2018 07:44:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=v0T9vU9F18MW+MBn2pPiFtKYLiLlATKLEgFm/BFCxG8=; b=Z0JFVAwzMLCujbChJNp9cDAQnuRnlSfKT1EHft4FiizdrkJ8DPRw2a9rHyL++M5/RR zwlQb5eIV+vk4gVoXRvS8K2MGcThGbcdlyvUGXWToYS11XbkG8CV9yalqrhgu9bMYDW0 874NAm36UJukY2FXrJY7B1wRfsqpEZd1Faw4KVz8wdRNZQ6dfEsyYLbEYiN2ctoC9t3n 2INqlSugeIRwS9n0aOLdHx5nL4fE5RrwskfZplqPwK85FqQnYftvCFsFfmkMfCPhGllM a3pJrhh9K5PsuvdYDWEPVdF2h0tOxn1WCxtrtLl6EuFKhtp3zTiZ6CsgL4U/IxQ01hQb yIWg== X-Gm-Message-State: AA+aEWaavFltAspVHQQY6+S/sdlYE0EGMpFGwln4JmrqL0z9F24FZ/H4 77TnKNsZ2hUQh/u0+QaFWCWVmnSDBVt9YQuimwWPFQ== X-Google-Smtp-Source: AFSGD/WmFONQ8s2e5mCeP5nya6Hi48WGuuzPHaQi+4Hcv6/o3N+BvJmqy4lH8jf32VD1k1+8eDHiAr2Ea3CO6hVailU= X-Received: by 2002:a67:f085:: with SMTP id i5mr2731792vsl.198.1543592642401; Fri, 30 Nov 2018 07:44:02 -0800 (PST) MIME-Version: 1.0 References: <1543400933-1723-1-git-send-email-david.marchand@redhat.com> <1543581122-22501-1-git-send-email-david.marchand@redhat.com> <1543581122-22501-2-git-send-email-david.marchand@redhat.com> <20181130152817.GI24285@hmswarspite.think-freely.org> In-Reply-To: <20181130152817.GI24285@hmswarspite.think-freely.org> From: David Marchand Date: Fri, 30 Nov 2018 16:43:50 +0100 Message-ID: To: thomas@monjalon.net Cc: dev@dpdk.org, Eelco Chaudron , nhorman@tuxdriver.com Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v2 2/2] devtools: drop '+' from the section name X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Nov 2018 15:44:03 -0000 Thomas, On Fri, Nov 30, 2018 at 4:28 PM Neil Horman wrote: > On Fri, Nov 30, 2018 at 01:32:02PM +0100, David Marchand wrote: > > The incriminated commit did relax the condition to catch all sections > > but dropped the + removal which can triggers false detection of the > > special EXPERIMENTAL section when adding symbols and the section in the > > same patch. > > > > Fixes: 7281cf520f89 ("devtools: relax rule for identifying symbol > section") > > Signed-off-by: David Marchand > Acked-by: Neil Horman > Can you take the two little patches from this patchset ? I am pretty sure people will hit this issue with all these new apis coming :-). Thanks. -- David Marchand