Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262117AbVBQIHv (ORCPT ); Thu, 17 Feb 2005 03:07:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262179AbVBQIHv (ORCPT ); Thu, 17 Feb 2005 03:07:51 -0500 Received: from 206.175.9.210.velocitynet.com.au ([210.9.175.206]:51419 "EHLO cunningham.myip.net.au") by vger.kernel.org with ESMTP id S262117AbVBQIHq (ORCPT ); Thu, 17 Feb 2005 03:07:46 -0500 Subject: Re: Swsusp, resume and kernel versions From: Nigel Cunningham Reply-To: ncunningham@cyclades.com To: Dmitry Torokhov Cc: Pavel Machek , LKML In-Reply-To: <200502170038.30033.dtor_core@ameritech.net> References: <200502162346.26143.dtor_core@ameritech.net> <1108617332.4471.33.camel@desktop.cunningham.myip.net.au> <200502170038.30033.dtor_core@ameritech.net> Content-Type: text/plain Message-Id: <1108627778.4471.54.camel@desktop.cunningham.myip.net.au> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6-1mdk Date: Thu, 17 Feb 2005 19:09:38 +1100 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2173 Lines: 50 Hi. On Thu, 2005-02-17 at 16:38, Dmitry Torokhov wrote: > On Thursday 17 February 2005 00:15, Nigel Cunningham wrote: > > On Thu, 2005-02-17 at 15:46, Dmitry Torokhov wrote: > > > But I think there is one pretty severe issue present - even if swsusp > > > is not enabled kernel should check if there is an image in swap and > > > erase it. Today I has somewhat unpleasant experience - after suspending > > > I accidentially loaded a vendor kernel. I was in hurry and decided that > > > resume just failed for some reason so I did couple of things and left > > > the box running. In the evening I realized that I am running vendor kernel > > > and decided to reboot into my devel. version. What I did not expect is for > > > the kernel to find a valid suspend image and restore it. As you might > > > imagine messed up my disk somewhat. > > > > > > Any chance this can be done? > > > > One of my suspend2 users had the same thing yesterday. Unfortunately > > there's no easy way for us to detect that another kernel has been > > booted. > > What do you mean? I thought it already compares signatures of the booting > kernel and suspend image. Just wipe it out if it does not match, or, even > better, just stop if signature does not match unless one boots with > "nosuspend". This way even if I start booting wrong image I have a chance > to select right one and avoid fsck. That would work if the alternate kernel is suspend-enabled. Suspend2 handles that case nicely and I'm sure swsusp will handle it as well (although exactly what it does, I'm not sure. It used to panic IIRC). If the mistakenly booted kernel isn't suspend enabled, however, you need a more generic method of removing the image, such as mkswapping the storage device. This is what I was speaking of. Regards, Nigel -- Nigel Cunningham Software Engineer, Canberra, Australia http://www.cyclades.com Ph: +61 (2) 6292 8028 Mob: +61 (417) 100 574 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/