Re: [PATCH v2] um: Rewrite host RNG driver.

From: Richard Weinberger
Date: Thu Aug 29 2019 - 17:03:31 EST


----- UrsprÃngliche Mail -----
>> ----- UrsprÃngliche Mail -----
>> > Von: "Dark" <dark@xxxxxxxxxxx>
>> > + // Returning -EAGAIN to userspace is not nice.
>> > + if (err == -EAGAIN)
>> > + return 0;
>>
>> Hmm, doesn't this result in a short read?
>> The current drives sets the calling task to sleep and wakes
>> it up as soon data is available again. I'd assumes ti have the
>> same behavior for the new driver.
>>
>> Thanks,
>> //richard
>
> Clearly this patch needs a lot more work before I submit it. I'll
> take some time to polish it up and then resubmit it if that's fine.

No need to worry, take your time. Thanks a lot for working on this driver!

Thanks,
//richard