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 3AD812E92B3 for ; Mon, 15 Dec 2025 21:54:04 +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=1765835645; cv=none; b=HUtIfV3Bkfk33+spDxnsP613+6LdWQUBXfL8AddgOCx/Of4sqxZbzSqsMRtiiiUVyPXquqXBFyk2nHdB9IEpiXBmLPX5IrkOkgwHY7CcxxtrDEUaFGejmvv+HSGyf9aTRjnoIxgl8ktUbRKV1cNt6YvwUnN4n7VMSdoO6ZlOMUc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765835645; c=relaxed/simple; bh=ZTWT/YMhzRK3B9j64B+kFmZSmYcguy+dgQcqUXlU1sI=; h=Mime-Version:Content-Type:Date:Message-Id:To:From:Subject:Cc: References:In-Reply-To; b=kh9I2Tzv3qCaEtiEyhTtPjn+8csGJi9VP73cTKrNtM7AHJVlRLZ7gNtCT0rYiPYGgot3WgJ4Jk4YY6NmMrcXFrtS6jw9JNNl8MA8y/OqG7ShHiJYl5ndsPAQk3iENuD2/br1/VHtRdFzoGj1eIU66TlI12+IYu2hE74VS2T6Z3Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GHI2mODg; 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="GHI2mODg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E59D2C4CEF5; Mon, 15 Dec 2025 21:54:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1765835644; bh=ZTWT/YMhzRK3B9j64B+kFmZSmYcguy+dgQcqUXlU1sI=; h=Date:To:From:Subject:Cc:References:In-Reply-To:From; b=GHI2mODg3B96fQ5MAKwkKGRnGIpkiSxoJQpMeL/UmKPxVaC2DJeCa4pVVHByC08Cy bPSx38rYGmfVtE8FgD8QEEbET+siR6xSLZzlBRhvCshhf7fmjAe8qVYQ+T/i3GEW2Z qQWHQLAMlERy80mUiqTnYN/v6T+LR21aOt8hzol70Z/Fwu4AaMprkLwe0Nv3YaPiGv QjSjjYrHDK5Li4BzYPpZKcK6t3hwNAkmFpt/mxD83hUjYjOl8sgC3XvRekEZk3xT8x YsHYohMXOMCoWUjMb0cu7NafNNhNbkJ+DWIVtYO0SyUPf+tdsT/MYcJse2t7bHXfrq YGjuqcXRmI2iw== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 15 Dec 2025 22:54:02 +0100 Message-Id: To: "Philipp Stanner" From: "Danilo Krummrich" Subject: Re: [PATCH] MAINTAINERS: Update Nova GPU driver git link Cc: "Alexandre Courbot" , , "Gary Guo" References: <20251208140713.41330-3-phasta@kernel.org> In-Reply-To: <20251208140713.41330-3-phasta@kernel.org> On Mon Dec 8, 2025 at 3:07 PM CET, Philipp Stanner wrote: > Nova driver development has been moved to a different git repository. > Update the MAINTAINERS entry to reflect that. > > Reported-by: Gary Guo > Signed-off-by: Philipp Stanner Applied to drm-rust-fixes, thanks!