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:	Wed, 28 Nov 2007 13:44:33 +0100
From:	Ingo Molnar <mingo@...e.hu>
To:	linux-kernel@...r.kernel.org
Cc:	David Howells <dhowells@...hat.com>,
	"David S. Miller" <davem@...emloft.net>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Herbert Xu <herbert@...dor.apana.org.au>,
	Vlad Yasevich <vladislav.yasevich@...com>,
	"Rafael J. Wysocki" <rjw@...k.pl>
Subject: [build bug] SCTP, net/sctp/auth.c, ./net/rxrpc/ar-key.c fails to
	build


* Ingo Molnar <mingo@...e.hu> wrote:

> on the latest kernel (2.6.24-rc3-git1) the attached config triggers the 
> following build error:
> 
> net/built-in.o: In function `rxrpc_destroy_s':
> ar-key.c:(.text+0x9c50d): undefined reference to `crypto_free_tfm'
> net/built-in.o: In function `rxrpc_instantiate_s':
> ar-key.c:(.text+0x9c613): undefined reference to `crypto_alloc_base'

a similar build bug happens with latest -git as well, with SCTP:

 net/built-in.o: In function `rxrpc_destroy_s':
 ar-key.c:(.text+0xc5a2b): undefined reference to `crypto_free_tfm'
 net/built-in.o: In function `rxrpc_instantiate_s':
 ar-key.c:(.text+0xc5ed9): undefined reference to `crypto_alloc_base'
 net/built-in.o: In function `sctp_endpoint_put':
 : undefined reference to `crypto_free_tfm'
 net/built-in.o: In function `sctp_inet_listen':
 : undefined reference to `crypto_free_tfm'
 net/built-in.o: In function `sctp_auth_destroy_hmacs':
 : undefined reference to `crypto_free_tfm'
 net/built-in.o: In function `sctp_auth_init_hmacs':
 : undefined reference to `crypto_alloc_base'

this is a build regression over v2.6.23. config attached.

	Ingo

View attachment "config" of type "text/plain" (43478 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ