Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761550AbcJ1TxH (ORCPT ); Fri, 28 Oct 2016 15:53:07 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:41638 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753955AbcJ1TxF (ORCPT ); Fri, 28 Oct 2016 15:53:05 -0400 Date: Sat, 27 Aug 2016 09:33:09 +0200 From: Pavel Machek To: Jon Hunter Cc: "Rafael J. Wysocki" , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] PM / Suspend: Fix missing KERN_CONT for suspend message Message-ID: <20160827073308.GA13190@xo-6d-61-c0.localdomain> References: <1477063449-24530-1-git-send-email-jonathanh@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1477063449-24530-1-git-send-email-jonathanh@nvidia.com> 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 Content-Length: 731 Lines: 16 On Fri 2016-10-21 16:24:09, Jon Hunter wrote: > Commit 4bcc595ccd80 ("printk: reinstate KERN_CONT for printing > continuation lines") exposed a missing KERN_CONT from one of the > messages shown on entering suspend. With v4.9-rc1, the 'done.' shown > after syncing the filesystems no longer appears as a continuation but > a new message with its own timestamp. > > [ 9.259566] PM: Syncing filesystems ... [ 9.264119] done. > > Fix this by adding the KERN_CONT log level for the 'done.' part of the > message seen after syncing filesystems. While we are at it, convert > these suspend printks to pr_info and pr_cont, respectively. > > Signed-off-by: Jon Hunter Acked-by: Pavel Machek