lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 01 Apr 2007 21:28:41 +0200
From:	"Gerhard Kurz" <gerhard.kurz@....at>
To:	linux-kernel@...r.kernel.org
Subject: Fwd: Re: WCHAN wrong for i386-kernel



------- Forwarded message -------
From: "Ingo Molnar" <mingo@...e.hu>
To: "Gerhard Kurz" <gerhard.kurz@....at>
Cc:
Subject: Re: WCHAN wrong for i386-kernel
Date: Sun, 01 Apr 2007 20:30:49 +0200


* Gerhard Kurz <gerhard.kurz@....at> wrote:

> Hi,
>
> There is a minor bug in kernels for i386 (i found it in 2.6.14.2, but
> looking at the source code of 2.6.20, it should be there also).
>
> Symptom: For a task that sleeps e.g. in sys_nanosleep, the wchan value
> from get_wchan (in arch/i386/kernel/process.c) is wrong.
>
> Reason: To get the correct wchan value, all __sched functions must
> have a framepointer. Currently only the functions in kernel/sched.c
> are compiled with -fno-omit-frame-pointer. (see kernel/Makefile)
>
> But sys_nanosleep calls schedule_timeout_interruptible (in
> kernel/timer.c), which doesn't have a framepointer.

ah, indeed - nice find!

could you please report this to lkml too? It should be fixed, and by
sending it to lkml we make it sure that someone picks it up eventually,
if i dont get around fixing it in time.

	Ingo


-
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ