Re: [Spice-devel] [PATCH phodav 03/13] spice: handle SIGINT properly

2019-05-24 Thread Jakub Janku
Hi, On Thu, May 23, 2019 at 3:31 PM Marc-André Lureau wrote: > > Hi > > On Thu, May 23, 2019 at 10:37 AM Jakub Janků wrote: > > > > According to [0], g_debug should not be used in a signal handler. > > So, to avoid reentrancy, do not print debug message when quit is > > called with SIGINT. > >

Re: [Spice-devel] [PATCH] drm/qxl: drop WARN_ONCE()

2019-05-24 Thread Daniel Vetter
On Fri, May 24, 2019 at 12:42:50PM +0200, Gerd Hoffmann wrote: > There is no good reason to flood the kernel log with a WARN > stacktrace just because someone tried to mmap a prime buffer. Yeah no userspace triggerable dmesg noise above debug level. > > Signed-off-by: Gerd Hoffmann

[Spice-devel] [PATCH] drm/qxl: drop WARN_ONCE()

2019-05-24 Thread Gerd Hoffmann
There is no good reason to flood the kernel log with a WARN stacktrace just because someone tried to mmap a prime buffer. Signed-off-by: Gerd Hoffmann --- drivers/gpu/drm/qxl/qxl_prime.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/qxl/qxl_prime.c