From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752035AbbCJGDm (ORCPT ); Tue, 10 Mar 2015 02:03:42 -0400 Received: from ringil.hengli.com.au ([178.18.16.133]:55501 "EHLO ringil.hengli.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751230AbbCJGDi (ORCPT ); Tue, 10 Mar 2015 02:03:38 -0400 Date: Tue, 10 Mar 2015 17:03:28 +1100 From: Herbert Xu To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Stephan Mueller , "David S. Miller" , Linux Crypto Mailing List , netdev@vger.kernel.org Subject: Re: linux-next: build warnings after merge of the crypto tree Message-ID: <20150310060328.GA14997@gondor.apana.org.au> References: <20150310164417.540c18a4@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150310164417.540c18a4@canb.auug.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 10, 2015 at 04:44:17PM +1100, Stephen Rothwell wrote: > Hi Herbert, > > After merging the crypto tree, today's (and the past few days) > linux-next build (powerpc allyesconfig) produced these warnings: > > crypto/algif_aead.c:561:2: warning: initialization from incompatible pointer type > .sendmsg = aead_sendmsg, > ^ > crypto/algif_aead.c:561:2: warning: (near initialization for 'algif_aead_ops.sendmsg') > crypto/algif_aead.c:563:2: warning: initialization from incompatible pointer type > .recvmsg = aead_recvmsg, > ^ > crypto/algif_aead.c:563:2: warning: (near initialization for 'algif_aead_ops.recvmsg') > > Introduced by commit 400c40cf78da ("crypto: algif - add AEAD support"). This is a bit of a bummer. What happened is that net-next has killed the kiocb argument to sendmsg/recvmsg. However, this change is obviously not part of the crypto tree and algif_aead only exists in the crypto tree. So Stephen could you fix this by hand until one of them is merged upstream (just kill the first argument in aead_sendmsg/aead_recvmsg)? Thanks! -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt