From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:33552 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932726AbeFQJga (ORCPT ); Sun, 17 Jun 2018 05:36:30 -0400 Date: Sun, 17 Jun 2018 11:36:07 +0200 From: Greg KH To: Mike Galbraith Cc: Ray Strode , LKML , stable , Gerd Hoffmann , Dave Airlie , virtualization@lists.linux-foundation.org Subject: Re: v4.14.21+: ATOMIC_SLEEP splat bisected to 9428088c90b6 ("drm/qxl: reapply cursor after resetting primary") Message-ID: <20180617093607.GA27652@kroah.com> References: <1529163551.16103.16.camel@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1529163551.16103.16.camel@gmx.de> Sender: stable-owner@vger.kernel.org List-ID: On Sat, Jun 16, 2018 at 05:39:11PM +0200, Mike Galbraith wrote: > Greetings, > > Running a kernel with ATOMIC_SLEEP enabled in one of my VMs, I met the > splat below. I tracked it back to 4.14-stable, and bisected it there. Why does your virtual machine use a drm driver? Ah, it's a driver for virtual gpu, nice. And if you revert that patch, does everything work again? > # first bad commit: [848dd9bf51544c8e5436960124f3d1f9c51cdb99] drm/qxl: reapply cursor after resetting primary You should also cc: the other developers on that signed-off-by list, like I did here... thanks, greg k-h