From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Ogness Subject: Re: Serial console is causing system lock-up Date: Fri, 08 Mar 2019 03:36:27 +0100 Message-ID: <87o96mozx0.fsf@linutronix.de> References: <20190306152218.eocv4zulf7tv2mkc@pathway.suse.cz> <20190306163003.GA31858@mit.edu> <20190306171943.12345598@oasis.local.home> <87ftrzbp3y.fsf@linutronix.de> <23681.9703.524330.948156@quad.stoffel.home> <20190308012242.GA4063@jagdpanzerIV> <20190308013952.GA9085@jagdpanzerIV> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190308013952.GA9085@jagdpanzerIV> (Sergey Senozhatsky's message of "Fri, 8 Mar 2019 10:39:52 +0900") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Sergey Senozhatsky Cc: Petr Mladek , Nigel Croxon , "Theodore Y. Ts'o" , Greg Kroah-Hartman , John Stoffel , Steven Rostedt , Sergey Senozhatsky , dm-devel@redhat.com, Mikulas Patocka , linux-serial@vger.kernel.org List-Id: linux-serial@vger.kernel.org On 2019-03-08, Sergey Senozhatsky wrote: >>> Perhaps a proper solution would be to drop excessive messages to >>> serial console unless Oops or BUG has happened? >> >> Technically, we can have a per-console loglevel configuration. We >> have several use cases for this already. > > JFI, > > lore.kernel.org/r/cover.1551486732.git.calvinowens@fb.com FWIW, I support the patch. It makes consoles into actual objects rather than just a collection of callbacks. I feel like Calvin is pushing in a similar direction to what I would like to see: decoupling of console drivers to allow for individual behavior and performance tuning. As we move into the highly SMP systems of the future, I am convinced this is inevitable. John Ogness