From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 320ABA05D3 for ; Fri, 29 Mar 2019 12:53:04 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9BE051150; Fri, 29 Mar 2019 12:53:03 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id ABE215A; Fri, 29 Mar 2019 12:53:01 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3BA2421C5E; Fri, 29 Mar 2019 07:53:01 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 29 Mar 2019 07:53:01 -0400 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=laFHKKbslz7ZhA/li6UZWI2TtMQmRVE7+jHwS6RsEMY=; b=T2cuyT2709ly abNWEH13Lc6gJuTBj95i4fHdq4AhuFHzJRQFP467ERZKj6cETNTYmf4NRZFVN0D3 QIQvpDRHtOnhbgW33P+C0TQuAcpCAdT9oGOozycXyrpZHWLnwINp0RMFt/P0dJlK IZAPYzRXo0Ch3+xSljNGd6UU9N6R5bc= 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=fm2; bh=laFHKKbslz7ZhA/li6UZWI2TtMQmRVE7+jHwS6RsE MY=; b=vMbeGr2YkaruvyWLtFtbpGb7cSckhgCQtyq+tLuyIEJglocj1znSzcvp+ YGsO9Kh5A1ox++IvmlAcxS65g4fdaaYGRRY4ygNCgF3JxzBRbvdD6FoUisU9CDgs giL0akaPZMxBDW9vABLT41C5gk1rcTKEKEROY9oMz75rP7U0hzED00wlP4LPZ9Kx dX4Yyx8X4veupBvZ8hx/YxPXa2ZBZaXRaRgq50p/v1yv42AZ5e74MLNKXFBhiirf GFXTqfUo0/nEiyiYOQCcSBfeizJQT84qHzYygRHMAtK+BMhS8kNhKyKdZ54O70SZ 77j3TilrfNFt2FPpsfmFLkW1ofujQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrkeejgddtjecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 46CC2E49E1; Fri, 29 Mar 2019 07:53:00 -0400 (EDT) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, stable@dpdk.org Date: Fri, 29 Mar 2019 12:52:59 +0100 Message-ID: <40895879.hKbrvuO6yK@xps> In-Reply-To: <8f8c3997f0cd872487482607b2925ab9b05ca7d1.1553856935.git.anatoly.burakov@intel.com> References: <8f8c3997f0cd872487482607b2925ab9b05ca7d1.1553856935.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] malloc: fix memset size 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190329115259.ZI-1LIR2XddeK0VaAEoZSVvq64tnOVO478bVa-BMe7I@z> 29/03/2019 11:56, Anatoly Burakov: > The memset size for an IPC message is set incorrectly. Fix it to > cover the entire IPC message. > > Fixes: 07dcbfe0101f ("malloc: support multiprocess memory hotplug") > Cc: stable@dpdk.org > > Signed-off-by: Anatoly Burakov Applied, thanks