From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E81943DA5C8; Tue, 14 Jul 2026 06:54:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784012060; cv=none; b=cGiIoBUQE0FdUfPAtqAB4dDCY+eKlAUXPjIRgsU7vTiMTGQJ2EWRcPmPKdkIus+2g68wcfh7duZbCiUCEmkxbOYtptlENEKh0+Uk4d9jih7HHyUISnFisHD9gF1ejU6+qAJCk6C9CErHWvUTMgPGtVRhO7OymWfmCbgHRcEhwFY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784012060; c=relaxed/simple; bh=tXtdMeIxXC16lr/HTg6ocj6kC0rh7wMG3yjZKMM4LLU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=KWpxzfTMBg+qkXwl5jjyBdsFt5y2Kzjs0ANM99HA25XifzU4Czw20OIfhdzTDfMekRBm+Q2hjiDRmi7rAW3239Cv6qpXNsW0+ri8k0JzJDaA91dUVxt0of2fb6SbOlzic3xBu7dosfbsZhmi9ERNE5s4S2pLsPd+i8hQSgVG5z4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=md00VrpU; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="md00VrpU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4089E1F000E9; Tue, 14 Jul 2026 06:54:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784012059; bh=WBWfeyGDRmTf2+ZEY/DTuUFTz2+R4bqzLx7X051fex8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=md00VrpUzYZfZMnKJO9JzpUhNtP0D3OScAk6Dgj22VEjjhgzhyrL3QjJAOATXPH+/ PxOHsG0pBryfZKpKhernt7ta8SPxZyq5IbEgE1HXz/fiGP2D1yxOLy8R95O0b+c042 2mkksHMIUsgfzEfbeC+rap2vNWkSNWp4WLlC/a7z6AOpz6Safeo2zqbm3z6we9JS6H na9S6GpSrN9mHF72ZxFGk5u2IdYHVEH/htUiZBzuhBs0IRza4K96lP1zC8DdSrrE9C 1Oi3tmHhGT2mSl65s1wN5VWcKu57drtTaTvQWnEMUje2NFGKxDDfR08aIPpEgOcK2R DTxgvTnMSrynQ== Date: Tue, 14 Jul 2026 09:54:14 +0300 From: Leon Romanovsky To: Selvin Xavier , Kalesh AP , Jason Gunthorpe , Michael Margolin , Gal Pressman , Yossi Leybovich , Cheng Xu , Kai Shen , Chengchang Tang , Junxian Huang , Tatyana Nikolova , Long Li , Konstantin Taranov , Yishai Hadas , Michal Kalderon , Nelson Escobar , Satish Kharat , Bernard Metzler Cc: linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hyperv@vger.kernel.org Subject: Re: [PATCH rdma-next 0/2] RDMA: Small batch of cleanups Message-ID: <20260714065414.GA19233@unreal> References: <20260713-fix-destroy-no-udata-v1-0-fcca2e34fd57@nvidia.com> Precedence: bulk X-Mailing-List: linux-hyperv@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260713-fix-destroy-no-udata-v1-0-fcca2e34fd57@nvidia.com> On Mon, Jul 13, 2026 at 11:10:33AM +0300, Leon Romanovsky wrote: > This series contains two independent cleanups. One fixes the problematic placemen > of a newly introduced in-kernel API, which should be called at the beginning of > destroy functions and not at the end. The other removes a redundant memset(). > > Thanks. > > Signed-off-by: Leon Romanovsky > --- > Leon Romanovsky (2): > RDMA/bnxt_re: Validate udata before destroying resources I'll resend this one. > RDMA: Remove redundant memset() from query_device callbacks And applied this.