From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [RFC][PATCH 0/6] Use printk_safe context for TTY and UART port locks Date: Tue, 19 Jun 2018 10:08:30 +0200 Message-ID: <20180619080830.GD2476@hirez.programming.kicks-ass.net> References: <20180615093919.559-1-sergey.senozhatsky@gmail.com> <20180618143818.50b2f2f9@alans-desktop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180618143818.50b2f2f9@alans-desktop> Sender: linux-kernel-owner@vger.kernel.org To: Alan Cox Cc: Sergey Senozhatsky , Petr Mladek , Steven Rostedt , Greg Kroah-Hartman , Jiri Slaby , Linus Torvalds , Andrew Morton , Dmitry Vyukov , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, Sergey Senozhatsky List-Id: linux-serial@vger.kernel.org On Mon, Jun 18, 2018 at 02:38:18PM +0100, Alan Cox wrote: > Given printk nowdays is already somewhat unreliable with all the perf > related changes, printk is a steaming pile of @#$#@, unreliable doesn't even begin to cover it. > and we have other good debug tools What other good debug tools do you have? The only thing I have that actually works is earlyser/8250_early -- and I route everything printk into that.