Re: [PATCH v2 7/7] random: Remove kernel.random.read_wakeup_threshold

From: Jann Horn
Date: Tue Sep 24 2019 - 16:31:23 EST


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?