From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 7423E4F94 for ; Mon, 5 Nov 2018 23:21:36 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7EBA122BF0; Mon, 5 Nov 2018 17:21:35 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 05 Nov 2018 17:21:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=0JA2KDq0mi5hOr5MaN5JOeGabqSL2yd87I1NQfPYHAw=; b=RrU6M7G2be7R p9VaR0sJZngtY5uJH0MJnxVRIp0B/SjeHkezcAcJhVWkWDdNOV1BMlTj8Ot8aGr2 RA3bPfpewLv9bKdpec9/ifiHegTUjpMiWmg0hOT+QvifIEvt02rNkzptctzXzwXw +fbj9VZP6NzWUV4t98mj5l/EqBp8d4s= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=0JA2KDq0mi5hOr5MaN5JOeGabqSL2yd87I1NQfPYH Aw=; b=ftlOI7A4G4hQA5xAFgxNetWCwTY4Ozva9Ssb9V1irD29xTamazQANhe36 3E8T3BTknLbdc2IZ6yqaDFmE0/Nx8MGmCJIgaYBHZtf7eOgUvYIpxJbdlc5zY/kq dxAv4pj0hy5vlMt11VtF0uE9EnxBw+WQlLUmSWqqYM8zAJZpAeiy3OPoy3UZaQu8 aMsYMTDEAD0h+ManzPBdWPiMk+fomytqFx6831QAApwfdzI72EPOsH7Niw7O/dzT J4gUdr/FDa0OyupmQbJxTGYJdrnjkbt5CZNlBVz+/pWPIX0jF2u3TfmJgJWyxrsR cQI23xaWO3nSF4149JY3C61ARgx4Q== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id DF540E40E6; Mon, 5 Nov 2018 17:21:33 -0500 (EST) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, janos.kobor@ericsson.com, marton.a.toth@ericsson.com, laszlo.madarassy@ericsson.com Date: Mon, 05 Nov 2018 23:21:32 +0100 Message-ID: <2807317.8dekEOir4J@xps> In-Reply-To: <35c09f98cfc044d9030c96bd6021d4b2e8246a45.1541438600.git.anatoly.burakov@intel.com> References: <35c09f98cfc044d9030c96bd6021d4b2e8246a45.1541438600.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] malloc: fix invalid argument handling 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: Mon, 05 Nov 2018 22:21:36 -0000 05/11/2018 18:26, Anatoly Burakov: > When adding memory to an external heap, do not go to unlock failure > handler because the memory hotplug lock hasn't been taken out yet. > > Fixes: 7d75c31014f7 ("malloc: allow adding memory to named heaps") > > Signed-off-by: Anatoly Burakov Applied, thanks