Re: [BISECTED] 4943ba16 (include crypto- module prefix) breaks wifi

2015-04-30 Thread George Spelvin
Sorry for the long silence; the last e-mails arrived as I went on a trip, and the packet got lost. I just upgraded my laptop to 4.0.1 and had to remember the magic incantation to get the wireless working. (modprobe ctr) George, any updates on this? It turns out that I found the problem. An

Re: [PATCH RFC 1/2] crypto: add PKE API

2015-04-30 Thread Herbert Xu
On Thu, Apr 30, 2015 at 03:36:52PM -0700, Tadeusz Struk wrote: +struct pke_alg { + int (*sign)(struct pke_request *pkereq); + int (*verify)(struct pke_request *pkereq); + int (*encrypt)(struct pke_request *pkereq); + int (*decrypt)(struct pke_request *pkereq); + + u8

Re: [PATCH RFC 1/2] crypto: add PKE API

2015-04-30 Thread Tadeusz Struk
On 04/30/2015 03:43 PM, Herbert Xu wrote: Please remodel it after pcompress or the newly converted rng type. This union stuff has been obsolete since 2008 and it's time for it to die. Ok, I didn't realize. Will send v2 shortly. Thanks -- To unsubscribe from this list: send the line

Re: [PATCH crypto-2.6] lib: make memzero_explicit more robust against dead store elimination

2015-04-30 Thread mancha security
On Thu, Apr 30, 2015 at 01:43:07AM +0200, Daniel Borkmann wrote: On 04/29/2015 04:54 PM, mancha security wrote: On Wed, Apr 29, 2015 at 04:01:19PM +0200, Daniel Borkmann wrote: On 04/29/2015 03:08 PM, mancha security wrote: ... By the way, has anyone been able to verify that __memory_barrier