From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jeff Chua" Subject: Re: [2/6] 2.6.21-rc2: known regressions Date: Thu, 8 Mar 2007 23:11:58 +0800 Message-ID: References: <20070305015034.GG3441@stusta.de> <20070308123143.GF5149@mellanox.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20070308123143.GF5149@mellanox.co.il> Content-Disposition: inline Sender: owner-linux-input@atrey.karlin.mff.cuni.cz List-Help: List-Owner: List-Post: List-Unsubscribe: To: "Michael S. Tsirkin" Cc: Adrian Bunk , Linus Torvalds , Andrew Morton , Linux Kernel Mailing List , Jens Axboe , pavel@suse.cz, linux-pm@lists.osdl.org, lenb@kernel.org, linux-acpi@vger.kernel.org, luming.yu@intel.com, Arkadiusz Miskiewicz , Konstantin Karasyov , greg@kroah.com, linux-usb-devel@lists.sourceforge.net, Thomas Meyer , Meelis Roos , Alexey Starikovskiy , Janosch Machowinski , vladimir.p.lebedev@intel.com, Ash Milsted , dmitry.torokhov@gmail.com, linux-input@atrey.karlin.mff.cuni.cz List-Id: linux-input@vger.kernel.org On 3/8/07, Michael S. Tsirkin wrote: > > Quoting Adrian Bunk : > > Subject: [2/6] 2.6.21-rc2: known regressions > > > > Subject : ThinkPad T60: no screen after suspend to RAM > > References : http://lkml.org/lkml/2007/2/22/391 > > Submitter : Michael S. Tsirkin > > Status : unknown > > Here's the status with -rc3: better, but still does not work as well as 2.6.20. > 3. When I switch to X (CTRL-ALT-F7), X hangs after drawing a couple of windows > after waiting for some 10 min, I rebooted. > no new messages showed up in /var/log/messages In my case, I can "suspend" and "resume", but seems the clock died after resume. "date" always returns the same time! I had to disable CONFIG_NO_HZ and CONFIG_SYSFS_DEPRECATED in order to suspend. Try to execute "date" and see if it changes after resume. Thanks, Jeff.