Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757060AbbEVN10 (ORCPT ); Fri, 22 May 2015 09:27:26 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:49155 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161009AbbEVN1X (ORCPT ); Fri, 22 May 2015 09:27:23 -0400 From: Arnd Bergmann To: Thierry Reding Cc: Greg Kroah-Hartman , Kevin Hilman , Scot Doyle , Tomi Valkeinen , Michael Kerrisk , Jiri Slaby , Jean-Christophe Plagniol-Villard , Pavel Machek , Geert Uytterhoeven , lkml , linux-fbdev@vger.kernel.org, linux-man@vger.kernel.org, linux-api@vger.kernel.org, Tyler Baker , Olof Johansson , Daniel Stone Subject: Re: [PATCH v2 2/3] fbcon: use the cursor blink interval provided by vt Date: Fri, 22 May 2015 15:24:30 +0200 Message-ID: <2820529.TShzski8m6@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20150522114957.GF16507@ulmo> References: <3661627.JqpS87pBks@wuerfel> <20150522114957.GF16507@ulmo> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:oRtfoZS8iUvYeLIRdGQr746JycgBDzL7IVqUOJPOLjZcb2dAh9C 5m5tw56sg9fKXntCwPSS+YKxppg6hFHPWhgFtXoCjb41BzclZY6xU0S48d7I5C49a19bXrc bJI2JtYsx7pOWSupD209t9gem0HbxZZoSQcVoqtuoZ00J6XgyiHNQ9crBD5SJYOOBlJ2SDX UJ8P7ccmPyupjg3VelmSg== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1643 Lines: 36 On Friday 22 May 2015 13:49:58 Thierry Reding wrote: > On Fri, May 22, 2015 at 12:33:42PM +0200, Arnd Bergmann wrote: > > On Friday 22 May 2015 12:00:03 Thierry Reding wrote: > > > > > > > Remember, if I have to hand-edit, or do something special with your > > > > patch, I will not do it, you need to do it correctly to make > > > > maintainer's lives easier, not harder, given that maintainers are the > > > > limited resouce, not developers. > > > > > > I understand. I'll make a mental note to never send you patches as > > > attachment again. > > > > > > > Better make that a general rule. My workflow is different from Greg's > > but also doesn't cope well with attachments. A lot of people in turn > > have problems quoting from an attachment when replying to the patch, > > which happens to work for me. > > Okay. Any hints on how to simplify sending out such patches with the > same list of recipients? I find it very annoying to have to manually > copy each recipient into the git send-email command-line, but I don't > know of a better way to do it. Replying to an email from the MUA will > at least do that automatically. You can have a line starting with 8<------ (the scissors symbol) after your reply, and then paste the patch below. I usually use 'git show --format=email | xclip' to copy the patch into the X clipboard and paste it into the email window from there. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/