From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Thorsten Leemhuis <linux@leemhuis.info>
Cc: Konstantin Ryabitsev <konstantin@linuxfoundation.org>,
users@kernel.org, ksummit@lists.linux.dev
Subject: Re: slowly decommission bugzilla?
Date: Thu, 2 Apr 2026 18:45:52 +0300 [thread overview]
Message-ID: <20260402154552.GF3757725@killaraus.ideasonboard.com> (raw)
In-Reply-To: <ef874caf-5345-4c0d-8855-1338b5177d8b@leemhuis.info>
On Thu, Apr 02, 2026 at 03:42:04PM +0200, Thorsten Leemhuis wrote:
> On 4/2/26 06:59, Konstantin Ryabitsev wrote:
> > On Thu, Feb 26, 2026 at 09:44:32AM +0100, Thorsten Leemhuis wrote:
> >> Lo! I wonder if we should slowly and publicly start decommission
> >> bugzilla in areas where it's not working well today. I have a few
> >> reasons for that:
> >>
> >>> It may be time to kill bugzilla:
> >>>
> >>> - despite periodic "we're not dead yet" emails, it doesn't appear very
> >>> active
> >>> - the upgrade path to 6.0 is broken for us due to bugzilla abandoning the
> >>> 5.2 development branch and continuing with 5.1
> >>
> >> * It looks like we will decommission Bugzilla anyway, and a replacement
> >> is afaics likely quite a while (years?) away
>
> Seems we'll get there faster. Thx Konstantin!
>
> >> -- so what is there now will likely be kept running for a while.
> > Thank you for starting the thread -- it's been burning a hole through my inbox
> > and I honestly wasn't trying to ignore it. :)
>
> No worries, I from social.kernel.org posts in March had noticed that you
> were working on something, so I let things rest.
>
> But this git-bug thing will take a while to get established. That makes
> me wonder if we independent of that should do what was partly discussed
> in this thread:
>
> Change the front page text of bugzilla now to at least make people
> better aware that it might be a bad place to file bug (which even some
> kernel developers are not aware of).
>
> > - anyone can go to a site like bugs.kernel.org, which will be a simple bug
> > entry form of the style:
> >
> > 1. tell us what happened
> > 2. attach any files you want to attach
> > 3. tell us how we can contact you (with round-trip verification)
> >
> > - the report then goes into a review queue that can be pre-processed by an LLM
> > to help immediately weed out non-actionable items: spam, reports for tainted
> > kernels, reports for distro kernels, etc. The agent can reply with
> > cookie-cutter answers to those with a suggested course of action:
> >> 1. Please report this to your distro here: {url}
> > 2. Sorry, we can't help you because you're running a binary-only driver
> > 3. This report is for kernel 2.6, what is even happening?
>
> If you ask me, that's the wrong way around. We IMHO want an LLM that
> helps users to submit good reports directly. That is in the interest of
> users, as then they won't waste time on submitting something that an LLM
> later will reject quickly, which they'll rightfully find annoying. And I
> guess it will be less work and thus cheaper for LLM, too.
We would still accept bug reports generated without that tool, and
document what we expect from a properly formatted bug report, right ?
> The LLM, for example, could, at the start of the process, query (or ask)
> "uname -r" and ask "Is it a bug with a graphics driver for AMD or Intel"
> -- and depending on the outcome tell users, "You are at the wrong place,
> you have a heavily patched and outdated kernel, your want to file that
> at your distro" or "You are in the wrong place, you have to file that at
> gitlab.freedesktop.org/drm/".
>
> In fact I started looking into something like that two days ago (by
> taking a closer look at Chris's review prompts and how sashiko uses them
> -- and how something like that can be used for a LLM assisted bug
> reporting process. But I need a few days to see if I get this to work well.
>
> > - the agent can also try to figure out which subsystem this report is for
> > based on the details of the report; this is where various tools to extract
> > info from dumps would come in handy
>
> Just wondering: what Richard posted in this thread (would you be willing
> to host that?), or do you have something else in mind?
>
> > -- though I expect final human-based
> > review will be required for this to be not waste people's time
> Yeah, but that is always the case at some point -- whatever we do will
> likely improve things for developers and users.
>
> > [...]
> > - the maintainers can their either handle this directly via email without
> > turning the report into a bug entry, or they can use the above described
> > tooling to manage the bug report's lifecycle via git-bug/b4 bugs
>
> There will be a email on lore in the latter case, too? Sounds like it,
> but I just want to be sure. Because it's already painful to search for
> existing bugs, as one has to search lore, bugzilla, and in some cases
> places like gitlab.freedesktop.org/drm/,
> https://github.com/thesofproject/linux/issues,
> https://github.com/AsahiLinux/linux/issues,
> https://github.com/Rust-for-Linux/linux/issues,
> https://github.com/multipath-tcp/mptcp_net-next/issues,
> https://github.com/facebook/zstd/issues, etc. Would be good to lower
> that number; in a ideal world we'd likely have a "bugs" mailing list
> where all of those external issue tracker automatically forward all
> newly submitted issues and later replies to.
>
> > This is my "bird's eye view" proposal, and I'm happy to now refine this and
> > find a solution that would be actually useful to maintainers.
>
> All that sounds like I can continue with regzbot (which we soon
> hopefully will rework to make it more useful for everyone) without
> stepping on each others toes and solving the same or similar problems
> twice? Because that would be a pity and a waste or rare ressources,
> which I guess we'd all like to avoid.
>
> But regzbot afaics (and definitively correct me if I'm wrong) handles
> just a subset of bugs -- but does that in all the places (email, gitlab,
> github), which git-bug won't be able to handle afaics. I see some
> overlap with bugspray (which seems to be still involved, am I right?),
> but I guess we might find a way to work together there.
>
> Ciao, Thorsten
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2026-04-02 15:46 UTC|newest]
Thread overview: 117+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-10 4:48 kernel.org tooling update Konstantin Ryabitsev
2025-12-10 8:11 ` Mauro Carvalho Chehab
2025-12-10 13:30 ` Thorsten Leemhuis
2025-12-11 3:04 ` Theodore Tso
2025-12-12 23:48 ` Stephen Hemminger
2025-12-12 23:54 ` Randy Dunlap
2025-12-16 16:21 ` Lukas Wunner
2025-12-16 20:33 ` Jeff Johnson
2025-12-17 0:47 ` Mario Limonciello
2025-12-18 13:37 ` Jani Nikula
2025-12-18 14:09 ` Mario Limonciello
2026-01-23 9:19 ` Web of Trust work [Was: kernel.org tooling update] Uwe Kleine-König
2026-01-23 9:29 ` Greg KH
2026-01-23 11:47 ` Mauro Carvalho Chehab
2026-01-23 11:58 ` Greg KH
2026-01-23 12:24 ` Mauro Carvalho Chehab
2026-01-23 12:29 ` Greg KH
2026-01-23 13:57 ` Konstantin Ryabitsev
2026-01-23 16:24 ` James Bottomley
2026-01-23 16:33 ` Greg KH
2026-01-23 16:42 ` Joe Perches
2026-01-23 17:00 ` Steven Rostedt
2026-01-23 17:23 ` James Bottomley
2026-01-23 18:23 ` Konstantin Ryabitsev
2026-01-23 21:12 ` Uwe Kleine-König
2026-01-26 16:23 ` Konstantin Ryabitsev
2026-01-26 17:32 ` Uwe Kleine-König
2026-01-26 21:01 ` Konstantin Ryabitsev
2026-01-26 23:23 ` James Bottomley
2026-01-27 8:39 ` Uwe Kleine-König
2026-01-27 21:08 ` Linus Torvalds
2026-02-04 10:49 ` Uwe Kleine-König
2026-02-05 10:14 ` James Bottomley
2026-02-05 18:07 ` Uwe Kleine-König
2026-02-05 18:23 ` Konstantin Ryabitsev
2026-01-26 23:33 ` Mauro Carvalho Chehab
2026-01-26 23:06 ` Mauro Carvalho Chehab
2026-01-23 21:38 ` James Bottomley
2026-01-23 22:55 ` Mauro Carvalho Chehab
2026-01-23 16:38 ` Konstantin Ryabitsev
2026-01-23 17:02 ` Paul Moore
2026-03-08 7:21 ` Uwe Kleine-König
2026-03-08 10:24 ` Greg KH
2026-03-18 14:02 ` Greg KH
2026-01-23 18:42 ` kernel.org tooling update Randy Dunlap
2026-02-26 8:44 ` slowly decommission bugzilla? (was: Re: kernel.org tooling update) Thorsten Leemhuis
2026-02-26 14:40 ` Andrew G. Morgan
2026-02-26 17:04 ` Andrew Morton
2026-02-27 11:07 ` Jani Nikula
2026-02-27 15:16 ` Steven Rostedt
2026-02-27 15:18 ` Mark Brown
2026-02-27 15:44 ` Steven Rostedt
2026-02-27 15:18 ` slowly decommission bugzilla? Sven Peter
2026-02-27 15:35 ` slowly decommission bugzilla? (was: Re: kernel.org tooling update) Richard Weinberger
2026-02-27 16:00 ` Geert Uytterhoeven
2026-02-27 16:22 ` Richard Weinberger
2026-02-27 16:29 ` Peter Zijlstra
2026-02-27 17:07 ` James Bottomley
2026-02-28 13:41 ` slowly decommission bugzilla? Thorsten Leemhuis
2026-02-28 15:17 ` Richard Weinberger
2026-02-28 17:40 ` Linus Torvalds
2026-02-28 18:29 ` Richard Weinberger
2026-02-28 20:26 ` Steven Rostedt
2026-02-28 20:28 ` Richard Weinberger
2026-02-28 20:56 ` Steven Rostedt
2026-03-01 15:23 ` Sasha Levin
2026-03-01 15:35 ` Laurent Pinchart
2026-03-01 15:42 ` Sasha Levin
2026-03-01 16:13 ` Laurent Pinchart
2026-03-01 16:27 ` Sasha Levin
2026-03-06 15:01 ` Laurent Pinchart
2026-03-07 16:19 ` Sasha Levin
2026-03-01 16:15 ` James Bottomley
2026-03-01 16:49 ` Laurent Pinchart
2026-03-02 8:55 ` Mauro Carvalho Chehab
2026-03-01 17:33 ` Linus Torvalds
2026-03-02 20:28 ` [RFC] kallsyms: embed source file:line info in kernel stack traces Sasha Levin
2026-03-03 5:39 ` Alexey Dobriyan
2026-03-03 12:44 ` Sasha Levin
2026-03-03 13:17 ` Steven Rostedt
2026-03-03 16:35 ` Sasha Levin
2026-03-06 15:22 ` Laurent Pinchart
2026-03-03 19:09 ` Alexey Dobriyan
2026-03-03 6:26 ` Richard Weinberger
2026-03-03 6:48 ` Tomasz Figa
2026-03-03 9:04 ` Vlastimil Babka (SUSE)
2026-03-03 12:45 ` Sasha Levin
2026-03-03 8:11 ` Geert Uytterhoeven
2026-03-03 9:31 ` Jiri Slaby
2026-03-03 12:47 ` Sasha Levin
2026-03-03 12:58 ` James Bottomley
2026-03-03 13:08 ` Jürgen Groß
2026-03-03 8:09 ` Geert Uytterhoeven
2026-03-03 22:44 ` Helge Deller
2026-03-03 22:47 ` Sasha Levin
2026-03-01 16:01 ` slowly decommission bugzilla? James Bottomley
2026-03-01 16:16 ` Sasha Levin
2026-03-01 16:25 ` James Bottomley
2026-03-01 16:33 ` Sasha Levin
2026-03-06 10:37 ` Richard Weinberger
2026-03-06 10:44 ` Geert Uytterhoeven
2026-03-15 14:58 ` Richard Weinberger
2026-03-16 11:28 ` Greg KH
2026-03-16 21:56 ` Richard Weinberger
2026-03-17 7:51 ` Greg Kroah-Hartman
2026-04-02 4:59 ` slowly decommission bugzilla? (was: Re: kernel.org tooling update) Konstantin Ryabitsev
2026-04-02 13:07 ` Theodore Tso
2026-04-02 13:28 ` Konstantin Ryabitsev
2026-04-02 14:08 ` Theodore Tso
2026-04-02 14:21 ` Konstantin Ryabitsev
2026-04-02 14:49 ` Steven Rostedt
2026-04-02 13:51 ` James Bottomley
2026-04-02 13:42 ` slowly decommission bugzilla? Thorsten Leemhuis
2026-04-02 14:04 ` Konstantin Ryabitsev
2026-04-02 14:15 ` Richard Weinberger
2026-04-02 15:45 ` Laurent Pinchart [this message]
2026-04-02 16:04 ` Thorsten Leemhuis
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=20260402154552.GF3757725@killaraus.ideasonboard.com \
--to=laurent.pinchart@ideasonboard.com \
--cc=konstantin@linuxfoundation.org \
--cc=ksummit@lists.linux.dev \
--cc=linux@leemhuis.info \
--cc=users@kernel.org \
/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