From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 85BF07EC7 for ; Wed, 25 Apr 2018 16:55:44 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id DA0812109D; Wed, 25 Apr 2018 10:55:43 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 25 Apr 2018 10:55:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=DflTTW/HQx47JlxCiKAmRUhmLm 3quqqL8JBxtSraBPk=; b=O0DkYTlj1ZfrnvdpWmEUJeNp7DfZmMb1IcVJknzm8o 79i6LIuvlDHgJU6xdu4UmqOvnSR9hN++Pj7Ads7Tcvkh8xhDoA0rqk33D90MQAc8 5XHpKU0aHysEtIavW0CuM3UWX7U6beazwlVojfMtPgrHOwGddLvMmWy888arPDVb s= 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-sender:x-me-sender:x-sasl-enc; s=fm2; bh=DflTTW /HQx47JlxCiKAmRUhmLm3quqqL8JBxtSraBPk=; b=NiBsS1hzeKlN8ZYGvotHpw tLuXBw+mjh8/dQHJdTyg2ofNcnr3MJiUqvETcPAlfp9AqTeODH35gWPXbSvdyQSy hGk+5S+0w40W4oTXiWhfsnykQBtNDgSNst3vDdgwAhC/5tb5FntxswgTfJbRy5rV uOCF9q3nQTuOfuNTQBxDAMdviU4Ro39w2zcPQv2ySDnBTw03fsng5+dYNyMuTpUA 9t28a44Us0JbwKtk3SM5VPD0UYvIwawfHhHWVWx30mb4VktBnnOzibNhVynD1RGh cqcaEwTa5reshL4ihNyT7pQPNI50CDY7zImHTcWk7tcHiGKe62Yae47YkgW8Iglw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 32D0EE4412; Wed, 25 Apr 2018 10:55:43 -0400 (EDT) From: Thomas Monjalon To: Pavan Nikhilesh Cc: dev@dpdk.org, "Van Haaren, Harry" Date: Wed, 25 Apr 2018 16:55:41 +0200 Message-ID: <5845616.Es9UhdVMYk@xps> In-Reply-To: References: <20180423133933.31334-1-pbhagavatula@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] event/octeontx: fix snprintf mempool name overflow X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2018 14:55:44 -0000 25/04/2018 14:54, Van Haaren, Harry: > > +CC Thomas, would you take this one asap it fixes a build warning with Meson/GCC 5.4 on Ubuntu with fortified headers. > > > > Bugzilla-ID: 28 > > > Fixes: f874c1eb1519 ("event/octeontx: create and free timer adapter") > > > > > > Reported-by: Harry van Haaren > > > Signed-off-by: Pavan Nikhilesh > > > > > > Nice one, confirmed as fixed! > > > > I wasn't aware Bugzilla had a diff view; The patch as attachment is viewable > > here: > > https://dpdk.org/tracker/attachment.cgi?id=5&action=diff It's nice :) I have update the Bugzilla ticket, especially the field URL with the link to see the commit in cgit. > > Tested-by: Harry van Haaren Applied, thanks