From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941864AbcJYR3r (ORCPT ); Tue, 25 Oct 2016 13:29:47 -0400 Received: from smtprelay0034.hostedemail.com ([216.40.44.34]:34945 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932624AbcJYR3p (ORCPT ); Tue, 25 Oct 2016 13:29:45 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::,RULES_HIT:41:355:379:541:599:968:973:979:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1538:1568:1593:1594:1711:1714:1730:1747:1777:1792:2110:2393:2553:2559:2562:2828:3138:3139:3140:3141:3142:3622:3865:3867:3871:3872:3873:4321:4383:5007:10004:10400:10848:11232:11658:11914:12296:12740:12760:13069:13095:13311:13357:13439:14180:14659:14721:21080:21433:21450:21451:30012:30054:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: fruit16_54bcb25863405 X-Filterd-Recvd-Size: 1459 Message-ID: <1477416581.1998.10.camel@perches.com> Subject: Re: [PATCH V2] arm64: Neaten show_regs, remove KERN_CONT From: Joe Perches To: Mark Rutland Cc: linux-kernel@vger.kernel.org, Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org Date: Tue, 25 Oct 2016 10:29:41 -0700 In-Reply-To: <20161025170745.GE8898@leverpostej> References: <289fb30081aba03fec0c960e7334f707bf36c881.1477413522.git.joe@perches.com> <20161025170745.GE8898@leverpostej> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.1-0ubuntu2 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 Tue, 2016-10-25 at 18:07 +0100, Mark Rutland wrote: > On Tue, Oct 25, 2016 at 09:40:26AM -0700, Joe Perches wrote: > > commit db4b0710fae9 ("arm64: fix show_regs fallout from KERN_CONT changes") > > corrected the KERN_CONT fallout from commit 4bcc595ccd80 > > ("printk: reinstate KERN_CONT for printing continuation lines"), but > > the code still has unnecessary KERN_CONT uses. > > > > Remove the KERN_CONT uses to avoid possible message interleaving. Hey Mark. Please fix it as you think appropriate. No credit to me is necessary. cheers, Joe