From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B3D2AC4361A for ; Thu, 3 Dec 2020 19:24:51 +0000 (UTC) Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E939D221F5 for ; Thu, 3 Dec 2020 19:24:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E939D221F5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=perches.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=ksummit-discuss-bounces@lists.linuxfoundation.org Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6565C87516; Thu, 3 Dec 2020 19:24:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pSpPgvts6XKL; Thu, 3 Dec 2020 19:24:48 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by fraxinus.osuosl.org (Postfix) with ESMTP id CCD8587475; Thu, 3 Dec 2020 19:24:48 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id A08C5C163C; Thu, 3 Dec 2020 19:24:48 +0000 (UTC) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by lists.linuxfoundation.org (Postfix) with ESMTP id EC042C0FA7 for ; Thu, 3 Dec 2020 19:24:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E7F6C87D31 for ; Thu, 3 Dec 2020 19:24:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rSoem-fdxWPC for ; Thu, 3 Dec 2020 19:24:46 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from smtprelay.hostedemail.com (smtprelay0076.hostedemail.com [216.40.44.76]) by whitealder.osuosl.org (Postfix) with ESMTPS id 92BBA87D30 for ; Thu, 3 Dec 2020 19:24:46 +0000 (UTC) Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay01.hostedemail.com (Postfix) with ESMTP id 65A38100E7B44; Thu, 3 Dec 2020 19:24:45 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: lake02_0209186273be X-Filterd-Recvd-Size: 3285 Received: from XPS-9350.home (unknown [47.151.137.21]) (Authenticated sender: joe@perches.com) by omf12.hostedemail.com (Postfix) with ESMTPA; Thu, 3 Dec 2020 19:24:44 +0000 (UTC) Message-ID: <46efd4f2168b58c0da45c08b120a1b3deef9e169.camel@perches.com> From: Joe Perches To: Konstantin Ryabitsev Date: Thu, 03 Dec 2020 11:24:43 -0800 In-Reply-To: <20201203191731.bpzvwqfldhcjhzfy@chatter.i7.local> References: <694039d6e386d999fd74d038cf2627f5b3b0ca71.camel@HansenPartnership.com> <3c11134905f06185dda4e9125f2fb7fd30fff979.camel@perches.com> <20201203191731.bpzvwqfldhcjhzfy@chatter.i7.local> User-Agent: Evolution 3.38.1-1 MIME-Version: 1.0 Cc: James Bottomley , "ksummit-discuss@lists.linuxfoundation.org" , Vlastimil Babka , LKML Subject: Re: [Ksummit-discuss] crediting bug reports and fixes folded into original patch X-BeenThere: ksummit-discuss@lists.linuxfoundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: ksummit-discuss-bounces@lists.linuxfoundation.org Sender: "Ksummit-discuss" On Thu, 2020-12-03 at 14:17 -0500, Konstantin Ryabitsev wrote: > On Thu, Dec 03, 2020 at 08:55:54AM -0800, Joe Perches wrote: > > Perhaps automate a mechanism to capture that information as > > git notes for the patches when applied. > = > Git notes have a limited usefulness for this -- they are indeed part of = > the repository, but they aren't replicated unless someone does a = > --mirror clone (or specifically fetches refs/notes/*). If the goal is to = > improve visibility for contributors, then putting this info into a git = > note will hardly make more difference than providing a Link: that = > someone has to follow to a list archival service. Or it becomes standard to fetch the refs/notes/... at the pull time. > I can offer the following proposal: > = > - kernel.org already monitors all mailing lists that are archived on = > =A0=A0lore.kernel.org for the purposes of pull request tracking = > =A0=A0(pr-tracker-bot). > - in the near future, we will add a separate process that will = > =A0=A0auto-explode all pull requests into individual patches and add them > =A0=A0to a separate public-inbox archive (think of it as another = > =A0=A0transparency log, since pull requests are transient and opaque). > = > We can additionally: > = > - identify all Link: and Message-Id: entries in commit messages, = > =A0=A0retrieve the threads they refer to, and archive them as part of the = > =A0=A0same (or adjacent) transparency log. > = > This offers an improvement over the status quo, because if = > lore.kernel.org becomes unavailable, someone would have to have access = > to all backend archive repositories it is currently tracking in order to = > be able to reconstitute relevant conversations -- whereas with this = > change, it should be sufficient to just have the copy of the = > transparency log to have a fully self-contained high-relevancy archive = > of both individual commits and conversations that happened around them. I think that would be great. Thanks. I think all the requests for additional -by: -from: signature/bylines becoe unnecessary if and when this proposal is implemented. _______________________________________________ Ksummit-discuss mailing list Ksummit-discuss@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/ksummit-discuss