From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E193CA3222 for ; Mon, 21 Oct 2019 16:12:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B32851BF3E; Mon, 21 Oct 2019 16:12:48 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 8E3371BEC6; Mon, 21 Oct 2019 16:12:44 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 53D2743A; Mon, 21 Oct 2019 10:12:43 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 21 Oct 2019 10:12:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=MNs3HQmMnkgS+/I3KlvFGAYgjLgv/kfaUv9xUfYfkGE=; b=O/WHxevFXrST Hs1wirvrzj3Pu/sKLmUu6UZ/1SKepcWyV818Kd7d3Gn0I30uVnIyolLCKZr+pvpW wvz2eiEsVgxLZ+bIgTq3QWBV152PMlhIrphWYpPgibRRbVT2mCKl8v+kXVqRSEM5 RSf6sly6oL+6ids+dnbW+7Kql1YhJUg= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=MNs3HQmMnkgS+/I3KlvFGAYgjLgv/kfaUv9xUfYfk GE=; b=hf9MEe0/H3UEOWcim3rEStR/c0KUStMXOERMSpdwm2nAgL23L2yQ0VI0t yXvUqVWbH1vFv7m/W51jd4nJ7ZC6/x7SSpNGcwE88I7wY7OVxF3koXY++woAp0Hf oI0NZ+jQIWC39AMhzE86/WYuD8VtQ4Cc5QHjuvqlW6UHYyTKtOt4JnxBTXoTf2AU bXqzdHnBrbh3tl08G66sS0LOahEwSoDNCrhgzQ42ayatLB0OUFPXdOrZXh+iQyt+ Ufktb4YcU98zlIwgyp/wUFRgh6XWqguRDd6v9IkbiSIRH7UCISKYUZ6LYCxtJIqc 2vFIf7fw37Bw5zWo1jPdHmaK5VDYg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrkeehgdejiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id CF0448005B; Mon, 21 Oct 2019 10:12:40 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: stable@dpdk.org, dev@dpdk.org Date: Mon, 21 Oct 2019 16:12:39 +0200 Message-ID: <1836876.fNqWQ4HUUR@xps> In-Reply-To: <1565678302-20294-1-git-send-email-david.marchand@redhat.com> References: <1565678302-20294-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [PATCH] devtools: fix cleanup of temp file X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "stable" 13/08/2019 08:38, David Marchand: > The regexp part of the cleanup routine was not updated accordingly when > a common prefix for temp files was introduced. > Set the trap handler only when required. > > Fixes: ff37ca5d3773 ("devtools: use a common prefix for temporary files") > Cc: stable@dpdk.org > > Signed-off-by: David Marchand Applied, my tmp folder says thanks