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 X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 03083C433EF for ; Fri, 3 Sep 2021 13:28:56 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 8364160FDC for ; Fri, 3 Sep 2021 13:28:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 8364160FDC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ashroe.eu Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 739FF410E0; Fri, 3 Sep 2021 15:28:54 +0200 (CEST) Received: from mail-108-mta75.mxroute.com (mail-108-mta75.mxroute.com [136.175.108.75]) by mails.dpdk.org (Postfix) with ESMTP id 4655A40E78 for ; Fri, 3 Sep 2021 15:28:53 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta75.mxroute.com (ZoneMTA) with ESMTPSA id 17babd8f3fe00074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Fri, 03 Sep 2021 13:28:47 +0000 X-Zone-Loop: 4ec56fc494ea6e84388c9f67e0482b2897b6ba05c226 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=B5arwB3tm7iJwZQ3+99OxyXqxTda3d2RwCZQ7ztdiqA=; b=Er5RSQ7zEyWAAUqA3cSQVmy5FF E5djYNr0pK8swVTpu/KpkgxthFJP7toVkgnYX2qzhi+RoC1sgqXpFq1I4Gyb/ERNWLEHgUIJQCRNe aCdyDI4J7Mfvmi9EFpl4wzbgshc6Q4gf7hvWCu9NgU9LG82TgQJJadY6t1uswGICociw2Ppyc8ZKK NV1ZWv8ToOSgFMTvDYeSE4M9NV5QEz8SFvWOHriLG9PrQbuojhgRYq7aWOm0NxNisxe+qn4Ou59Xs yfNlLvQR+GAyB5dh7IvG7mbsaa1TE+sLBX8TYo0SSkgo0pY2Gu0ZR36WMoIdPTwcQRQD9yqa7085d 3QI8pGKA==; To: David Marchand Cc: dev , Bruce Richardson , Stephen Hemminger , "Yigit, Ferruh" , Thomas Monjalon , Kevin Traynor , Aaron Conole References: <20210618163659.85933-1-mdr@ashroe.eu> <20210831145017.856776-1-mdr@ashroe.eu> <20210831145017.856776-3-mdr@ashroe.eu> From: "Kinsella, Ray" Message-ID: <74adc9a9-2669-1e5f-89df-ed08c16294c9@ashroe.eu> Date: Fri, 3 Sep 2021 14:28:42 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu Subject: Re: [dpdk-dev] [PATCH v10 2/3] devtools: script to send notifications of expired symbols 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 Sender: "dev" Hi David, On 01/09/2021 14:01, David Marchand wrote: > Hello Ray, > > On Tue, Aug 31, 2021 at 4:51 PM Ray Kinsella wrote: >> >> Use this script with the output of the DPDK symbol tool, to notify >> maintainers of expired symbols by email. You need to define the environment >> variable DPDK_GETMAINTAINER_PATH for this tool to work. >> >> Use terminal output to review the emails before sending. Just realized I missed this. > > Two comments: > - there are references of a previous name for the script, > %s/notify_expired_symbols.py/notify-symbol-maintainers.py/g Fixed in v11 = I used __file__ instead. > - and a reminder for the empty report that we received yesterday. > I think this can be reproduced with: Yes - I remember that, I will fix in v12. > > $ DPDK_GETMAINTAINER_PATH=devtools/get_maintainer.pl > devtools/notify-symbol-maintainers.py --format-output terminal <> mapfile,expired (v21.08,v19.11),contributor name,contributor email >> lib/rib,rte_rib6_get_ip,Stephen Hemminger,stephen@networkplumber.org >> EOF > To:Ray Kinsella , Thomas Monjalon > Reply-To:no-reply@dpdk.org > Subject:Expired symbols in > > Body:Hi there, > > Please note the symbols listed below have expired. In line with the DPDK ABI > policy, they should be scheduled for removal, in the next DPDK release. > > For more information, please see the DPDK ABI Policy, section 3.5.3. > https://doc.dpdk.org/guides/contributing/abi_policy.html > > Thanks, > > The DPDK Symbol Bot > > Symbol Contributor > Email > > > -------------------------------------------------------------------------------- > > ^^^^ > Here, empty report. > > To:Vladimir Medvedkin , stephen@networkplumber.org > Reply-To:no-reply@dpdk.org > CC:Ray Kinsella , Thomas Monjalon > Subject:Expired symbols in lib/rib > > Body:Hi there, > > Please note the symbols listed below have expired. In line with the DPDK ABI > policy, they should be scheduled for removal, in the next DPDK release. > > For more information, please see the DPDK ABI Policy, section 3.5.3. > https://doc.dpdk.org/guides/contributing/abi_policy.html > > Thanks, > > The DPDK Symbol Bot > > Symbol Contributor > Email > rte_rib6_get_ip Stephen Hemminger > stephen@networkplumber.org > > > -------------------------------------------------------------------------------- > >