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 "unsu
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);
> +
> +
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