From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergey Senozhatsky Date: Wed, 27 Jun 2018 01:09:30 +0000 Subject: Re: [PATCH v3 2/3] fbcon: Call WARN_CONSOLE_UNLOCKED() where applicable Message-Id: <20180627010930.GB10321@jagdpanzerIV> List-Id: References: <20180626183612.321-1-hdegoede@redhat.com> <20180626183612.321-3-hdegoede@redhat.com> In-Reply-To: <20180626183612.321-3-hdegoede@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Hans de Goede Cc: Bartlomiej Zolnierkiewicz , Petr Mladek , Sergey Senozhatsky , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, Steven Rostedt , linux-kernel@vger.kernel.org On (06/26/18 20:36), Hans de Goede wrote: > Replace comments about places where the console lock should be held with > calls to WARN_CONSOLE_UNLOCKED() to assert that it is actually held. > > Reviewed-by: Daniel Vetter > Signed-off-by: Hans de Goede Reviewed-by: Sergey Senozhatsky -ss