All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Danilo Krummrich" <dakr@kernel.org>
To: "Gary Guo" <gary@garyguo.net>
Cc: "Miguel Ojeda" <ojeda@kernel.org>,
	"Boqun Feng" <boqun.feng@gmail.com>,
	"Björn Roy Baron" <bjorn3_gh@protonmail.com>,
	"Benno Lossin" <lossin@kernel.org>,
	"Andreas Hindborg" <a.hindborg@kernel.org>,
	"Alice Ryhl" <aliceryhl@google.com>,
	"Trevor Gross" <tmgross@umich.edu>,
	"Alexandre Courbot" <acourbot@nvidia.com>,
	"Simona Vetter" <simona@ffwll.ch>,
	"Daniel del Castillo" <delcastillodelarosadaniel@gmail.com>,
	"Joel Fernandes" <joelagnelf@nvidia.com>,
	"Alistair Popple" <apopple@nvidia.com>,
	"Shankari Anand" <shankari.ak0208@gmail.com>,
	rust-for-linux@vger.kernel.org, nouveau@lists.freedesktop.org,
	dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] gpu: nova-core: remove imports available via prelude
Date: Sun, 25 Jan 2026 22:17:17 +0100	[thread overview]
Message-ID: <DFXZDYFOPVZ5.1EM568PBOZI1F@kernel.org> (raw)
In-Reply-To: <20260123172007.136873-2-gary@garyguo.net>

On Fri Jan 23, 2026 at 6:19 PM CET, Gary Guo wrote:
> These imports are already in scope by importing `kernel::prelude::*` and
> does not need to be imported separately.
>
> Signed-off-by: Gary Guo <gary@garyguo.net>

I will pick this one up after -rc1 is out.

WARNING: multiple messages have this Message-ID (diff)
From: "Danilo Krummrich" <dakr@kernel.org>
To: "Gary Guo" <gary@garyguo.net>
Cc: "Miguel Ojeda" <ojeda@kernel.org>,
	"Boqun Feng" <boqun.feng@gmail.com>,
	"Björn Roy Baron" <bjorn3_gh@protonmail.com>,
	"Benno Lossin" <lossin@kernel.org>,
	"Andreas Hindborg" <a.hindborg@kernel.org>,
	"Alice Ryhl" <aliceryhl@google.com>,
	"Trevor Gross" <tmgross@umich.edu>,
	"Alexandre Courbot" <acourbot@nvidia.com>,
	"David Airlie" <airlied@gmail.com>,
	"Simona Vetter" <simona@ffwll.ch>,
	"Daniel del Castillo" <delcastillodelarosadaniel@gmail.com>,
	"Joel Fernandes" <joelagnelf@nvidia.com>,
	"John Hubbard" <jhubbard@nvidia.com>,
	"Alistair Popple" <apopple@nvidia.com>,
	"Lyude Paul" <lyude@redhat.com>, "Timur Tabi" <ttabi@nvidia.com>,
	"Shankari Anand" <shankari.ak0208@gmail.com>,
	rust-for-linux@vger.kernel.org, nouveau@lists.freedesktop.org,
	dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] gpu: nova-core: remove imports available via prelude
Date: Sun, 25 Jan 2026 22:17:17 +0100	[thread overview]
Message-ID: <DFXZDYFOPVZ5.1EM568PBOZI1F@kernel.org> (raw)
In-Reply-To: <20260123172007.136873-2-gary@garyguo.net>

On Fri Jan 23, 2026 at 6:19 PM CET, Gary Guo wrote:
> These imports are already in scope by importing `kernel::prelude::*` and
> does not need to be imported separately.
>
> Signed-off-by: Gary Guo <gary@garyguo.net>

I will pick this one up after -rc1 is out.

  reply	other threads:[~2026-01-25 21:17 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-23 17:19 [PATCH 0/3] Remove redundant imports of items re-exported from prelude Gary Guo
2026-01-23 17:19 ` [PATCH 1/3] gpu: nova-core: remove imports available via prelude Gary Guo
2026-01-25 21:17   ` Danilo Krummrich [this message]
2026-01-25 21:17     ` Danilo Krummrich
2026-01-27 11:30     ` Danilo Krummrich
2026-01-27 11:30       ` Danilo Krummrich
2026-01-27 11:44       ` Miguel Ojeda
2026-01-27 11:44         ` Miguel Ojeda
2026-01-30  4:42   ` Miguel Ojeda
2026-01-30  4:42     ` Miguel Ojeda
2026-01-23 17:19 ` [PATCH 2/3] block: rnull: " Gary Guo
2026-01-26 18:27   ` Andreas Hindborg
2026-01-26 18:37     ` Miguel Ojeda
2026-01-27 12:51       ` Andreas Hindborg
2026-01-23 17:19 ` [PATCH 3/3] samples: rust: " Gary Guo
2026-01-25 21:17   ` Danilo Krummrich
2026-01-26  9:23   ` Alice Ryhl
2026-01-26 15:02   ` Miguel Ojeda
2026-01-26 16:04     ` Greg Kroah-Hartman
2026-01-27 11:10   ` Miguel Ojeda
2026-01-30 12:45     ` Dirk Behme
2026-01-30 14:24       ` Gary Guo
2026-01-25 21:07 ` [PATCH 0/3] Remove redundant imports of items re-exported from prelude Miguel Ojeda
2026-01-27 16:45 ` (subset) " Jens Axboe

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=DFXZDYFOPVZ5.1EM568PBOZI1F@kernel.org \
    --to=dakr@kernel.org \
    --cc=a.hindborg@kernel.org \
    --cc=acourbot@nvidia.com \
    --cc=aliceryhl@google.com \
    --cc=apopple@nvidia.com \
    --cc=bjorn3_gh@protonmail.com \
    --cc=boqun.feng@gmail.com \
    --cc=delcastillodelarosadaniel@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gary@garyguo.net \
    --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=shankari.ak0208@gmail.com \
    --cc=simona@ffwll.ch \
    --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.