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 B3672A046B for ; Mon, 19 Aug 2019 14:30:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 956411BEC0; Mon, 19 Aug 2019 14:30:56 +0200 (CEST) Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id 757031BEB0; Mon, 19 Aug 2019 14:30:53 +0200 (CEST) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mx1-us3.ppe-hosted.com (PPE Hosted ESMTP Server) with ESMTPS id 3057998007A; Mon, 19 Aug 2019 12:30:51 +0000 (UTC) Received: from [192.168.1.11] (85.187.13.152) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Mon, 19 Aug 2019 13:30:44 +0100 To: David Marchand , CC: References: <1566214919-32250-1-git-send-email-david.marchand@redhat.com> <1566214919-32250-2-git-send-email-david.marchand@redhat.com> From: Andrew Rybchenko Message-ID: <40c834dc-e2aa-522a-38a2-16579393dc9e@solarflare.com> Date: Mon, 19 Aug 2019 15:30:40 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <1566214919-32250-2-git-send-email-david.marchand@redhat.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Originating-IP: [85.187.13.152] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ukex01.SolarFlarecom.com (10.17.10.4) X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.5.1010-24856.003 X-TM-AS-Result: No-1.977200-8.000000-10 X-TMASE-MatchedRID: lORh06tOiKh2LasmHuCXMfZvT2zYoYOwC/ExpXrHizzM/0sSqPZieJUm I4+Q9tu2ZcXTuwNHdaj8SaXpV7P4SopCwExx8AipLbjXqdzdtCV9LQinZ4QefL6qvLNjDYTwxbG vmM9nj5NQSFbL1bvQASdET58jp62Si9J9cOQSyPvBDPgELNiNO22fPLDjaxgYBvR8Wos743SIsg 6KuaCch6KAQfLsnhLrKWSt4DmvbhpicKLmK2TeKmsPn5C6nWpTnqg/VrSZEiM= X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--1.977200-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24856.003 X-MDID: 1566217851-KKa0NXF75V8T Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH 01/11] log: fix plugin level restore with patterns 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" On 8/19/19 2:41 PM, David Marchand wrote: > Same fix as the commit 6ff0f81d0ef7 ("log: fix pattern matching"), > fnmatch returns 0 on success. > > Fixes: 7f0bb634a140 ("log: add ability to match log type with globbing") > Fixes: 6ff0f81d0ef7 ("log: fix pattern matching") > Cc: stable@dpdk.org > > Signed-off-by: David Marchand Reviewed-by: Andrew Rybchenko