From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lithops.sigma-star.at (mailout.nod.at [116.203.167.152]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6F06A43D50C for ; Fri, 27 Feb 2026 15:35:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=116.203.167.152 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772206562; cv=none; b=dtY45Wu/VN+EdrxD4a8juDXe5r+hJCO2Ul9eQ331FDwS0ruSkUBjo7Gu6F1saOm6rkmL9zHFJCcTXvJIMi17TUachLtjkyoCCtbsX23mH2dUTWN5IPVwBaiad+UNbJzKK1YcSooux/lB+CNVrErKenCVwpzEtnC7yvVfJxa1QRw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772206562; c=relaxed/simple; bh=U4pXdTOpdB1sO10xvFxz67p240gPxLCm2d4lzSdJxlg=; h=Date:From:To:Cc:Message-ID:In-Reply-To:References:Subject: MIME-Version:Content-Type; b=XLRdhIdttXwG5HQXf1xXEtS/hzIgcrjwdphfpw09hvo4UWjOUNiGC0HG3S/258fJXw4SJNUuimmzXgb2yNY+dCW5OYrF35nAkiJpT+edtsNobWi/v5ecsj7fVxi/fKnNpxN3i0LxlISMXfY67vc08KQQXOKsJZ+Z/Bl3WbbPpGE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nod.at; spf=fail smtp.mailfrom=nod.at; arc=none smtp.client-ip=116.203.167.152 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nod.at Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=nod.at Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id AC193298599; Fri, 27 Feb 2026 16:35:56 +0100 (CET) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id dQGRkIY-y3TB; Fri, 27 Feb 2026 16:35:56 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id E14D929859D; Fri, 27 Feb 2026 16:35:55 +0100 (CET) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id E6eljODaYosr; Fri, 27 Feb 2026 16:35:55 +0100 (CET) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id B17F6298599; Fri, 27 Feb 2026 16:35:55 +0100 (CET) Date: Fri, 27 Feb 2026 16:35:55 +0100 (CET) From: Richard Weinberger To: Steven Rostedt Cc: Andrew Morton , Thorsten Leemhuis , Konstantin Ryabitsev , users , ksummit Message-ID: <677258882.1999.1772206555300.JavaMail.zimbra@nod.at> In-Reply-To: <20260227101631.67756268@gandalf.local.home> References: <20251209-roaring-hidden-alligator-068eea@lemur> <20260226090425.11bb585062783c0e1fcf0b32@linux-foundation.org> <20260227101631.67756268@gandalf.local.home> Subject: Re: slowly decommission bugzilla? (was: Re: kernel.org tooling update) Precedence: bulk X-Mailing-List: ksummit@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF147 (Linux)/8.8.12_GA_3809) Thread-Topic: slowly decommission bugzilla? (was: Re: kernel.org tooling update) Thread-Index: mzZhyKGKEMeeEOcVDbWfScedFnLeBg== ----- Urspr=C3=BCngliche Mail ----- > Von: "Steven Rostedt" >> 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. >=20 > This actually sounds like a good idea. Someone just told me that they fou= nd > a bug in a driver and I asked them if they notified upstream about it. Th= ey > said no, because they didn't know how. >=20 > 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. I'm pretty sure someone can vibe code us a neat webinterface which queries get_maintainers.pl in the background. Thanks, //richard