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 A35A942822 for ; Tue, 28 Mar 2023 15:52:42 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 99ACA42686; Tue, 28 Mar 2023 15:52:42 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 30B1B40EE7 for ; Tue, 28 Mar 2023 15:52:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1680011559; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bueDhi15ThiLquQ4BVWavyFG5cUaofrzMZp3+Q+DZh0=; b=D1al48KHIe+oGksD3QRGKpt/ijphh4MN+uVwP+izEylyt7OauWnZPC1xtC43F4mCl0mjqc V4qQHXChz0LfmLiowyrz71MqKRTMhz1RGqC9ihm5rkCnYFbEU7nwmhggXZMCkoZLp7jQad IDa/azcK73CWhEl7aNyz3L2MpZgHfug= Received: from mail-pl1-f198.google.com (mail-pl1-f198.google.com [209.85.214.198]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-645-WLqZJpYmMA-Zx2uBFGiaJw-1; Tue, 28 Mar 2023 09:52:37 -0400 X-MC-Unique: WLqZJpYmMA-Zx2uBFGiaJw-1 Received: by mail-pl1-f198.google.com with SMTP id s11-20020a170902a50b00b001a1f8fc0d2cso7748654plq.15 for ; Tue, 28 Mar 2023 06:52:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680011556; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=bueDhi15ThiLquQ4BVWavyFG5cUaofrzMZp3+Q+DZh0=; b=h3odrKrLL85nu0ZA48BjvQLlZ06QmCoF88LJB2ynlqiJukAdigya4hyIIXxG0sMbGf i7isWDWPnosRhPPBjnRdMC4I2rT/ScxkHbYkspyI/DNphAnYphMatBucLPXKp//amh7t 6pnk09PXNyatQXSufRU5HGFh4e6wY4cVIBFktEEirhcCdIj9mqkGilyt0SF9YFJ1BpaT WsRv4YQ0qi1yohgfj0ipHPFLEp+QZS8Zy0DUTRs6RjAicC+OwmfNvRGR5fxvR+wsGOC2 JH+G2c8vB5+Idi9j1pWYUrjSKmIOre1yePqOyy/bd663YKFaHhrZzcNXRvigu5uPiCa6 o8KA== X-Gm-Message-State: AAQBX9cAcXYM5RUtSLJ+a4ic+mMkcCokd6elMREqePzglbetqtrY2Tm2 U5OWqPcPY9K3hrIATYuX6P0QjhMWPQbFTGEonBH4d1havlX29W/QbB9hH/PnWRyNU1r8SRa6/II ToXO83iOjKhif+Kxh8j+18/g= X-Received: by 2002:a17:902:ea0e:b0:199:1a40:dccc with SMTP id s14-20020a170902ea0e00b001991a40dcccmr5649429plg.9.1680011556230; Tue, 28 Mar 2023 06:52:36 -0700 (PDT) X-Google-Smtp-Source: AKy350Zz8yPab16bKIpzzvE7ndHEzghu7NCuKnipEMHRllMdHQ/CuXEw28Nhzm5SgYcVhFhx+zpdb8tLeWUP3OGGdq0= X-Received: by 2002:a17:902:ea0e:b0:199:1a40:dccc with SMTP id s14-20020a170902ea0e00b001991a40dcccmr5649422plg.9.1680011555966; Tue, 28 Mar 2023 06:52:35 -0700 (PDT) MIME-Version: 1.0 References: <20230327145219.1927159-1-thomas@monjalon.net> In-Reply-To: <20230327145219.1927159-1-thomas@monjalon.net> From: David Marchand Date: Tue, 28 Mar 2023 15:52:24 +0200 Message-ID: Subject: Re: [PATCH] devtools: move mailmap check after patch applied To: Thomas Monjalon Cc: dev@dpdk.org, stable@dpdk.org, Bruce Richardson X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org On Mon, Mar 27, 2023 at 4:52=E2=80=AFPM Thomas Monjalon wrote: > > The names in a patch were possibly checked with checkpatches.sh > before applying the patch, so before .mailmap file was updated. > > The check is moved and translated in check-git-log.sh, > which is run only on a repository, not a detached patch file. > > Fixes: e83d41f0694d ("mailmap: add list of contributors") > Cc: stable@dpdk.org > > Signed-off-by: Thomas Monjalon I don't really like how we rely on the IFS=3D change in the middle of check-git-log.sh, but this change works. Reviewed-by: David Marchand --=20 David Marchand