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 7BFFC407588 for ; Tue, 5 May 2026 11:06:47 +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=1777979207; cv=none; b=sdpPh22DK19zmqTJvqQVh5MSXa4QIQ5zwpp/Wq6XO0Ao3fKCeVXB91gDfVNLX4HSZrNtbT34ffAXSr8uQ+goNrOEC5/aghXd7XmI9rQyvKa9s0dhAmrKdxzXuluiuD/5fktdFHW9av3VCOE42qI75uO2ZyIMlVasUmUT1Y7HdoE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777979207; c=relaxed/simple; bh=0onDcxTBodQBgwwSm0B30wMaMYyRLfNlGLGhPMg4+X8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=XXzH2u9etbCfur5xfa9tBD2cSn+7wNC9MpUGiAk9F9oXlEvRYDLoEg/i5e4cn17U6q6RAe9nrAQiYjCwmqqQz67uihq0t/I+cwWoVHFvOZ0w6hDEdPJkDiFNXJAyBYA6V/C3MnkO6fXyKuRL/wPxA55IwPv37e79V+TPDQCSQ/0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=jzfwOzLH; 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="jzfwOzLH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 33282C2BCB4; Tue, 5 May 2026 11:06:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777979207; bh=0onDcxTBodQBgwwSm0B30wMaMYyRLfNlGLGhPMg4+X8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jzfwOzLHqtdrA5emAGfmg/YQ8rlXS93MHOn7Yr44v12fqm18Mn+NAKdmmvigAb7/x syomzHMbz0VZ0+JvPgFWiwy8Tm1Se1st6tPWizr82MgX7sUfi0bqAiXjcxKv50Ldyd HobVWPinvUpf0oaUt3pBitO+xtmLMZ7rI64zrxxqWn24apSvThx5EOZu5muPq8nNE6 1QUnI3KJstNZWYJRb4u/5SbBCXiTLLDHBl8wgcmWwgoXoC5Vwc8CKRgow2hm5NMukN u4HlErkqDFGXJNOFv+ukvlV/wUu9YpmatyB6LOHhPPFSccU4wfxQs+IzHJTylbyqUV +7m7Xn89UYIYw== From: Danilo Krummrich To: Alice Ryhl Cc: Danilo Krummrich , Matthew Brost , =?UTF-8?q?Thomas=20Hellstr=C3=B6m?= , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drm/gpuvm: take refcount on DRM device Date: Tue, 5 May 2026 13:06:41 +0200 Message-ID: <20260505110641.3690508-1-dakr@kernel.org> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260416-gpuvm-drm-dev-get-v1-1-f3bc06571e73@google.com> References: <20260416-gpuvm-drm-dev-get-v1-1-f3bc06571e73@google.com> X-Patch-Reply: applied Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On Thu, 16 Apr 2026 13:10:54 +0000, Alice Ryhl wrote: > [PATCH] drm/gpuvm: take refcount on DRM device Applied, thanks! Branch: drm-rust-next Tree: https://gitlab.freedesktop.org/drm/rust/kernel.git [1/1] drm/gpuvm: take refcount on DRM device commit: c2d72717e0a9 The patch will appear in the next linux-next integration (typically within 24 hours on weekdays). The patch is queued up for the upcoming merge window for the next major kernel release.