On Fri, Sep 20, 2019 at 4:37 PM Andy Lutomirski <luto@xxxxxxxxxx> wrote: > It has no effect any more, so remove it. We can revert this if > there is some user code that expects to be able to set this sysctl. > > Signed-off-by: Andy Lutomirski <luto@xxxxxxxxxx> > --- > drivers/char/random.c | 18 +----------------- > 1 file changed, 1 insertion(+), 17 deletions(-) > > diff --git a/drivers/char/random.c b/drivers/char/random.c [...] > - { > - .procname = "read_wakeup_threshold", There's a line in bin_random_table in kernel/sysctl_binary.c that refers to this sysctl, that should probably also be deleted?