From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752003AbbF3J16 (ORCPT ); Tue, 30 Jun 2015 05:27:58 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:56305 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751459AbbF3J1w (ORCPT ); Tue, 30 Jun 2015 05:27:52 -0400 Date: Tue, 30 Jun 2015 11:27:50 +0200 From: Pavel Machek To: kernel list Cc: herbert@gondor.apana.org.au, tadeusz.struk@intel.com Subject: 4.2-rc0: akcipher breaks compilation Message-ID: <20150630092750.GA4296@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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