[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180418111038.209cc0cc@gandalf.local.home>
Date: Wed, 18 Apr 2018 11:10:38 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Petr Mladek <pmladek@...e.com>
Cc: Sergey Senozhatsky <sergey.senozhatsky@...il.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Peter Zijlstra <peterz@...radead.org>,
Tejun Heo <tj@...nel.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] printk: wake up klogd in vprintk_emit
On Wed, 18 Apr 2018 17:02:14 +0200
Petr Mladek <pmladek@...e.com> wrote:
> > Calling wake_up_klogd() will grab the rq lock and give us a A-B<->B-A
> > locking order.
>
> wake_up_klogd() uses the lockless irq_work_queue(). So it is actually
> safe.
I didn't look at the code. OK then we don't need to worry about that.
>
> But the name is confusing. We should rename it.
Yes, I would because the old wake_up_klogd() did do a wakeup. Perhaps
we should name it: kick_klogd().
-- Steve
Powered by blists - more mailing lists