From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 1wt.eu (wtarreau.pck.nerim.net [62.212.114.60]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 5D8DD3C2A; Sun, 2 Oct 2022 18:03:33 +0000 (UTC) Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 292HveuS021796; Sun, 2 Oct 2022 19:57:40 +0200 Date: Sun, 2 Oct 2022 19:57:40 +0200 From: Willy Tarreau To: "Artem S. Tashkinov" Cc: "Theodore Ts'o" , Thorsten Leemhuis , Greg KH , Konstantin Ryabitsev , workflows@vger.kernel.org, LKML , Linus Torvalds , "regressions@lists.linux.dev" , ksummit@lists.linux.dev, Mario Limonciello Subject: Re: Planned changes for bugzilla.kernel.org to reduce the "Bugzilla blues" Message-ID: <20221002175740.GA21700@1wt.eu> References: <9a2fdff8-d0d3-ebba-d344-3c1016237fe5@gmx.com> <83f6dd2b-784a-e6d3-ebaf-6ad9cfe4eefe@gmx.com> <79bb605a-dab8-972d-aa4a-a5e5ee49387c@gmx.com> 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-Disposition: inline In-Reply-To: <79bb605a-dab8-972d-aa4a-a5e5ee49387c@gmx.com> User-Agent: Mutt/1.10.1 (2018-07-13) On Sun, Oct 02, 2022 at 12:49:04PM +0000, Artem S. Tashkinov wrote: > The current ill-maintained semi-functional bugzilla has proven to be a > ton more useful than random mailing lists no sane person can keep track > of. Bug "reports", i.e. random emails are neglected and forgotten. LKML > is the worst of them probably. You seem to completely miss the point. There's no need for *someone* to keep track of the whole mailing lists, these mailing lists are used daily by thousands of people. It's a *collective* effort. What matters is that there exists someone among these people who will deal with your request. Do patches fall through the cracks ? Sure! And so what ? The important ones are eventually noticed or resent, and there's no harm in sending a "ping" once in a while. Actually I find bug trackers worse for this, because they give the reporter the impression that their report is being handled while many times there's noone reading at the other end due to the amount of stuff that has to be triaged. With mailing lists, a sender who gets no response starts to wonder whether anything wrong happened and is more naturally going to ask if the message was properly received, thus reviving it. It's extremely rare that nobody responds to a retry on a first message. > As I've said many times already: bugzilla must be an opt-out, not opt-in > experience/option. That's the best way to make sure those who feel annoyed by this spam will just redirect the bug tracker's address to /dev/null and will never ever receive any message from it anymore. That's quite a common pattern, I'm surprised that it's even still proposed as a solution... > Let's subscribe the past six months of developers using git commits and > if someone doesn't like getting emails they go to the website and > unsubscribe _once_ which takes a minute. This is a non-issue I've no > clue why we're dwelling on it. Maybe because you have not yourself been spammed by bots that each require a different way to unsubscribe/unregister/reconfigure options ? > Let's operate with some examples: > > Bugzilla gets around two dozen bug reports weekly which encompass at > most thirty emails, which equals to four emails daily on average. That's roughly what I was getting from github when I disabled all notifications. > LKML alone sees up to a hundred emails _daily_. With a difference that these ones are not necessarily *read*, they're *scanned* by many of us before being archived via a single- or two-key shortcut, with a particular focus only on some messages or series (hence the importance of a good subject). Willy