From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Berg Subject: Re: [mac80211] BUG_ON with current -git (4.8.0-11417-g24532f7) Date: Fri, 14 Oct 2016 10:55:03 +0200 Message-ID: <1476435303.31114.14.camel@sipsolutions.net> References: <20161010150358.GA514@swordfish> <20161010153050.GA836@swordfish> <1476263106.5271.23.camel@sipsolutions.net> <20161012141245.GA436@swordfish> <1476282127.5271.30.camel@sipsolutions.net> <1476338524.4904.1.camel@sipsolutions.net> <20161013134252.GA583@swordfish> <1476366354.4904.31.camel@sipsolutions.net> <1476429916.4382.12.camel@sipsolutions.net> <1476433699.31114.6.camel@sipsolutions.net> <1476434561.31114.7.camel@sipsolutions.net> (sfid-20161014_104721_667479_4407E3F4) Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: Andy Lutomirski , Stephen Rothwell , "linux-next-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Sergey Senozhatsky , Network Development , Sergey Senozhatsky , Herbert Xu , "David S. Miller" , Linux Wireless List , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Jouni Malinen To: Ard Biesheuvel Return-path: In-Reply-To: (sfid-20161014_104721_667479_4407E3F4) Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org On Fri, 2016-10-14 at 09:47 +0100, Ard Biesheuvel wrote: >  > Do you have a reference for the sg_set_buf() call on odata? > crypto/ccm.c does not seem to have it (afaict), It's indirect - crypto_ccm_encrypt() calls crypto_ccm_init_crypt() which does it. > and the same problem > does not exist in the accelerated arm64 implementation. In the mean > time, I will try and see if we can move aad[] off the stack in the > WPA code. I had that with per-CPU buffers, just sent the patch upthread. johannes