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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 30 Jun 2015 11:27:50 +0200
From:	Pavel Machek <pavel@....cz>
To:	kernel list <linux-kernel@...r.kernel.org>
Cc:	herbert@...dor.apana.org.au, tadeusz.struk@...el.com
Subject: 4.2-rc0: akcipher breaks compilation

Hi!

CC      crypto/akcipher.o
    CC      block/bio.o
    crypto/akcipher.c: In function ‘crypto_akcipher_report’:
    crypto/akcipher.c:30:32: error: storage size of ‘rakcipher’ isn’t
    known
      struct crypto_report_akcipher rakcipher;
                                      ^
				      crypto/akcipher.c:34:19: error:
    ‘CRYPTOCFGA_REPORT_AKCIPHER’ undeclared (first use in this
    function)
      if (nla_put(skb, CRYPTOCFGA_REPORT_AKCIPHER,
                         ^
			 crypto/akcipher.c:34:19: note: each
    undeclared identifier is reported only once for each function it
    appears in
    crypto/akcipher.c:35:14: error: invalid application of ‘sizeof’ to
    incomplete type ‘struct crypto_report_akcipher’
           sizeof(struct crypto_report_akcipher), &rakcipher))
	                 ^
			 crypto/akcipher.c:30:32: warning: unused
    variable ‘rakcipher’ [-Wunused-variable]
      struct crypto_report_akcipher rakcipher;
                                      ^
				      scripts/Makefile.build:258:
    recipe for target 'crypto/akcipher.o' failed
    make[1]: *** [crypto/akcipher.o] Error 1
    Makefile:945: recipe for target 'crypto' failed
    make: *** [crypto] Error 2
    make: *** Waiting for unfinished jobs....

Plus... it is not easy to disable akcipher due to "interesting"
Kconfig with select maze...
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
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