From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugh Dickins Date: Wed, 07 Nov 2012 06:26:41 +0000 Subject: Re: tty, vt: lockdep warnings Message-Id: List-Id: References: <50899507.1040900@oracle.com> <20121026143754.50277bd8@pyramind.ukuu.org.uk> <20121105175937.26f31d2a@pyramind.ukuu.org.uk> <5097FEA9.2090603@oracle.com> <20121105201507.79fe47d7@pyramind.ukuu.org.uk> <20121106161100.216c6d79@pyramind.ukuu.org.uk> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Alan Cox Cc: Sasha Levin , Daniel Vetter , Sasha Levin , Greg Kroah-Hartman , Jiri Slaby , linux-kernel@vger.kernel.org, Dave Jones , linux-fbdev@vger.kernel.org, florianSchandinat@gmx.de On Tue, 6 Nov 2012, Hugh Dickins wrote: > > Ah, now I actually scan through it, I see references to blank screen: > I'll try taking off your patch and seeing if it came up at screen > blanking time, then put on your patch back on and try again. > I'll report back in an hour or two. Yes, that was it. When the console screen blanked on 3.7.0-rc3-mm1, it generated that lockdep splat, visible once I unblanked. But once I applied your patch to the kernel, lockdep kept quiet across blank/unblank. Thanks! Hugh