From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from galois.linutronix.de ([193.142.43.55]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxSuf-0000kY-8h for kexec@lists.infradead.org; Mon, 20 Jul 2020 10:20:50 +0000 From: John Ogness Subject: Re: [PATCH v5 4/4] printk: use the lockless ringbuffer In-Reply-To: <20200718121053.GA691245@elver.google.com> References: <20200709132344.760-1-john.ogness@linutronix.de> <20200709132344.760-5-john.ogness@linutronix.de> <20200718121053.GA691245@elver.google.com> Date: Mon, 20 Jul 2020 12:26:45 +0206 Message-ID: <87eep6sd1e.fsf@jogness.linutronix.de> MIME-Version: 1.0 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: Marco Elver Cc: Andrea Parri , Petr Mladek , 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 2020-07-18, Marco Elver wrote: > It seems this causes a regression observed at least with newline-only > printks. > [...] > ------ >8 ------ > > --- a/init/main.c > +++ b/init/main.c > @@ -1039,6 +1039,10 @@ asmlinkage __visible void __init start_kernel(void) > sfi_init_late(); > kcsan_init(); > > + pr_info("EXPECT BLANK LINE --vv\n"); > + pr_info("\n"); > + pr_info("EXPECT BLANK LINE --^^\n"); > + > /* Do the rest non-__init'ed, we're now alive */ > arch_call_rest_init(); Thanks for the example. This is an unintentional regression in the series. I will submit a patch to fix this. Note that this regression does not exist when the followup series [0] (reimplementing LOG_CONT) is applied. All the more reason that the 1st series should be fixed before pushing the 2nd series to linux-next. John Ogness [0] https://lkml.kernel.org/r/20200717234818.8622-1-john.ogness@linutronix.de _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec