From: "Daniel P. Berrangé" <berrange@redhat.com>
To: Warner Losh <imp@bsdimp.com>
Cc: "Alex Bennée" <alex.bennee@linaro.org>,
qemu-devel@nongnu.org, "Thomas Huth" <thuth@redhat.com>,
"Cleber Rosa" <crosa@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Mauro Carvalho Chehab" <mchehab+huawei@kernel.org>,
"Joe Perches" <joe@perches.com>, "John Snow" <jsnow@redhat.com>
Subject: Re: [RFC PATCH v2 08/16] MAINTAINERS: be realistic about *-user
Date: Tue, 3 Feb 2026 09:53:30 +0000 [thread overview]
Message-ID: <aYHFmr3hW_ghCvFI@redhat.com> (raw)
In-Reply-To: <CANCZdfrZnHWN62WZGAzyNo2JsnK0=LwExqQfYD6K_hRUE7dzMA@mail.gmail.com>
On Mon, Feb 02, 2026 at 05:49:44PM -0700, Warner Losh wrote:
> On Mon, Feb 2, 2026 at 2:57 PM Warner Losh <imp@bsdimp.com> wrote:
>
> > Just to follow up....
> >
> > On Fri, Jan 23, 2026 at 3:14 PM Warner Losh <imp@bsdimp.com> wrote:
> > So, claude looks likeit's doing a passing fair job at this work. I plan on
> > submitting
> > a patch series for one of the minor files in the coming weeks (depending on
> > how much time I can find to work on it). Any guidance you can give me up
> > front?
> >
> > Before I submit, I plan on auditing every single change to make sure claude
> > didn't introduce anything that's not in bsd-user's blitz branch. Make sure
> > the authors
> > are correct to the same level that I've been doing so far. And make sure
> > I've rewritten
> > all the commit messages.
> >
> > One question I have, should include these lines
> > 🤖 Generated with [Claude Code](https://claude.com/claude-code)
> > Co-Authored-By: Claude <noreply@anthropic.com>
> > it is adding to the commit messages or not? Claude generated this as a
> > series of
> > commits from the blitz branch to the master branch, but didn't actually
> > generate
> > any new code or fix any bugs. I'm happy to include them if you want, but
> > also
> > am weary about setting of a knee-jerk reaction that would be unhelpful
> > since
> > it's responding to the 'slop' worries and not the merits of the current
> > work.
> >
> > Comments?
> >
>
> To not clutter up the mailing list, here's the changes. They are identical
> to what's in the qemu-bsd-user blitz branch. I've not curated the commit
> messages yet (they are what claude produced, but there's no copyright
> issues with commit messages), but plan on doing so since glancing over them
> right now I do see a few minor issues that need to be tweaked.
snip
> Thanks in advance for any feedback you can provide.
I glanced at the commit messages, and they look like that have avoided the
usual AI trap of being insanely verbose. They tell the "what" of the code
changes, but not so much the "why", which is common with AI since it has
no such insight.
That's not a problem per-se. The 'why' is optional for any commit. It is
applicable if there was something notable about the choices made in the
implementation that the author wants to call out to reviewers.
If the 'Generated-with/Co-authored-by' bits are removed, I think the
commit messages at least are fine to submit, if you consider them
accurate.
I'll assume all the other usual things are checked, eg that code compiles
& tests pass at each commit in the series, checkpatch.pl is clean or any
failures are jusifiably ignored as non-applicable/ false positives, etc
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
next prev parent reply other threads:[~2026-02-03 9:54 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-23 14:57 [RFC PATCH v2 00/16] MAINTAINER updates plus conversion of get_maintainers.pl to python Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 01/16] MAINTAINERS: fix missing names Alex Bennée
2026-01-26 18:56 ` Pierrick Bouvier
2026-01-23 14:57 ` [RFC PATCH v2 02/16] MAINTAINERS: fix libvirt entry Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 03/16] MAINTAINERS: regularise the status fields Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 04/16] MAINTAINERS: remove myself as reviewer Alex Bennée
2026-01-26 18:56 ` Pierrick Bouvier
2026-01-23 14:57 ` [RFC PATCH v2 05/16] MAINTAINERS: add maintainer for docs/ Alex Bennée
2026-01-26 18:42 ` Philippe Mathieu-Daudé
2026-01-23 14:57 ` [RFC PATCH v2 06/16] MAINTAINERS: update Arm to Supported status Alex Bennée
2026-01-26 18:43 ` Philippe Mathieu-Daudé
2026-01-23 14:57 ` [RFC PATCH v2 07/16] MAINTAINERS: add reviewer for linux-user Alex Bennée
2026-01-26 18:43 ` Philippe Mathieu-Daudé
2026-01-23 14:57 ` [RFC PATCH v2 08/16] MAINTAINERS: be realistic about *-user Alex Bennée
2026-01-23 15:12 ` Warner Losh
2026-01-23 16:15 ` Alex Bennée
2026-01-23 22:09 ` Warner Losh
2026-01-26 14:37 ` Konstantin Ryabitsev
2026-01-23 16:57 ` Daniel P. Berrangé
2026-01-23 22:14 ` Warner Losh
2026-02-02 21:57 ` Warner Losh
2026-02-03 0:49 ` Warner Losh
2026-02-03 9:53 ` Daniel P. Berrangé [this message]
2026-02-03 9:43 ` Daniel P. Berrangé
2026-02-03 10:58 ` Markus Armbruster
2026-01-23 14:57 ` [RFC PATCH v2 09/16] scripts/get_maintainer.py: minimal argument parsing Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 10/16] scripts/get_maintainer.py: resolve the source path Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 11/16] scripts/get_maintainer.py: initial parsing of MAINTAINERS Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 12/16] scripts/get_maintainer.py: add support for -f Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 13/16] scripts/get_maintainer.py: add support reading patch files Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 14/16] scripts/get_maintainer.py: add keyword (K:) support Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 15/16] scripts/get_maintainer.py: implement basic git fallback support Alex Bennée
2026-01-23 14:57 ` [RFC PATCH v2 16/16] gitlab: add a check-maintainers task Alex Bennée
2026-01-23 15:42 ` [RFC PATCH v2 00/16] MAINTAINER updates plus conversion of get_maintainers.pl to python Pierrick Bouvier
2026-01-23 16:18 ` Alex Bennée
2026-01-23 18:04 ` Pierrick Bouvier
2026-01-23 17:54 ` Joe Perches
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=aYHFmr3hW_ghCvFI@redhat.com \
--to=berrange@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=crosa@redhat.com \
--cc=imp@bsdimp.com \
--cc=joe@perches.com \
--cc=jsnow@redhat.com \
--cc=mchehab+huawei@kernel.org \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.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 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.