From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Brownell Subject: Re: [PATCH 2/2] Fix console handling during suspend/resume Date: Fri, 23 Jun 2006 20:39:15 -0700 Message-ID: <200606232039.16262.david-b@pacbell.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.osdl.org Errors-To: linux-pm-bounces@lists.osdl.org To: Alan Stern Cc: Linus Torvalds , linux-pm@lists.osdl.org, Pavel Machek List-Id: linux-pm@vger.kernel.org On Friday 23 June 2006 11:32 am, Alan Stern wrote: > On Thu, 22 Jun 2006, David Brownell wrote: > = > > On Thursday 22 June 2006 1:31 pm, Alan Stern wrote: > > > I believe this has been fixed for quite a while. = > > = > > That's been said, but nonetheless the last few times I've tried to do > > things like handling disconnect processing anything other than very > > late (after khubd got woken up again), it was still deadlocksville. > > Yes, this is _after_ folk have said "this has been fixed...". > = > Okay, I have tried it. Hmm, when I tried that, I did it on suspend() paths not resume, and the deadlocks were in PM core code. I didn't see that SCSI bug. Maybe it really is fixed now. > ... = > The devices actually get removed twice: once during the "resume so we can > write out the memory image" phase and then once again during the actual = > final resume. ... albeit still strange. - Dave