From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752753Ab3EJLHI (ORCPT ); Fri, 10 May 2013 07:07:08 -0400 Received: from mail-ee0-f46.google.com ([74.125.83.46]:48891 "EHLO mail-ee0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751659Ab3EJLHH (ORCPT ); Fri, 10 May 2013 07:07:07 -0400 Date: Fri, 10 May 2013 13:07:02 +0200 From: Ingo Molnar To: Borislav Petkov Cc: Peter Zijlstra , Sasha Levin , torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, jamie.iles@oracle.com, penberg@kernel.org, acme@ghostprotocols.net, paulus@samba.org, namhyung@kernel.org, Andrew Morton , Thomas Gleixner Subject: Re: [PATCH v3 8/9] liblockdep: Add the 'lockdep' user-space utility Message-ID: <20130510110702.GA19068@gmail.com> References: <1368115089-8909-1-git-send-email-sasha.levin@oracle.com> <1368115089-8909-9-git-send-email-sasha.levin@oracle.com> <20130510091912.GD3039@dyad.programming.kicks-ass.net> <20130510093557.GA16429@gmail.com> <20130510104134.GE31235@dyad.programming.kicks-ass.net> <20130510110046.GB18805@gmail.com> <20130510111027.GB23014@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130510111027.GB23014@pd.tnic> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Borislav Petkov wrote: > On Fri, May 10, 2013 at 01:00:46PM +0200, Ingo Molnar wrote: > > The way I do it is that I have two files named 'ack' and 'sob', with > > my Acked-by and Signed-off-by lines in them, so I can read them into > > whatever editing context I need them, without typing out the full > > thing. > > You must have a 'nack' one too :-) Or you rather relish typing this > everytime by hand, with gusto? No, I have a 'by' file which contains: -by: Ingo Molnar Which I can then extend with rare tags like Reported-by, Tested-by or NAK-ed-by :-) Thanks, Ingo