Re: [PATCH 1/2] debugobjects: Warn wrong annotation outside bucket lock
From: Sergey Senozhatsky
Date: Thu Dec 13 2018 - 04:28:18 EST
On (12/13/18 04:34), Dmitry Safonov wrote:
> printk() may defer work to workqueue, and realization of workqueues
> uses debugobjects.
Sorry, not following. You mean per-CPU irq_work which printk_deferred()
is using? That one should not deal with debugobjects.
-ss