From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 9474737107D; Tue, 24 Feb 2026 10:07:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771927661; cv=none; b=h01ewZTqCCdki/PnjxPgyYH/AO9Z+R5YKwiNo/H0WVdVQ5gEa9j3flYrukE5Z1VmKBMeY0RdNfhprUp3eTx63PLPVMMMXJloGr6wIDorY6u1AxlxafVMWcsIamfyjITkqhQDMFk4c3yAxCjGWHkc5VkWhhlsxDBvVO0L98jbWs4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771927661; c=relaxed/simple; bh=UudKhpnWEeS6spLONpAY/RoCNCqi95XvOx3MdHkj52s=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=bvZDPq2TMNy+BJMNo8ssT7EuKZDz7+J3FmzXOOUdSNqdgE5xtgB84JaXRhRsCY7iLNxwiHObmsSEKYO3Hm/NSs2MuP5/xE1w0kxr1AVRnDrNDqnB2oDSIEXIK0fVNw8cuW3jCkeQciEY3TzoQopHolySxboeQ2SX80EYAHmZzQA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NZYant9w; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="NZYant9w" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B623DC116D0; Tue, 24 Feb 2026 10:07:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771927661; bh=UudKhpnWEeS6spLONpAY/RoCNCqi95XvOx3MdHkj52s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NZYant9wfmPbVww0eeF86fU5KsApC0VXiL9qYH0b9QTSKqfnxS4/Yt80PFPLZuj7Z ddmN+pgsVNitMYGryMU4WvZgPLMbA7ysCXeRVWKS/J8pU7tycS/rUFhV+ZinAXFos+ Bi3G/dx6bTDy8XouK7OOVq1ZSYx7mQx++Bw2HFgTxsV/UYeRyUAKZKfRFrTtjnGo4Q bdVb33xHcXhiGculnuq0bcP8kggj8Rsj5oQQoVGbGzegZTurkTQmkQZUv86qFBMNmo mVp+201kH8IWnR86y0d6UbRLTW3CZNFeO1A3I6kyA7yDrRRhZmJh6dxzCLiCcMwK0D t0hrIMUnZ9ipg== Date: Tue, 24 Feb 2026 12:07:37 +0200 From: Leon Romanovsky To: Simon Richter Cc: linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, Yishai Hadas Subject: Re: [PATCH] RDMA/uverbs: follow rename of dma_buf_move_notify() Message-ID: <20260224100737.GH10607@unreal> References: <20260223131148.490904-1-Simon.Richter@hogyros.de> Precedence: bulk X-Mailing-List: linux-rdma@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: <20260223131148.490904-1-Simon.Richter@hogyros.de> On Mon, Feb 23, 2026 at 10:11:34PM +0900, Simon Richter wrote: > Commit 95308225e5ba ("dma-buf: Rename dma_buf_move_notify() to > dma_buf_invalidate_mappings()" does precisely what it says, and commit > 0ac6f4056c4a ("RDMA/uverbs: Add DMABUF object type and operations"), which > was merged during the same window, started using the old name. > > Cc: Leon Romanovsky > Cc: Yishai Hadas > Fixes: 0ac6f4056c4a ("RDMA/uverbs: Add DMABUF object type and operations") It was handled by this commit https://cgit.freedesktop.org/drm/drm-misc/commit/?id=61c0f69a2ff79c8f388a9e973abb4853be467127, This rename doesn't exist in RDMA tree yet, there is nothing to fix here. Thanks