From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 81868D93 for ; Tue, 2 Jul 2019 23:31:12 +0000 (UTC) Received: from mail-pl1-f196.google.com (mail-pl1-f196.google.com [209.85.214.196]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 362BA70D for ; Tue, 2 Jul 2019 23:31:12 +0000 (UTC) Received: by mail-pl1-f196.google.com with SMTP id m7so118903pls.8 for ; Tue, 02 Jul 2019 16:31:12 -0700 (PDT) Date: Tue, 2 Jul 2019 16:31:10 -0700 From: Kees Cook To: Theodore Ts'o Message-ID: <201907021630.A85C3F3@keescook> References: <1562080696.3321.21.camel@HansenPartnership.com> <37eb32f3-f341-b1d8-293b-c119ae278b4f@linuxfoundation.org> <1562082713.3321.38.camel@HansenPartnership.com> <201907020926.FB19EDEBCC@keescook> <1562103238.3321.66.camel@HansenPartnership.com> <1562106408.29304.11.camel@HansenPartnership.com> <20190702224347.GJ3032@mit.edu> <201907021559.FEC3922@keescook> <20190702231858.GK3032@mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190702231858.GK3032@mit.edu> Cc: James Bottomley , ksummit-discuss@lists.linuxfoundation.org Subject: Re: [Ksummit-discuss] [MAINTAINERS SUMMIT] Patch version changes in commit logs? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Jul 02, 2019 at 07:18:58PM -0400, Theodore Ts'o wrote: > On Tue, Jul 02, 2019 at 04:04:31PM -0700, Kees Cook wrote: > > > Step 1) git config am.messageid true > > > > This is a lossy action: we don't know which list the ID came from (e.g. > > many things are sent to subsystem lists and not lkml). > > Why do we need to care which list the ID came from? Many messages are > cc'ed to multiple lists that are archived on lore.kernel.org. And it > doesn't matter: > > lore.kernel.org/r/ > > ... will work without needing to know which list it was sent to. Ah yeah, good point. I temporarily forgot about /r/ from reading lorifier.py :) -- Kees Cook