rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Danilo Krummrich <dakr@kernel.org>
To: Zhi Wang <zhiw@nvidia.com>
Cc: "airlied@gmail.com" <airlied@gmail.com>,
	"simona@ffwll.ch" <simona@ffwll.ch>,
	"corbet@lwn.net" <corbet@lwn.net>,
	"maarten.lankhorst@linux.intel.com"
	<maarten.lankhorst@linux.intel.com>,
	"mripard@kernel.org" <mripard@kernel.org>,
	"tzimmermann@suse.de" <tzimmermann@suse.de>,
	"ajanulgu@redhat.com" <ajanulgu@redhat.com>,
	"lyude@redhat.com" <lyude@redhat.com>,
	"pstanner@redhat.com" <pstanner@redhat.com>,
	Neo Jia <cjia@nvidia.com>, John Hubbard <jhubbard@nvidia.com>,
	Ben Skeggs <bskeggs@nvidia.com>, Andy Currid <ACurrid@nvidia.com>,
	"ojeda@kernel.org" <ojeda@kernel.org>,
	"alex.gaynor@gmail.com" <alex.gaynor@gmail.com>,
	"boqun.feng@gmail.com" <boqun.feng@gmail.com>,
	"gary@garyguo.net" <gary@garyguo.net>,
	"bjorn3_gh@protonmail.com" <bjorn3_gh@protonmail.com>,
	"benno.lossin@proton.me" <benno.lossin@proton.me>,
	"a.hindborg@kernel.org" <a.hindborg@kernel.org>,
	"aliceryhl@google.com" <aliceryhl@google.com>,
	"tmgross@umich.edu" <tmgross@umich.edu>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"nouveau@lists.freedesktop.org" <nouveau@lists.freedesktop.org>,
	"rust-for-linux@vger.kernel.org" <rust-for-linux@vger.kernel.org>
Subject: Re: [PATCH v2 2/2] gpu: nova-core: add initial documentation
Date: Sun, 9 Feb 2025 16:36:08 +0100	[thread overview]
Message-ID: <Z6jLaCiiuuE8UPEt@pollux> (raw)
In-Reply-To: <e02c551e-1ad3-4282-b589-7aaaf2880018@nvidia.com>

On Wed, Feb 05, 2025 at 07:44:19PM +0000, Zhi Wang wrote:
> On 05/02/2025 18.10, Danilo Krummrich wrote:
> > On Wed, Feb 05, 2025 at 03:56:46PM +0200, Zhi Wang wrote:
> >> On Tue,  4 Feb 2025 20:03:12 +0100
> >> Danilo Krummrich <dakr@kernel.org> wrote:
> >>> diff --git a/Documentation/gpu/nova/guidelines.rst b/Documentation/gpu/nova/guidelines.rst
> >>> new file mode 100644
> >>> index 000000000000..28a959f51c2c
> >>> --- /dev/null
> >>> +++ b/Documentation/gpu/nova/guidelines.rst
> >>> @@ -0,0 +1,73 @@
> >>> +.. SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> >>> +
> >>
> >> I think this will develop into a maintainer handbook in the future which
> >> reflects maintainer's requirements, thoughts, tips...maybe we can make it
> >> explicit? I think it is rules of book that we agree to follow.
> >>
> >> A similar one can be found here.
> >> https://lore.kernel.org/kvm/20230411171651.1067966-1-seanjc@google.com/
> > 
> > Yes, that's the idea. Is there anything additional you'd like to see added for
> > this initial commit?
> >
> 
> I am mostly thinking of testing of vGPU, we can conclude that more 
> clearly when we have basic stuff working. IMO, maybe some brief 
> introduction about maintainer branches, requirements of patch comments, 
> e.g. prefix of patch titles to different components, expectation of the 
> patch comment body beside those already in submitting_patches.rst. I 
> think those would be helpful.

I agree, but I don't think we need those things right from the get-go. Let's add
those things subsequently.

  reply	other threads:[~2025-02-09 15:36 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-04 19:03 [PATCH v2 1/2] gpu: nova-core: add initial driver stub Danilo Krummrich
2025-02-04 19:03 ` [PATCH v2 2/2] gpu: nova-core: add initial documentation Danilo Krummrich
2025-02-05 13:56   ` Zhi Wang
2025-02-05 14:13     ` Miguel Ojeda
2025-02-05 14:56       ` Zhi Wang
2025-02-05 16:20         ` Danilo Krummrich
2025-02-05 16:10     ` Danilo Krummrich
2025-02-05 19:44       ` Zhi Wang
2025-02-09 15:36         ` Danilo Krummrich [this message]
2025-02-07  8:23     ` Alexandre Courbot
2025-02-09 15:25       ` Danilo Krummrich
2025-02-06 14:05 ` [PATCH v2 1/2] gpu: nova-core: add initial driver stub Alexandre Courbot
2025-02-06 14:49   ` Danilo Krummrich
2025-02-07  1:41     ` Alexandre Courbot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z6jLaCiiuuE8UPEt@pollux \
    --to=dakr@kernel.org \
    --cc=ACurrid@nvidia.com \
    --cc=a.hindborg@kernel.org \
    --cc=airlied@gmail.com \
    --cc=ajanulgu@redhat.com \
    --cc=alex.gaynor@gmail.com \
    --cc=aliceryhl@google.com \
    --cc=benno.lossin@proton.me \
    --cc=bjorn3_gh@protonmail.com \
    --cc=boqun.feng@gmail.com \
    --cc=bskeggs@nvidia.com \
    --cc=cjia@nvidia.com \
    --cc=corbet@lwn.net \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gary@garyguo.net \
    --cc=jhubbard@nvidia.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lyude@redhat.com \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=nouveau@lists.freedesktop.org \
    --cc=ojeda@kernel.org \
    --cc=pstanner@redhat.com \
    --cc=rust-for-linux@vger.kernel.org \
    --cc=simona@ffwll.ch \
    --cc=tmgross@umich.edu \
    --cc=tzimmermann@suse.de \
    --cc=zhiw@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).