[PATCH v3 0/3] random: Jens' {read,write}_iter respin

Jason A. Donenfeld posted 3 patches 3 years, 11 months ago
drivers/char/random.c | 121 ++++++++++++++++++++++--------------------
1 file changed, 63 insertions(+), 58 deletions(-)
[PATCH v3 0/3] random: Jens' {read,write}_iter respin
Posted by Jason A. Donenfeld 3 years, 11 months ago
Hey Jens,

Here's what I've done to your patches. Could you let me know if I've
mangled anything in the process?

Jason

Jens Axboe (3):
  random: convert to using fops->read_iter()
  random: convert to using fops->write_iter()
  random: wire up fops->splice_{read,write}_iter()

 drivers/char/random.c | 121 ++++++++++++++++++++++--------------------
 1 file changed, 63 insertions(+), 58 deletions(-)

-- 
2.35.1
Re: [PATCH v3 0/3] random: Jens' {read,write}_iter respin
Posted by Jens Axboe 3 years, 11 months ago
On 5/19/22 6:40 PM, Jason A. Donenfeld wrote:
> Hey Jens,
> 
> Here's what I've done to your patches. Could you let me know if I've
> mangled anything in the process?

Looks good, just one request for patch 1, I'll send it separately.
Feel free to queue them up, thanks.

-- 
Jens Axboe