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

2019-09-25 Thread Eric W. Biederman
Jann Horn writes: > On Fri, Sep 20, 2019 at 4:37 PM Andy Lutomirski 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 >> --- >> drivers/char/random.c | 18 +--

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

2019-09-24 Thread Jann Horn
On Fri, Sep 20, 2019 at 4:37 PM Andy Lutomirski 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 > --- > drivers/char/random.c | 18 +- > 1 file change

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

2019-09-20 Thread Andy Lutomirski
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 --- drivers/char/random.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/drivers/char/random.