From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751712AbcGNBJL (ORCPT ); Wed, 13 Jul 2016 21:09:11 -0400 Received: from mail-wm0-f42.google.com ([74.125.82.42]:37618 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751624AbcGNBJE (ORCPT ); Wed, 13 Jul 2016 21:09:04 -0400 MIME-Version: 1.0 In-Reply-To: <20160714005524.GA517@swordfish> References: <20160701165959.GR12473@ubuntu> <20160701172232.GD28719@htj.duckdns.org> <20160706182842.GS2671@ubuntu> <20160711102603.GI12410@quack2.suse.cz> <20160711154438.GA528@swordfish> <20160711223501.GI4695@ubuntu> <20160712231903.GR4695@ubuntu> <20160713054507.GA563@swordfish> <20160713153910.GY4695@ubuntu> <20160714005524.GA517@swordfish> From: "Rafael J. Wysocki" Date: Thu, 14 Jul 2016 03:09:01 +0200 X-Google-Sender-Auth: O7PzZWDwLmDJbalCOnFQ_-HA_h4 Message-ID: Subject: Re: [Query] Preemption (hogging) of the work handler To: Sergey Senozhatsky Cc: Viresh Kumar , Jan Kara , Sergey Senozhatsky , "Rafael J. Wysocki" , Tejun Heo , Greg Kroah-Hartman , Linux Kernel Mailing List , vlevenetz@mm-sol.com, Vaibhav Hiremath , Alex Elder , johan@kernel.org, Andrew Morton , Steven Rostedt , Linux PM , Petr Mladek Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 14, 2016 at 2:55 AM, Sergey Senozhatsky wrote: > Hello, > > On (07/13/16 08:39), Viresh Kumar wrote: > [..] >> Maybe not, as this can still lead to the original bug we were all >> chasing. This may hog some other CPU if we are doing excessive >> printing in suspend :( > > excessive printing is just part of the problem here. if we cab cond_resched() > in console_unlock() (IOW, we execute console_unlock() with preemption and > interrupts enabled) then everything must be ok, and *from printing POV* there > is no difference whether it's printk_kthread or anything else in this case. > the difference jumps in when original console_unlock() is executed with > preemption/irq disabled, then offloading it to schedulable printk_kthread is > the right thing. > >> suspend_console() is called quite early, so for example in my case we >> do lots of printing during suspend (not from the suspend thread, but >> an IRQ handled by the USB subsystem, which removes a bus with help of >> some other thread probably). > > a silly question -- can we suspend consoles later? Not really and I'm not sure how that would help?