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 CF2AF1D5160 for ; Fri, 3 Jul 2026 21:36:29 +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=1783114590; cv=none; b=OKouBvKfs2sy2o42f6K9/rMksfdKqWb+FIf+JwK844iLqeVKS3nLxLysSY0qIvtA9OX4Z4wQVHVnBUSQYSl9QlYmIfD7Li3IKgtzdpIljQxsOkHeaNIVgQjwKooCjs/QGP59WhygFSRAfOyBnO6b9BP4aRst+o3+ZGyqLhdw1MQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783114590; c=relaxed/simple; bh=2opftK4FrsZb7aLXolr0cihlHMWOncCG6yJXCn4dQco=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=AlMNqNAn4gBK9hG1VG8iMC6oDOvL/hp/i3POrc6STuBub+8n4NKpomYe8FWKxjC7iMhIc87LTqfygWFzbe6Hh2HHnSb+nO4XmCLAv5KI2K5Kh3MmKalzO+r0lrumZfx95NWS0LISvxTAjpk5pDjUJAxJ2IqpZdYeC5aLoKQl6s8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KBcOODum; 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="KBcOODum" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BBF271F000E9; Fri, 3 Jul 2026 21:36:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783114589; bh=on+0HpAgKQyhjJn5Dg1ZrUTYDAf4czl4d0n8uNA+Vjs=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=KBcOODumzVQoMm+3+oN9E9Ub9STXhrK0iBJrbB/BNwbG5S9D4mcEu6zjGoGi0EO/A s2WVZonQv9nyY6W9gMIdxqmvh4rQNK3DFUpCBhwR0dR6PA71pIsPO0vVwXkL3bOyub M3l+o47PtT7iGWLkrx8W/vfnMvqouIJL/HyMob6ZtyW9yrP3gVJLAqqfy8pkalALI0 8oP4mfZS1hqi9CDDt5E9vslf1jxxB+Yez0zB20Tni44cf4bu0Bnm7bNe970/yLrvL3 s3oHMo8QM3s3bXrcAZ4Z/F7mG55QtdOKog1iDbJkbn9A2qeZLN4bW4M01uDh7/QAVV m/MFffwMl42yg== From: Danilo Krummrich To: =?UTF-8?q?Adri=C3=A1n=20Larumbe?= Cc: Danilo Krummrich , Matthew Brost , =?UTF-8?q?Thomas=20Hellstr=C3=B6m?= , Alice Ryhl , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCH v2 0/2] drm/gpuvm: Delete some dead code and fix a comment Date: Fri, 3 Jul 2026 23:36:23 +0200 Message-ID: <20260703213623.1224109-1-dakr@kernel.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260608-gpuvm-minor-fixes-v2-0-af07ef9ca969@collabora.com> References: <20260608-gpuvm-minor-fixes-v2-0-af07ef9ca969@collabora.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 Mon, 08 Jun 2026 23:33:51 +0100, Adrián Larumbe wrote: > [PATCH v2 0/2] drm/gpuvm: Delete some dead code and fix a comment Applied, thanks! Branch: drm-misc-next Tree: https://gitlab.freedesktop.org/drm/misc/kernel.git [1/2] drm/gpuvm: Remove dead code commit: c4c4434e41e5 [2/2] drm/gpuvm: Fix comment to reflect remap operation operand status commit: 49d0307c55c4 The patches will appear in the next linux-next integration (typically within 24 hours on weekdays). The patches are queued up for the upcoming merge window for the next major kernel release.