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>] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 29 Jul 2006 21:25:54 -0500
From:	Larry Finger <Larry.Finger@...inger.net>
To:	linux-kernel@...r.kernel.org
Subject: V2.6.18-rc2-latest git compilation fails on i386

When compiling the latest i386 kernel from Linus's tree with CONFIG_STACK_UNWIND
defined, the following compilation error occurs:

   CC      arch/i386/kernel/traps.o
arch/i386/kernel/traps.c: In function ‘show_trace_log_lvl’:
arch/i386/kernel/traps.c:193: error: invalid type argument of ‘->’
arch/i386/kernel/traps.c:196: error: invalid type argument of ‘->’
arch/i386/kernel/traps.c:197: error: invalid type argument of ‘->’

Using git's bisect capability, the bad commit is

commit c97d20a6c51067a38f53680d9609b4cf2867d077
Author: Andi Kleen <ak@...e.de>
Date:   Fri Jul 28 14:44:57 2006 +0200

     [PATCH] i386: Do backtrace fallback too

     Similar patch to earlier x86-64 patch. When the dwarf2 unwinder fails
     dump the left over stack with the old unwinder.

     Also some clarifications in the headers.

     Signed-off-by: Andi Kleen <ak@...e.de>
     Signed-off-by: Linus Torvalds <torvalds@...l.org>
-
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