Jason A. Donenfeld <[email protected]> wrote: > + key->serial = get_random_u32() >> 1;
If this may sleep, it must be interruptible. David
Jason A. Donenfeld <[email protected]> wrote: > + key->serial = get_random_u32() >> 1;
If this may sleep, it must be interruptible. David