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 89F7E2F for ; Sat, 24 Aug 2019 23:13:29 +0000 (UTC) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 2397067F for ; Sat, 24 Aug 2019 23:13:29 +0000 (UTC) Date: Sat, 24 Aug 2019 19:13:05 -0400 From: "Theodore Y. Ts'o" To: Thomas Gleixner Message-ID: <20190824231305.GC5163@mit.edu> References: <20190823151843.GH8130@mit.edu> <20190823161947.GA112509@dtor-ws> <20190823164602.GB112509@dtor-ws> <20190823193832.GE4791@pendragon.ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: Joel Fernandes , Barret Rhoden , ksummit , Greg Kroah-Hartman , Jonathan Nieder , Tomasz Figa , Han-Wen Nienhuys , Theodore Tso , David Rientjes , Dmitry Torokhov , Dmitry Vyukov Subject: Re: [Ksummit-discuss] Allowing something Change-Id (or something like it) in kernel commits List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Aug 23, 2019 at 11:15:55PM +0200, Thomas Gleixner wrote: > For incoming stuff, I just mark a full mailthread or several of them in the > mail client, store it as mbox and then I have a script which creates a > quilt series out of it. That script does a bunch of things: > > - Collect Reviewed-by, Acked-by, Tested-by tags either from individual > replies or replies to the cover letter. The latter apply to the whole > series. > > - Adds my Signed-off-by > > - Extract message-id for each patch and add the > Link: https://lkml.kernel.org/r/$MSGID > > - A few magic things which I need for my emacs integration I use quilt for processing incoming changes for ext4 as well; would you mind sharing your script? This sounds like it would be really useful for me. Thanks!! - Ted