From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay.hostedemail.com (smtprelay0016.hostedemail.com [216.40.44.16]) (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 D9E0E43DA56 for ; Fri, 27 Feb 2026 15:45:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=216.40.44.16 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772207106; cv=none; b=fRqkrx9LMx1rZoP4c52C8f8UtVtiZ9/gMbeqmwrLK718eSdBubFCYlzMR1PkDeOrHQco9HMtkOWoYKEMDdfKIm7JdexAmDDUMZqRQFagD2QeDty9e3IJjlI6Wpb6Qeb9KLXIu+BDmt1avP4x1KzwxAq8qfm5LnWaswYIxlLlVzo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772207106; c=relaxed/simple; bh=acCFWFL5cQQMzlwaF3nKbcKIsIgKCJNZmkUSWADJo3Q=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=LsnWbj7t7auJLsBcI3SAOw+EYdAVjYDWg4eVKAcMr6Y8ulL6ncGckdUB5boje7tTb231Txn4UE2nw93lEuzfdtdMmjp82mner1x3txa8GfSM5txH3cXtZllo9g22+rLTKz+D+RS9MrCqrFQ8XCqkBs7VzwVrTZDOD4R8Lf+HQYw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=goodmis.org; spf=pass smtp.mailfrom=goodmis.org; arc=none smtp.client-ip=216.40.44.16 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=goodmis.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=goodmis.org Received: from omf05.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay03.hostedemail.com (Postfix) with ESMTP id 703DDBB231; Fri, 27 Feb 2026 15:45:03 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: rostedt@goodmis.org) by omf05.hostedemail.com (Postfix) with ESMTPA id 70BCA20011; Fri, 27 Feb 2026 15:45:01 +0000 (UTC) Date: Fri, 27 Feb 2026 10:44:59 -0500 From: Steven Rostedt To: Mark Brown Cc: Andrew Morton , Thorsten Leemhuis , Konstantin Ryabitsev , users@kernel.org, ksummit@lists.linux.dev Subject: Re: slowly decommission bugzilla? (was: Re: kernel.org tooling update) Message-ID: <20260227104459.2ff7b561@fedora> In-Reply-To: References: <20251209-roaring-hidden-alligator-068eea@lemur> <20260226090425.11bb585062783c0e1fcf0b32@linux-foundation.org> <20260227101631.67756268@gandalf.local.home> X-Mailer: Claws Mail 4.3.1 (GTK 3.24.51; x86_64-redhat-linux-gnu) Precedence: bulk X-Mailing-List: ksummit@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Stat-Signature: jepqp6etrsrk695juxhrhm4dkm59qbxm X-Rspamd-Server: rspamout04 X-Rspamd-Queue-Id: 70BCA20011 X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Session-ID: U2FsdGVkX1/XRfDgazMX/EJrcLPpY2Ym2E8T9X5CfRg= X-HE-Tag: 1772207101-79334 X-HE-Meta: U2FsdGVkX1/tVqhqUm6VHTtHZOLe+qmTUi6c2hKmH7WaHW16qLDp8iwo6oqmKSiB+ilUgtx1gUg5onxSkUHr/475h11UhYOA+Hg61SUQvv415Bc6Ka7zsNlIunMVzFnHZ+rbXAv0e5ciP+KhjCVbQJlpgCUPYKaGNm/F+HH1Bp9BeLYdbiWuVHyrmMIN+v23N3e+4YenQHkoCoNq/dh08zNLg00FVE2Pltd9s/VR3qwZM0Bamq1a5Q3UJG8O5CLH70hpFxm7y1OS12MLJjN7KppNzOEYTyRoZVVk4wzhGbIZTgGOc3nhshLgQZcocvGhBxYNZABfqz7dbeSanTpRerfkY7SStYHQ On Fri, 27 Feb 2026 15:18:10 +0000 Mark Brown wrote: > On Fri, Feb 27, 2026 at 10:16:31AM -0500, Steven Rostedt wrote: > > > 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. > > ./scripts/get_maintainer.pl --file is a bit more direct there. Yeah, I always forget that it can handle files. I only run it on patches. I was also using it as a way to get someone used to making patches ;-) -- Steve