Re: slowly decommission bugzilla? (was: Re: kernel.org tooling update)

Steven Rostedt <[email protected]> Fri, 27 Feb 2026 10:16:31 -0500
Newsgroups dev.linux.lists.ksummit
Message-ID <[email protected]>
On Thu, 26 Feb 2026 09:04:25 -0800
Andrew Morton <[email protected]> wrote:

> Perhaps point people at scripts/get_maintainer.pl
> 
> Or heck, add a front-end to get_maintainer right here in this web page.
> People paste in a pathname and it spits back a bunch of email
> addresses.

This actually sounds like a good idea. Someone just told me that they found
a bug in a driver and I asked them if they notified upstream about it. They
said no, because they didn't know how.

I just told them to randomly modify the file, do a git diff and redirect it
into another file (making a random patch), and run get_maintainers.pl on
it. That's a big hack and having a better interface to point others too
would be useful.

-- Steve