Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp86701pxb; Fri, 15 Jan 2021 08:11:30 -0800 (PST) X-Google-Smtp-Source: ABdhPJxaJUtXeLHUDqTn8c5br1XXYugn5uQ4upMwgkselcT7qCDPetJLHs+P+7EQjRpS4RiKWqus X-Received: by 2002:aa7:c44b:: with SMTP id n11mr9891306edr.216.1610727090595; Fri, 15 Jan 2021 08:11:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610727090; cv=none; d=google.com; s=arc-20160816; b=ix4ZbJO8rbwN+luI+K1vKDAMTK4xmn1RqEPMU7IaPXWvzp8TgjvbueDj89F/CoGfZi oOilEdpsdLP4cDDEw6zQnFc2PqZ0cS7YyNI26JrEpwFT+LG14TZy3ldTfJ31QeNOC/GX mpEKUDW/jwi7qtvL3Mjp8THLhbtUAfEFSeoWGpXQqO5Rtu1lnNmQ7h4fL+RR3ymqpYZS w+/C3LHCR1L4w4Xg+UtphKfZtXpqucJDa0gnxdEQ7KjhYeXDCQqvAPlXHAHi/qdTCdHY d9fvHV8dg0KsQbJ1rQ8fYtO170HCidxYZgDkTSQ2D8lUDjvsv2Si39A3z0R9WCnV0G5m Xwag== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=0RyfMppHlYQj4ANb0x2pKL/FHEMNVPefXDR2FJTzg7Q=; b=mXdz+1JLS683HS+98JheLtLW2FYW3lFOAMAdbePwXqwEnZP1iyNNj9pLC6v0RkbmL9 6NJJkK60yKztaKDAFHvEIauRiEIA54aWWm7WuPVX8iLH2VfvuG6zwnVNxJ2BHJp/ykeO Ne6045uCsdIQcY6kAMF/SQ5h5rk3fp7UsdFA4aosunY3/Fazo0+VNNiH+Sn7JoLIbwi0 M9o7I8EP49Dqr4DSeKKwtTToDQx4RCM1aRrG+m6VymW+fQceoKXcIJfncAdLyRnH5JT8 79MIkJF5zs4NO+PbkzepnYxXv9LyBX9qrqJLiRoSyuODLZEpKrd/xjKpTGyx9XUqxZ47 85lw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id sa7si4374508ejb.706.2021.01.15.08.11.06; Fri, 15 Jan 2021 08:11:30 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728879AbhAOQJ5 (ORCPT + 99 others); Fri, 15 Jan 2021 11:09:57 -0500 Received: from mail.kernel.org ([198.145.29.99]:55904 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726046AbhAOQJ5 (ORCPT ); Fri, 15 Jan 2021 11:09:57 -0500 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EE2102388B; Fri, 15 Jan 2021 16:09:15 +0000 (UTC) Date: Fri, 15 Jan 2021 11:09:14 -0500 From: Steven Rostedt To: Linus Torvalds Cc: Chris Wilson , LKML , dri-devel , intel-gfx , David Airlie Subject: Re: [Intel-gfx] [BUG] on reboot: bisected to: drm/i915: Shut down displays gracefully on reboot Message-ID: <20210115110914.540bf44d@gandalf.local.home> In-Reply-To: References: <20210114163206.4a562d82@gandalf.local.home> <161066015368.19482.10094410867880595092@build.alporthouse.com> <20210114170137.002763b3@gandalf.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 14 Jan 2021 20:15:45 -0800 Linus Torvalds wrote: > On Thu, Jan 14, 2021 at 2:01 PM Steven Rostedt wrote: > > > > Thanks, I take it, it will be going into mainline soon. > > Just got merged - it might be a good idea to verify that your problem is solved. > Yep, I just tested commit: 5ee88057889bbca5f5bb96031b62b3756b33e164 which was your master of this morning. The problem appears to be removed. Thanks! -- Steve