From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D79CEA034C; Thu, 20 Jan 2022 14:15:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9148C426EE; Thu, 20 Jan 2022 14:15:12 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by mails.dpdk.org (Postfix) with ESMTP id 038EB426ED for ; Thu, 20 Jan 2022 14:15:11 +0100 (CET) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 5A7A55C0060; Thu, 20 Jan 2022 08:15:09 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Thu, 20 Jan 2022 08:15:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm3; bh=r0SqfwWCm/1+x+ YvHWclFaW0hrqabc1hQPEILSskF44=; b=Ro76Mr2tD/DnRtlh10OHgfua7xCAcs a4PLm/hGwUBVRy26ecBXUbCsN32GfahxqYW3WJvYfimXyDSjw6OdESqE1I8/XZbr UGFtXvtXE/0UZsgC8cMz70/3vRVz+EMyQKXh1XhVUo8lhnBO2R4lytVbfYZWJ+Wn XRDr9KwmiGXkMJyPpqK6NWW0LtsPZlKpfV1gJ/xG+cFqSx4+IQZp0BLYqtXVdAtw A2euf0jJ5B6q8AVkqInZqvMyj61cS7947eVY9K7cqGU1FzXJyMBS9+/aCF4ssDw8 ZyVIwh44EYfaZMnFxVA/RhXeGGxivVsS4r9RM1EAaL93Eo4oAyX8R1BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=r0SqfwWCm/1+x+YvHWclFaW0hrqabc1hQPEILSskF 44=; b=l2I9NnmZtxjQEOYHt0vbAGkMNP+Dk3FpCyLy3euigbT1IdwM9NQKO7TBt w74q8t0S2GW+2EJXiX0uelBB1N/cJWpkiXALhh0mHRiHeoVR1kMYTe0ZyRVB3jqy ZAjlo0tSIxGo8WjkZXjMJccEQIjkADlHx63pr0c5LusG6hyexgczflntwUcFlDXE /L+SfTPjyJ6tDyCxSXeBdraWXSdo6AxG14qTfctvQZNdLN0B+kNJkC2SS0YAVXiK Cd2W6JsdEBVaAouJnT30aQNoRfxyNX0DRZTNXFv/KK8v5KvdLIHVWRNDDdUArt5k DfKw5sYhPJFVhnrNIHSB00TokEOWg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudekgdegkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 20 Jan 2022 08:15:08 -0500 (EST) From: Thomas Monjalon To: Elena Agostini Cc: dev@dpdk.org Subject: Re: [PATCH v1] gpu/cuda: fix memory list cleanup Date: Thu, 20 Jan 2022 14:15:06 +0100 Message-ID: <1969300.kUgFBCI4xA@thomas> In-Reply-To: <20211221205042.17289-1-eagostini@nvidia.com> References: <20211221205042.17289-1-eagostini@nvidia.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 21/12/2021 21:50, eagostini@nvidia.com: > From: Elena Agostini > > Memory list cleanup (called by cuda_mem_free) > was not properly set the new head of the list > when deleting an entry. > > Fixes: 1306a73b1958 ("gpu/cuda: introduce CUDA driver") > > Signed-off-by: Elena Agostini Applied, thanks