From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx2.suse.de ([195.135.220.15]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kDSxt-0002e0-6P for kexec@lists.infradead.org; Wed, 02 Sep 2020 13:38:18 +0000 Date: Wed, 2 Sep 2020 15:38:12 +0200 From: Petr Mladek Subject: Re: [PATCH next v3 7/8] printk: reimplement log_cont using record extension Message-ID: <20200902133811.GC15764@alley> References: <20200831011058.6286-1-john.ogness@linutronix.de> <20200831011058.6286-8-john.ogness@linutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200831011058.6286-8-john.ogness@linutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: John Ogness Cc: Andrea Parri , Sergey Senozhatsky , Paul McKenney , Peter Zijlstra , Greg Kroah-Hartman , kexec@lists.infradead.org, linux-kernel@vger.kernel.org, Steven Rostedt , Sergey Senozhatsky , Thomas Gleixner , Linus Torvalds On Mon 2020-08-31 03:16:57, John Ogness wrote: > Use the record extending feature of the ringbuffer to implement > continuous messages. This preserves the existing continuous message > behavior. > > Signed-off-by: John Ogness > --- > kernel/printk/printk.c | 98 +++++++++--------------------------------- > 1 file changed, 20 insertions(+), 78 deletions(-) It looks simple from the printk() side ;-) Reviewed-by: Petr Mladek Best Regards, Petr _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec