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-prev] [day] [month] [year] [list]
Date:	Sat, 7 Oct 2006 18:43:46 -0700
From:	Randy Dunlap <rdunlap@...otime.net>
To:	Marcel Siegert <mws@...sted-brains.org>
Cc:	Linus Torvalds <torvalds@...l.org>,
	Linux-Kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] 2.6.19-rc1 fix compilation/linking error in
 arch/x86_64_kernel/traps.c

On Sat, 07 Oct 2006 23:05:45 +0200 Marcel Siegert wrote:

> hi linus,
> 
> the following compilation error:
> 
> CC      arch/x86_64/kernel/traps.o
> arch/x86_64/kernel/traps.c: In function 'print_trace_warning_symbol':
> arch/x86_64/kernel/traps.c:375: warning: implicit declaration of function 'print_symbol'
> 
> causing the following linking error
> arch/x86_64/kernel/built-in.o: In function `print_trace_warning_symbol':
> traps.c:(.text+0x2f85): undefined reference to `print_symbol'
> make: *** [vmlinux] Error 1
> 
> is being fixed with the following patch.
> 
> 
> 
> Description: fix missing include of kallsyms.h in arch/x86_64/kernel/traps.c


see:
http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=4b0ff1a94cba36a35734c84f377e49cacc77f293

or just use current git (or -gitN patch)

---
~Randy
-
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