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] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 24 Nov 2006 23:34:46 +0100
From:	Miklos Szeredi <miklos@...redi.hu>
To:	jdike@...toit.com
CC:	akpm@...l.org, linux-kernel@...r.kernel.org
Subject: Re: UML compile problems on -mm

> > it still fails on linking:
> > 
> >   LD      .tmp_vmlinux1
> > lib/lib.a(bug.o): In function `find_bug':
> > lib/bug.c:108: undefined reference to `__start___bug_table'
> 
> rc6-mm1 builds and boots here fine.
> 
> The bug table stuff is defined in asm-generic/vmlinux.lds.S, which is
> pulled in through arch/um/kernel/dyn.lds.S and asm-um/common.lds.S.

You mean /asm-generic/vmlinux.lds.h?

That one defines the macro named BUG_TABLE, but does not use it.  And
AFAICS neither does the other two files you mentioned.

So there's somthing fishy going on ;)

Miklos
-
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