[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1784617.TvuOaYV7QZ@positron.chronox.de>
Date: Thu, 21 Apr 2016 11:14:30 +0200
From: Stephan Mueller <smueller@...onox.de>
To: Ted Tso <tytso@....edu>
Cc: herbert@...dor.apana.org.au, linux-crypto@...r.kernel.org,
linux-kernel@...r.kernel.org, sandyinchina@...il.com
Subject: [PATCH 5/6] crypto: LRNG - hook LRNG into interrupt handler
The LRNG places a callback into the interrupt handler to be triggered
for each interrupt. With this callback, entropy is collected.
Signed-off-by: Stephan Mueller <smueller@...onox.de>
---
kernel/irq/handle.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c
index a15b548..8d64e37 100644
--- a/kernel/irq/handle.c
+++ b/kernel/irq/handle.c
@@ -175,6 +175,7 @@ irqreturn_t handle_irq_event_percpu(struct irq_desc *desc)
}
add_interrupt_randomness(irq, flags);
+ lrng_irq_process();
if (!noirqdebug)
note_interrupt(desc, retval);
--
2.5.5
Powered by blists - more mailing lists