From: Pavel Machek <pavel@ucw.cz>
To: kernel list <linux-kernel@vger.kernel.org>
Cc: herbert@gondor.apana.org.au, tadeusz.struk@intel.com
Subject: 4.2-rc0: akcipher breaks compilation
Date: Tue, 30 Jun 2015 11:27:50 +0200 [thread overview]
Message-ID: <20150630092750.GA4296@amd> (raw)
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
next reply other threads:[~2015-06-30 9:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-30 9:27 Pavel Machek [this message]
2015-06-30 13:48 ` 4.2-rc0: akcipher breaks compilation Herbert Xu
2015-07-01 8:54 ` Pavel Machek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150630092750.GA4296@amd \
--to=pavel@ucw.cz \
--cc=herbert@gondor.apana.org.au \
--cc=linux-kernel@vger.kernel.org \
--cc=tadeusz.struk@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.