On Thu, 2006-06-22 at 16:41 -0700, Linus Torvalds wrote: > > On Fri, 23 Jun 2006, Benjamin Herrenschmidt wrote: > > > > > > So you say. Have you actually ever done anything to make debugging easier? > > > > I've implemented suspend/resume for a whole range of machiens where > > everything goes down and all I have to debug on resume is ... sending > > commands to a chip to blink a LED. So yes, I have. > > That's not what I asked. > > I didn't ask whether you had debugged suspend/resume. > > I asked whether you had tried to make it easier. Yes and I've given you examples later in the same email. The main one being that early resume console thing. And yes, I did it in an arch specific way, because there was no way I could resume the display _that_ early in a general case, and yes, I think it might be interesting to think about doing the general case still (though the main problem will be the resuming of AGP which currently tends to not follow any correct ordering rule vs. the video chip on the bus). Ben.