From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757951AbXD1ASS (ORCPT ); Fri, 27 Apr 2007 20:18:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757952AbXD1ASS (ORCPT ); Fri, 27 Apr 2007 20:18:18 -0400 Received: from gw.goop.org ([64.81.55.164]:39706 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757951AbXD1ASR (ORCPT ); Fri, 27 Apr 2007 20:18:17 -0400 Message-ID: <463292C8.9000307@goop.org> Date: Fri, 27 Apr 2007 17:18:16 -0700 From: Jeremy Fitzhardinge User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: Linus Torvalds CC: "Rafael J. Wysocki" , Pekka J Enberg , Nigel Cunningham , LKML Subject: Re: Back to the future. References: <1177567481.5025.211.camel@nigel.suspend2.net> <1177654110.4737.91.camel@nigel.suspend2.net> <200704272324.43359.rjw@sisk.pl> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Linus Torvalds wrote: > On Fri, 27 Apr 2007, Rafael J. Wysocki wrote: > >> Why do you think that keeping the user space frozen after 'snapshot' is a bad >> idea? I think that solves many of the problems you're discussing. >> > > It makes it harder to debug (wouldn't it be *nice* to just ssh in, and do > > gdb -p > > when something goes wrong?) Yeah, or gdb vmlinux snapshot Then you could use kexec for resume... J