From: "Danilo Krummrich" <dakr@kernel.org>
To: "Joel Fernandes" <joelagnelf@nvidia.com>
Cc: linux-kernel@vger.kernel.org, Miguel Ojeda <ojeda@kernel.org>,
Boqun Feng <boqun@kernel.org>, Gary Guo <gary@garyguo.net>,
Benno Lossin <lossin@kernel.org>,
Andreas Hindborg <a.hindborg@kernel.org>,
Alice Ryhl <aliceryhl@google.com>,
Trevor Gross <tmgross@umich.edu>,
Dave Airlie <airlied@redhat.com>,
dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org,
rust-for-linux@vger.kernel.org,
Alexandre Courbot <acourbot@nvidia.com>,
arunpravin.paneerselvam@amd.com, joel@joelfernandes.org
Subject: Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Date: Tue, 03 Mar 2026 23:03:13 +0100 [thread overview]
Message-ID: <DGTHJ9WTIIMY.14J3QXBSDAE6D@kernel.org> (raw)
In-Reply-To: <CAPM=9tybjq8_ea+iJXxsWK+OXwExJNjBu50se036-9vhO+KodQ@mail.gmail.com>
On Tue Mar 3, 2026 at 10:43 PM CET, Dave Airlie wrote:
> On Tue, 3 Mar 2026 at 07:19, Joel Fernandes <joelagnelf@nvidia.com> wrote:
>>
>> Hi Danilo,
>>
>> On Fri, Feb 27, 2026 at 12:30:20PM +0100, Danilo Krummrich wrote:
>> > >
>> > > +RUST [GPU BUDDY]
>> > > +M: Joel Fernandes <joelagnelf@nvidia.com>
>> > > +L: dri-devel@lists.freedesktop.org
>> > > +L: rust-for-linux@vger.kernel.org
>> > > +S: Maintained
>> > > +F: rust/helpers/gpu.c
>> > > +F: rust/kernel/gpu/
>> >
>> > What about adding this to the existing GPU BUDDY ALLOCATOR entry? Maybe you can
>> > offer Matthew and Arun your help.
>> >
>> > Also, this wouldn't be a subentry of "RUST", but the rust version of GPU BUDDY,
>> > so it would be "GPU BUDDY [RUST]".
>> >
>> > Also, please add rust/kernel/gpu/ to the "DRM DRIVERS AND COMMON INFRASTRUCTURE
>> > [RUST]" entry.
>>
>> Both these additions sound good to me. Just to list all the options below
>> so we save time on what we all agree on:
>>
>> 1. New GPU BUDDY [RUST] entry.
>>
>> 2. Add it under the existing "DRM DRIVERS AND COMMON INFRASTRUCTURE
>> [RUST]"
>>
>> 3. Add the rust files under the existing "GPU BUDDY ALLOCATOR" and add
>> myself and Alex as R:/M:
>>
>
> Number 3 please,
Just in case it wasn't clear from my suggestion above, please also do 2 in
addition.
Thanks,
Danilo
WARNING: multiple messages have this Message-ID (diff)
From: "Danilo Krummrich" <dakr@kernel.org>
To: "Joel Fernandes" <joelagnelf@nvidia.com>
Cc: "Dave Airlie" <airlied@gmail.com>, <linux-kernel@vger.kernel.org>,
"Miguel Ojeda" <ojeda@kernel.org>,
"Boqun Feng" <boqun@kernel.org>, "Gary Guo" <gary@garyguo.net>,
"Benno Lossin" <lossin@kernel.org>,
"Andreas Hindborg" <a.hindborg@kernel.org>,
"Alice Ryhl" <aliceryhl@google.com>,
"Trevor Gross" <tmgross@umich.edu>,
"Dave Airlie" <airlied@redhat.com>,
<dri-devel@lists.freedesktop.org>,
<nouveau@lists.freedesktop.org>, <rust-for-linux@vger.kernel.org>,
"Alexandre Courbot" <acourbot@nvidia.com>,
<arunpravin.paneerselvam@amd.com>, <joel@joelfernandes.org>
Subject: Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Date: Tue, 03 Mar 2026 23:03:13 +0100 [thread overview]
Message-ID: <DGTHJ9WTIIMY.14J3QXBSDAE6D@kernel.org> (raw)
In-Reply-To: <CAPM=9tybjq8_ea+iJXxsWK+OXwExJNjBu50se036-9vhO+KodQ@mail.gmail.com>
On Tue Mar 3, 2026 at 10:43 PM CET, Dave Airlie wrote:
> On Tue, 3 Mar 2026 at 07:19, Joel Fernandes <joelagnelf@nvidia.com> wrote:
>>
>> Hi Danilo,
>>
>> On Fri, Feb 27, 2026 at 12:30:20PM +0100, Danilo Krummrich wrote:
>> > >
>> > > +RUST [GPU BUDDY]
>> > > +M: Joel Fernandes <joelagnelf@nvidia.com>
>> > > +L: dri-devel@lists.freedesktop.org
>> > > +L: rust-for-linux@vger.kernel.org
>> > > +S: Maintained
>> > > +F: rust/helpers/gpu.c
>> > > +F: rust/kernel/gpu/
>> >
>> > What about adding this to the existing GPU BUDDY ALLOCATOR entry? Maybe you can
>> > offer Matthew and Arun your help.
>> >
>> > Also, this wouldn't be a subentry of "RUST", but the rust version of GPU BUDDY,
>> > so it would be "GPU BUDDY [RUST]".
>> >
>> > Also, please add rust/kernel/gpu/ to the "DRM DRIVERS AND COMMON INFRASTRUCTURE
>> > [RUST]" entry.
>>
>> Both these additions sound good to me. Just to list all the options below
>> so we save time on what we all agree on:
>>
>> 1. New GPU BUDDY [RUST] entry.
>>
>> 2. Add it under the existing "DRM DRIVERS AND COMMON INFRASTRUCTURE
>> [RUST]"
>>
>> 3. Add the rust files under the existing "GPU BUDDY ALLOCATOR" and add
>> myself and Alex as R:/M:
>>
>
> Number 3 please,
Just in case it wasn't clear from my suggestion above, please also do 2 in
addition.
Thanks,
Danilo
next prev parent reply other threads:[~2026-03-03 22:03 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-24 22:40 [PATCH v11 0/4] Rust GPU buddy allocator bindings Joel Fernandes
2026-02-24 22:40 ` Joel Fernandes
2026-02-24 22:40 ` [reference PATCH v11 1/4] gpu: Move DRM buddy allocator one level up (part one) Joel Fernandes
2026-02-24 22:40 ` Joel Fernandes
2026-02-24 22:40 ` [reference PATCH v11 2/4] gpu: Move DRM buddy allocator one level up (part two) Joel Fernandes
2026-02-24 22:40 ` Joel Fernandes
2026-02-24 22:40 ` [reference PATCH v11 3/4] gpu: Fix uninitialized buddy for built-in drivers Joel Fernandes
2026-02-24 22:40 ` Joel Fernandes
2026-02-24 22:40 ` [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings Joel Fernandes
2026-02-24 22:40 ` Joel Fernandes
2026-02-25 14:38 ` Alexandre Courbot
2026-02-25 20:41 ` Joel Fernandes
2026-02-26 2:26 ` Alexandre Courbot
2026-02-26 2:26 ` Alexandre Courbot
2026-02-26 21:42 ` Joel Fernandes
2026-02-27 12:00 ` Alexandre Courbot
2026-02-27 12:00 ` Alexandre Courbot
2026-02-27 11:30 ` Danilo Krummrich
2026-02-27 11:30 ` Danilo Krummrich
2026-03-02 21:18 ` Joel Fernandes
2026-03-03 21:43 ` Dave Airlie
2026-03-03 22:03 ` Danilo Krummrich [this message]
2026-03-03 22:03 ` Danilo Krummrich
2026-02-27 12:08 ` Danilo Krummrich
2026-02-27 12:08 ` Danilo Krummrich
2026-03-02 20:16 ` Joel Fernandes
2026-02-24 23:53 ` ✗ Fi.CI.BUILD: failure for Rust " Patchwork
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=DGTHJ9WTIIMY.14J3QXBSDAE6D@kernel.org \
--to=dakr@kernel.org \
--cc=a.hindborg@kernel.org \
--cc=acourbot@nvidia.com \
--cc=airlied@redhat.com \
--cc=aliceryhl@google.com \
--cc=arunpravin.paneerselvam@amd.com \
--cc=boqun@kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=gary@garyguo.net \
--cc=joel@joelfernandes.org \
--cc=joelagnelf@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lossin@kernel.org \
--cc=nouveau@lists.freedesktop.org \
--cc=ojeda@kernel.org \
--cc=rust-for-linux@vger.kernel.org \
--cc=tmgross@umich.edu \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.