All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: "<linux-wireless@vger.kernel.org>"
	<linux-wireless@vger.kernel.org>,
	Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>,
	"<netdev@vger.kernel.org>" <netdev@vger.kernel.org>,
	Herbert Xu <herbert@gondor.apana.org.au>
Subject: Re: [PATCH v4] mac80211: move extra crypto data off the stack
Date: Mon, 17 Oct 2016 15:16:09 +0200	[thread overview]
Message-ID: <1476710169.315.1.camel@sipsolutions.net> (raw)
In-Reply-To: <CAKv+Gu9OT6r3gbrLi_wzBcPXoA6K9z=-4ybrgQy4X=FvjOOuhA@mail.gmail.com> (sfid-20161017_150649_562459_576A0780)

On Mon, 2016-10-17 at 14:06 +0100, Ard Biesheuvel wrote:
> 
> Actually, while I think it will be worthwhile going forward to
> implement such an 'auxiliary data' feature in a generic way, I still
> think we should address the issue at hand without too much
> complication.
> 
> If we pedal back to the version of 'mac80211: move struct aead_req
> off the stack' that uses kzalloc() instead of aead_request_alloc(),
> we can simply add some space for aad[] and/or zero[], and get rid of
> the kmem cache entirely.
> 
> If you're past this point already, i won't bother but otherwise I can
> rework 'mac80211: move struct aead_req off the stack' so that the
> other patch is no longer required (and IIRC, this is actually
> something you proposed yourself a couple of iterations ago?)

Yes, I did consider that.

It makes some sense, and I guess the extra memcpy() would be cheaper
than the extra alloc?

I'd happily use that instead of the combination of my two patches. The
aead_request_alloc() is just a simple inline anyway, so no real problem
not using it.

johannes

  reply	other threads:[~2016-10-17 13:16 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-17  8:33 [PATCH v4] mac80211: move extra crypto data off the stack Johannes Berg
2016-10-17  8:33 ` Johannes Berg
2016-10-17  9:14 ` Ard Biesheuvel
2016-10-17  9:17   ` Ard Biesheuvel
2016-10-17  9:23   ` Johannes Berg
2016-10-17  9:23     ` Johannes Berg
2016-10-17  9:30     ` Ard Biesheuvel
2016-10-17  9:35       ` Johannes Berg
2016-10-17  9:35         ` Johannes Berg
2016-10-17  9:49         ` Ard Biesheuvel
2016-10-17  9:49           ` Ard Biesheuvel
2016-10-17  9:52         ` Ard Biesheuvel
2016-10-17  9:52           ` Ard Biesheuvel
2016-10-17  9:54           ` Johannes Berg
2016-10-17  9:54             ` Johannes Berg
2016-10-17 10:02             ` Ard Biesheuvel
2016-10-17 10:02               ` Ard Biesheuvel
2016-10-17 13:06               ` Ard Biesheuvel
2016-10-17 13:06                 ` Ard Biesheuvel
2016-10-17 13:16                 ` Johannes Berg [this message]
2016-10-17 13:20                   ` Ard Biesheuvel
2016-10-17 13:20                     ` Ard Biesheuvel
2016-10-17 13:25                     ` Johannes Berg

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=1476710169.315.1.camel@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=ard.biesheuvel@linaro.org \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=sergey.senozhatsky.work@gmail.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.