Skip to content

Commit

Permalink
char/lrng: add capability to store the return IP of the hard interrup…
Browse files Browse the repository at this point in the history
…t handler for RT

Signed-off-by: Alexandre Frade <kernel@xanmod.org>
  • Loading branch information
xanmod committed Oct 17, 2021
1 parent 6ae8c67 commit 1db06d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/lrng/lrng_es_irq.c
Expand Up @@ -754,7 +754,7 @@ static inline void lrng_time_process(void)
}

/* Hot code path - Callback for interrupt handler */
void add_interrupt_randomness(int irq, int irq_flg)
void add_interrupt_randomness(int irq, int irq_flg, __u64 ip)
{
if (lrng_pool_highres_timer()) {
lrng_time_process();
Expand Down

0 comments on commit 1db06d4

Please sign in to comment.