From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] log: remove old symbols from map Date: Tue, 21 Feb 2017 11:44:26 +0100 Message-ID: <2508924.iA1MP6G09T@xps13> References: <1487235055-15633-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 2864D379B for ; Tue, 21 Feb 2017 11:44:30 +0100 (CET) Received: by mail-wm0-f44.google.com with SMTP id c85so106274853wmi.1 for ; Tue, 21 Feb 2017 02:44:30 -0800 (PST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-02-16 12:06, Ferruh Yigit: > On 2/16/2017 8:50 AM, Thomas Monjalon wrote: > > When removing log history functions, the map has not been updated. > > > > Fixes: d7e61ad3ae36 ("log: remove deprecated history dump") > > > > Reported-by: Olivier Matz > > Signed-off-by: Thomas Monjalon > > Acked-by: Ferruh Yigit Applied