Re: [PATCH 1/3] random: remove ifdef'd out interrupt bench

From: Eric Biggers
Date: Mon Feb 21 2022 - 00:18:55 EST


On Sun, Feb 20, 2022 at 08:27:00PM -0800, Eric Biggers wrote:
> On Thu, Feb 10, 2022 at 04:50:10PM +0100, Jason A. Donenfeld wrote:
> > With tools like kbench9000 giving more finegrained responses, and this
> > basically never having been used ever since it was initially added,
> > let's just get rid of this. There *is* still work to be done on the
> > interrupt handler, but this really isn't the way it's being developed.
> >
> > Cc: Theodore Ts'o <tytso@xxxxxxx>
> > Cc: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx>
> > Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx>
> > ---
> > drivers/char/random.c | 40 ----------------------------------------
> > 1 file changed, 40 deletions(-)
>
> Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx>
>
> - Eric

Actually one comment: there is a reference to ADD_INTERRUPT_BENCH in
Documentation/admin-guide/sysctl/kernel.rst that needs to be removed.

- Eric