From: Danilo Krummrich <dakr@kernel.org>
To: Alex Deucher <alexdeucher@gmail.com>
Cc: "Simona Vetter" <simona.vetter@ffwll.ch>,
phasta@kernel.org, "Christian König" <christian.koenig@amd.com>,
tursulin@ursulin.net, amd-gfx@lists.freedesktop.org,
dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 1/4] drm/sched: optimize drm_sched_job_add_dependency
Date: Wed, 28 May 2025 16:47:00 +0200 [thread overview]
Message-ID: <aDch5McYYa3AVtTV@pollux> (raw)
In-Reply-To: <aDcgAG0R-NxT0PaC@pollux>
On Wed, May 28, 2025 at 04:39:01PM +0200, Danilo Krummrich wrote:
> On Wed, May 28, 2025 at 09:29:30AM -0400, Alex Deucher wrote:
> > On Wed, May 28, 2025 at 8:45 AM Simona Vetter <simona.vetter@ffwll.ch> wrote:
> > > I do occasionally find it useful as a record of different approaches
> > > considered, which sometimes people fail to adequately cover in their
> > > commit messages. Also useful indicator of how cursed a patch is :-)
> > >
> > > But as long as anything relevant does end up in the commit message and
> > > people don't just delete stuff I don't care how it's done at all. It's
> > > just that the cost of deleting something that should have been there can
> > > be really nasty sometimes, and storage is cheap.
> >
> > I like them for the same reasons. Also, even with links, sometimes
> > there are forks of the conversation that get missed that a changelog
> > provides some insight into. I find it useful in my own development as
> > I can note what I've changed in a patch and can retain that in the
> > commit rather than as something I need to track separately and then
> > add to the patches when I send them out.
>
> Personally, I don't think it's super useful in the commit message, it still
> remains in the patches sent to the mailing list though. And since we put lore
> links everywhere, it's easily accessible, *including* the context of why a
> change was made from one version to another, i.e. the full conversation.
>
> However, if we really want that, we should make it an offical thing, since
> currently the kernel's process documentation [1] clearly states otherwise:
>
> "Please put this information after the '---' line which separates the changelog
> from the rest of the patch. The version information is not part of the changelog
> which gets committed to the git tree. It is additional information for the
> reviewers. If it's placed above the commit tags, it needs manual interaction to
> remove it."
>
> Alternatively, it can go into the cover letter.
One additional note:
This is not me trying to be super bureaucratic; instead I think being consistent
in the process across the whole kernel results in a better experience for (new)
contributors.
> [1] https://docs.kernel.org/process/submitting-patches.html#commentary
next prev parent reply other threads:[~2025-05-28 14:47 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-23 12:56 Fixing AMDGPUs gang submit error handling Christian König
2025-05-23 12:56 ` [PATCH 1/4] drm/sched: optimize drm_sched_job_add_dependency Christian König
2025-05-23 13:49 ` Tvrtko Ursulin
2025-05-23 14:11 ` Danilo Krummrich
2025-05-23 14:16 ` Danilo Krummrich
2025-05-26 9:25 ` Christian König
2025-05-26 9:34 ` Philipp Stanner
2025-05-26 11:16 ` Christian König
2025-05-26 11:27 ` Philipp Stanner
2025-05-28 12:30 ` Simona Vetter
2025-05-28 13:24 ` Christian König
2025-05-28 13:29 ` Alex Deucher
2025-05-28 14:38 ` Danilo Krummrich
2025-05-28 14:47 ` Danilo Krummrich [this message]
2025-06-03 11:34 ` Simona Vetter
2025-05-24 11:17 ` Danilo Krummrich
2025-05-26 10:59 ` Christian König
2025-05-26 11:14 ` Danilo Krummrich
2025-05-26 11:36 ` Christian König
2025-05-26 7:28 ` Philipp Stanner
2025-05-23 12:56 ` [PATCH 2/4] drm/sched: add drm_sched_prealloc_dependency_slots Christian König
2025-05-23 12:56 ` [PATCH 3/4] drm/sched: Add a test for prealloced fence slots Christian König
2025-05-23 12:56 ` [PATCH 4/4] drm/amdgpu: fix gang submission error handling Christian König
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=aDch5McYYa3AVtTV@pollux \
--to=dakr@kernel.org \
--cc=alexdeucher@gmail.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=christian.koenig@amd.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=phasta@kernel.org \
--cc=simona.vetter@ffwll.ch \
--cc=tursulin@ursulin.net \
/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).