From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752650AbdEDAY7 (ORCPT ); Wed, 3 May 2017 20:24:59 -0400 Received: from smtprelay0127.hostedemail.com ([216.40.44.127]:33323 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751797AbdEDAYw (ORCPT ); Wed, 3 May 2017 20:24:52 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::,RULES_HIT:41:355:379:541:599:800:960:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:2689:2828:2892:3138:3139:3140:3141:3142:3354:3622:3865:3866:3867:3868:3870:3872:3873:4321:5007:7903:10004:10400:10848:11232:11658:11914:12050:12555:12663:12740:12760:12895:12986:13069:13311:13357:13439:13870:14096:14097:14180:14181:14659:14721:14777:21060:21080:21324:21433:21451:21627:30022:30054:30075:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: space69_47585c0a8b460 X-Filterd-Recvd-Size: 2772 Message-ID: <1493857488.22125.31.camel@perches.com> Subject: Re: [PATCH] ARM: Fix __show_regs output timestamps From: Joe Perches To: Russell King - ARM Linux Cc: linux-kernel@vger.kernel.org, Andreas Kemnade , linux-arm-kernel@lists.infradead.org Date: Wed, 03 May 2017 17:24:48 -0700 In-Reply-To: <20170503213034.GF22219@n2100.armlinux.org.uk> References: <61817479ac8c4c6c8be702d2e2136fddac1b1821.1493228290.git.joe@perches.com> <20170503192310.GD22219@n2100.armlinux.org.uk> <1493840651.22125.24.camel@perches.com> <20170503213034.GF22219@n2100.armlinux.org.uk> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.6-1ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2017-05-03 at 22:30 +0100, Russell King - ARM Linux wrote: > On Wed, May 03, 2017 at 12:44:11PM -0700, Joe Perches wrote: > > On Wed, 2017-05-03 at 20:23 +0100, Russell King - ARM Linux wrote: > > > On Wed, Apr 26, 2017 at 10:39:49AM -0700, Joe Perches wrote: > > > > Multiple line formats are not preferred as the second and > > > > subsequent lines may not have timestamps. > > > > > > > > Lacking timestamps makes reading the output a bit difficult. > > > > This also makes arm/arm64 output more similar. > > > > > > > > Previous: > > > > > > > > [ 1514.093231] pc : [] lr : [] psr: a00f0013 > > > > sp : ecdd7e20 ip : 00000000 fp : ffffffff > > > > > > > > New: > > > > > > > > [ 1514.093231] pc : [] lr : [] psr: a00f0013 > > > > [ 1514.105316] sp : ecdd7e20 ip : 00000000 fp : ffffffff > > > > > > > > Signed-off-by: Joe Perches > > > > > > Hi Joe, > > > > > > Could you put this in my patch system please, I'm unlikely to remember to > > > apply it otherwise if not already there (massive email backlog.) > > > > > > Thanks. > > > > Your patch system bounced my perfectly formatted patch > > because your system wants totally unnecessary additional > > information specific to your workflow. > > > > No thanks, I don't need the additional work just to > > please your system and neither should anyone else. > > Don't expect me to remember to apply your patch then. I've got days of > catch up, and I'm just not going to remember. Sorry. If your systems require special handling on the part of patch submitters, you should document it in the kernel tree. Better, someone else should find the time to apply properly formatted patches.