From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: fix a memory leak in regexp log level set API Date: Thu, 25 Jan 2018 23:33:35 +0100 Message-ID: <4184259.iE3TlhEKqk@xps> References: <1516554310-28232-1-git-send-email-arybchenko@solarflare.com> <20180122131713.owdg5mqbwzrdcdu2@platinum> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Olivier Matz , stable@dpdk.org To: Andrew Rybchenko , Ivan Malov Return-path: In-Reply-To: <20180122131713.owdg5mqbwzrdcdu2@platinum> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 22/01/2018 14:17, Olivier Matz: > On Sun, Jan 21, 2018 at 05:05:10PM +0000, Andrew Rybchenko wrote: > > From: Ivan Malov > > > > Fixes: a5279180f510 ("eal: change several log levels matching a regexp") > > Cc: stable@dpdk.org > > > > Signed-off-by: Ivan Malov > > Signed-off-by: Andrew Rybchenko > > Acked-by: Olivier Matz Applied, thanks