[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <47C70C01.4020605@zytor.com>
Date: Thu, 28 Feb 2008 11:31:13 -0800
From: "H. Peter Anvin" <hpa@...or.com>
To: "Klaus S. Madsen" <ksm@...rnemadsen.org>
CC: Ingo Molnar <mingo@...e.hu>, LKML <linux-kernel@...r.kernel.org>,
Pavel Machek <pavel@....cz>, "Rafael J. Wysocki" <rjw@...k.pl>,
Thomas Gleixner <tglx@...utronix.de>
Subject: Re: Regression in 2.6.25-rc3: s2ram segfaults before suspending
Klaus S. Madsen wrote:
>>
>> Typically, when the kernel reflects an error in VM86 mode it will update
>> the structure in memory (in your case, the vm86plus_struct) to reflect
>> the context. Would it be possible for you to read it out?
> Hmm. As far as I can tell, its actually using the vm86old system call?
> That's at least what the comment in libx86 states.
>
> However the contents of struct vm86_struct after the segfault is:
>
> (gdb) print context.vm
> $2 = {regs = {ebx = 0, ecx = 0, edx = 0, esi = 0, edi = 0, ebp = 0,
> eax = 20227, __null_ds = 0, __null_es = 0, __null_fs = -1071579136,
> __null_gs = 0, orig_eax = -1, eip = 6326, cs = 49152, __csh = 0,
> eflags = 209410, esp = 4090, ss = 256, __ssh = 0, es = 0, __esh = 0,
> ds = 64, __dsh = 0, fs = 0, __fsh = 0, gs = 0, __gsh = 0}, flags = 0,
> screen_bitmap = 0, cpu_type = 0, int_revectored = {__map = {0, 0, 0,0, 0,
> 0, 0, 2147483648}}, int21_revectored = {__map = {0, 0, 0, 0, 0, 0, 0,
> 0}}}
>
> My version of glibc does not seem to have vm86old declared, so I haven't
> tried to remove the assembly code.
>
> Should I try to change it to use vm86, instead of vm86old?
>
Yes, that would probably be a good idea. To some degree, I guess it
really has nothing to do with the more fundamental issue, but it's
somewhat odd.
I'll pick apart the state above looking for fishiness as soon as I get
back from lunch.
-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists