[PATCH 0/3] cleanup init-time fast/slow key loading

Jason A. Donenfeld posted 3 patches 4 years, 4 months ago
Failed in applying to current master (apply log)
drivers/char/random.c | 120 +++++++++++++++++++++---------------------
1 file changed, 60 insertions(+), 60 deletions(-)
[PATCH 0/3] cleanup init-time fast/slow key loading
Posted by Jason A. Donenfeld 4 years, 4 months ago
The crng direct key loading functions used at early boot were
inconsistent and there were a few subtle bugs around their usage. This
short series cleans that up.

Jason A. Donenfeld (3):
  random: unify early init crng load accounting
  random: check for crng_init == 0, not crng_ready() in
    add_device_randomness()
  random: use trylock in irq handler rather than spinning

 drivers/char/random.c | 120 +++++++++++++++++++++---------------------
 1 file changed, 60 insertions(+), 60 deletions(-)

-- 
2.35.0