public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* No warning on resume with different kernel version
@ 2009-03-14 15:28 Rolf Eike Beer
  2009-03-16 11:38 ` Pavel Machek
  0 siblings, 1 reply; 5+ messages in thread
From: Rolf Eike Beer @ 2009-03-14 15:28 UTC (permalink / raw)
  To: LKML

[-- Attachment #1: Type: text/plain, Size: 462 bytes --]

Hi,

I'm sure this had worked before. And since I don't do that on a regular basis, 
but only by accident, I have no idea when it stopped working. But with my 
2.6.28 kernel and everything more recent I don't get a warning if there is a 
suspend image of a different kernel version, but simply the new kernel starts 
and throws everything away. Is this a kernel fault or something with the 
userspace stuff? Whom to blame for this?

Greetings,

Eike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: No warning on resume with different kernel version
  2009-03-14 15:28 No warning on resume with different kernel version Rolf Eike Beer
@ 2009-03-16 11:38 ` Pavel Machek
  2009-03-16 20:33   ` Rafael J. Wysocki
  0 siblings, 1 reply; 5+ messages in thread
From: Pavel Machek @ 2009-03-16 11:38 UTC (permalink / raw)
  To: Rolf Eike Beer, Rafael J. Wysocki; +Cc: LKML

On Sat 2009-03-14 16:28:59, Rolf Eike Beer wrote:
> Hi,
> 
> I'm sure this had worked before. And since I don't do that on a regular basis, 
> but only by accident, I have no idea when it stopped working. But with my 
> 2.6.28 kernel and everything more recent I don't get a warning if there is a 
> suspend image of a different kernel version, but simply the new kernel starts 
> and throws everything away. Is this a kernel fault or something with the 
> userspace stuff? Whom to blame for this?

Actually, it should now be possible to resume with different kernel
than the one that did the suspendding...
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: No warning on resume with different kernel version
  2009-03-16 11:38 ` Pavel Machek
@ 2009-03-16 20:33   ` Rafael J. Wysocki
  2009-03-16 21:23     ` Pavel Machek
  0 siblings, 1 reply; 5+ messages in thread
From: Rafael J. Wysocki @ 2009-03-16 20:33 UTC (permalink / raw)
  To: Pavel Machek, Rolf Eike Beer; +Cc: LKML

On Monday 16 March 2009, Pavel Machek wrote:
> On Sat 2009-03-14 16:28:59, Rolf Eike Beer wrote:
> > Hi,
> > 
> > I'm sure this had worked before. And since I don't do that on a regular basis, 
> > but only by accident, I have no idea when it stopped working. But with my 
> > 2.6.28 kernel and everything more recent I don't get a warning if there is a 
> > suspend image of a different kernel version, but simply the new kernel starts 
> > and throws everything away. Is this a kernel fault or something with the 
> > userspace stuff? Whom to blame for this?
> 
> Actually, it should now be possible to resume with different kernel
> than the one that did the suspendding...

As long as it is 64-bit.

Something broke if that doesn't work.

Rolf, is your kernel 64-bit?

Thanks,
Rafael

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: No warning on resume with different kernel version
  2009-03-16 20:33   ` Rafael J. Wysocki
@ 2009-03-16 21:23     ` Pavel Machek
  2009-03-16 21:53       ` Rafael J. Wysocki
  0 siblings, 1 reply; 5+ messages in thread
From: Pavel Machek @ 2009-03-16 21:23 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Rolf Eike Beer, LKML

On Mon 2009-03-16 21:33:10, Rafael J. Wysocki wrote:
> On Monday 16 March 2009, Pavel Machek wrote:
> > On Sat 2009-03-14 16:28:59, Rolf Eike Beer wrote:
> > > Hi,
> > > 
> > > I'm sure this had worked before. And since I don't do that on a regular basis, 
> > > but only by accident, I have no idea when it stopped working. But with my 
> > > 2.6.28 kernel and everything more recent I don't get a warning if there is a 
> > > suspend image of a different kernel version, but simply the new kernel starts 
> > > and throws everything away. Is this a kernel fault or something with the 
> > > userspace stuff? Whom to blame for this?
> > 
> > Actually, it should now be possible to resume with different kernel
> > than the one that did the suspendding...
> 
> As long as it is 64-bit.
> 
> Something broke if that doesn't work.
> 
> Rolf, is your kernel 64-bit?

And in 32-bit case, we should refuse to load the image. Something
broke if that does not work :-).
								Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: No warning on resume with different kernel version
  2009-03-16 21:23     ` Pavel Machek
@ 2009-03-16 21:53       ` Rafael J. Wysocki
  0 siblings, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2009-03-16 21:53 UTC (permalink / raw)
  To: Pavel Machek, Rolf Eike Beer; +Cc: LKML

On Monday 16 March 2009, Pavel Machek wrote:
> On Mon 2009-03-16 21:33:10, Rafael J. Wysocki wrote:
> > On Monday 16 March 2009, Pavel Machek wrote:
> > > On Sat 2009-03-14 16:28:59, Rolf Eike Beer wrote:
> > > > Hi,
> > > > 
> > > > I'm sure this had worked before. And since I don't do that on a regular basis, 
> > > > but only by accident, I have no idea when it stopped working. But with my 
> > > > 2.6.28 kernel and everything more recent I don't get a warning if there is a 
> > > > suspend image of a different kernel version, but simply the new kernel starts 
> > > > and throws everything away. Is this a kernel fault or something with the 
> > > > userspace stuff? Whom to blame for this?
> > > 
> > > Actually, it should now be possible to resume with different kernel
> > > than the one that did the suspendding...
> > 
> > As long as it is 64-bit.
> > 
> > Something broke if that doesn't work.
> > 
> > Rolf, is your kernel 64-bit?
> 
> And in 32-bit case, we should refuse to load the image. Something
> broke if that does not work :-).

Well, the description suggests the boot kernel didn't load the image, but
just continued to boot.  That really depends on what "throws everything away"
means in the original report.  Rolf?

Rafael

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-03-16 21:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-14 15:28 No warning on resume with different kernel version Rolf Eike Beer
2009-03-16 11:38 ` Pavel Machek
2009-03-16 20:33   ` Rafael J. Wysocki
2009-03-16 21:23     ` Pavel Machek
2009-03-16 21:53       ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox