From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 8E9E37CBC for ; Wed, 25 Apr 2018 17:01:59 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2018 08:01:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,326,1520924400"; d="scan'208";a="49854675" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga001.fm.intel.com with ESMTP; 25 Apr 2018 08:01:56 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.118]) by IRSMSX153.ger.corp.intel.com ([169.254.9.3]) with mapi id 14.03.0319.002; Wed, 25 Apr 2018 16:01:55 +0100 From: "Van Haaren, Harry" To: Thomas Monjalon , Pavan Nikhilesh CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] event/octeontx: fix snprintf mempool name overflow Thread-Index: AQHT2wilGxgfHptQ5UW2QdMq3kKPZ6QOZauAgAMMeACAABH9gIAAEk5Q Date: Wed, 25 Apr 2018 15:01:54 +0000 Message-ID: References: <20180423133933.31334-1-pbhagavatula@caviumnetworks.com> <5845616.Es9UhdVMYk@xps> In-Reply-To: <5845616.Es9UhdVMYk@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzlkMWYzMGYtODFkMy00MWFjLTk0ZmYtYzMzMDY1ZjAzNjE2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJnaHRKV2tsMW4zQXVoVGVGWG52Wm9HclhObHl4anBSbE5hT2VwT0pwaWFoVCtJMFdMWW85RzVob056YXNGV2w4In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 15:02:00 -0000 > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Wednesday, April 25, 2018 3:56 PM > To: Pavan Nikhilesh > Cc: dev@dpdk.org; Van Haaren, Harry > Subject: Re: [dpdk-dev] [PATCH] event/octeontx: fix snprintf mempool name > overflow >=20 > 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=3D5&action=3Ddiff >=20 > It's nice :) >=20 > I have update the Bugzilla ticket, especially the field URL > with the link to see the commit in cgit. I'm working on documenting a suggested workflow, will include the steps above. Thanks!