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 4CCD2424D42 for ; Tue, 4 Aug 2026 07:26:16 +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=1785828377; cv=none; b=MiUzDnDQ9ea1tIx3gNVdM7z2jiRGwNL27uEmuWgxJTAbhDM2vmV14M+ucJ2kqBN2CFVgudTpYiyLMzw7mfw99bokvdKevcTA8LqxRMOvS8rLSBxdjPNApB2oJ0cIgQRfmzaKqvSJgw1/qDQwGO8z98iEXxcL9esf1DBDoLunayQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785828377; c=relaxed/simple; bh=AubMoiFcT/br4qjdPMEUvPODlTiyY4Zy2kC+dDsCESA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rBhZo0OxZv6vP1e2YU58QMJqqlMAyhQEeK6mrDl/r91Tn/Er59tTedcvZ4yjtqWXyRzIcgsiX1bdh5wv1wVW2rE+lhdMjEbHs+e9TS47ILHfl8ZWiGTt1f+yijrOxv0bWyfhgbnzrU5qcnN3pxQ2r8QSXtJUMbFE4bWXK4O+xRQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=sfI0TYIM; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="sfI0TYIM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4DB1E1F000E9; Tue, 4 Aug 2026 07:26:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1785828375; bh=LIEjcJNDgKbYbO+dwE97GaUJKJOLuWf5i6yaxby/5fk=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=sfI0TYIM2x0l3e+HBjBzIZyGBF1/1Pam7OoIPteoIvNhnIizic/nuQT5u/TzdU7FS ZdTMGTeblmZj5GSGrZS2UsS9h+pRisHaK4D2DBDpjJVlWTDRgAuMeb2EKTyZGvG2UB CB5Q2hFd/INGgB1maGUZaBwYHpiTQYIug460PbAs= Date: Tue, 4 Aug 2026 09:24:47 +0200 From: "gregkh@linuxfoundation.org" To: Ankit Agrawal Cc: "jai.luthra@ideasonboard.com" , "ilpo.jarvinen@linux.intel.com" , "W_Armin@gmx.de" , "alex@shazbot.org" , Jason Gunthorpe , Vikram Sethi , Manish Honap , Matt Ochs , "clg@redhat.com" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 0/4] Introduce nvgrace-egm driver for Extended GPU Memory Message-ID: <2026080425-dock-booting-82c2@gregkh> References: <20260702192532.455400-1-ankita@nvidia.com> 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=us-ascii Content-Disposition: inline In-Reply-To: On Mon, Aug 03, 2026 at 04:43:38PM +0000, Ankit Agrawal wrote: > Hi > > Gentle ping on this series. Happy to respin to address the feedbacks > or concerns if needed. There is no context here :( Also, you are adding custom ioctls for memory and drm things, why is the mm and drm people not part of the review here as this seems to interact / go around those subsystems? And where is the userspace code that will be using this new api? thanks, greg k-h