From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AC7A2C87FCB for ; Tue, 5 Aug 2025 09:40:58 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 76F3110E140; Tue, 5 Aug 2025 09:40:58 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="XJtxUTRg"; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id AE13310E140; Tue, 5 Aug 2025 09:40:57 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 9B63D5C5E54; Tue, 5 Aug 2025 09:40:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 59FD6C4CEF0; Tue, 5 Aug 2025 09:40:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1754386856; bh=DqHY1zpYzzlz5LVeO4yvFF7rlaI5zemWDo4Gh7Yy+8Q=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=XJtxUTRgWICQJuEfunk6SYkBwD+O9agYgwZooEmbAq2/axb780y6J0JHecmQ2bQRC 967/GBiEp8Gs/lgibUWq23iqdLsLhXiKXF/IaG+xfmShgRpTyJGDXU1wUBp4AN1xqY LSUfC8eHpDMafw1X9CTN1ZopUKuRArhQVq/jyymsk3/0ZWmlR5QpZ1uKt/JWSqMFCe ozJHnQ0Oikn6LKdSsTHGrEACmXfQ32JOkn3hnjJbOvLbdCtgZUQ5sRsmaUE8/yX3uE PD/SAfBWBKZeNvvI5LeaazA2jqoconhxkC2N8hr06DFibDT0DF3igIrO7g6DmZBFxY QaIxIbSBYLhtQ== Message-ID: <5c67e4eb-9e27-44fa-b027-cd08c10d986a@kernel.org> Date: Tue, 5 Aug 2025 11:40:52 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v5 01/25] drm/gpuvm: Pass map arguments through a struct To: Himal Prasad Ghimiray Cc: intel-xe@lists.freedesktop.org, Matthew Brost , =?UTF-8?Q?Thomas_Hellstr=C3=B6m?= , Boris Brezillon , Boris Brezillon , Caterina Shablia , Rob Clark , dri-devel@lists.freedesktop.org References: <20250730130050.1001648-1-himal.prasad.ghimiray@intel.com> <20250730130050.1001648-2-himal.prasad.ghimiray@intel.com> From: Danilo Krummrich Content-Language: en-US In-Reply-To: <20250730130050.1001648-2-himal.prasad.ghimiray@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" This series is a bit of a mess on my end, can you please Cc me on all GPUVM patches with my kernel.org address? Currently, some patches go to my Red Hat one, some to kernel.org and some to both.