Re: [PATCH] random: remove dead code left over from blocking pool

2021-01-04 Thread Eric Biggers
On Fri, Nov 20, 2020 at 10:52:35AM -0800, Eric Biggers wrote: > On Mon, Oct 26, 2020 at 09:34:03AM -0700, Eric Biggers wrote: > > On Tue, Oct 06, 2020 at 08:50:58PM -0700, Eric Biggers wrote: > > > On Tue, Sep 15, 2020 at 09:36:52PM -0700, Eric Biggers wrote: > > > > From: Eric Biggers > > > > >

Re: [PATCH] random: remove dead code left over from blocking pool

2020-11-20 Thread Eric Biggers
On Mon, Oct 26, 2020 at 09:34:03AM -0700, Eric Biggers wrote: > On Tue, Oct 06, 2020 at 08:50:58PM -0700, Eric Biggers wrote: > > On Tue, Sep 15, 2020 at 09:36:52PM -0700, Eric Biggers wrote: > > > From: Eric Biggers > > > > > > Remove some dead code that was left over following commit 90ea1c6436

Re: [PATCH] random: remove dead code left over from blocking pool

2020-10-26 Thread Eric Biggers
On Tue, Oct 06, 2020 at 08:50:58PM -0700, Eric Biggers wrote: > On Tue, Sep 15, 2020 at 09:36:52PM -0700, Eric Biggers wrote: > > From: Eric Biggers > > > > Remove some dead code that was left over following commit 90ea1c6436d2 > > ("random: remove the blocking pool"). > > > > Signed-off-by: Eri

Re: [PATCH] random: remove dead code left over from blocking pool

2020-10-06 Thread Eric Biggers
On Tue, Sep 15, 2020 at 09:36:52PM -0700, Eric Biggers wrote: > From: Eric Biggers > > Remove some dead code that was left over following commit 90ea1c6436d2 > ("random: remove the blocking pool"). > > Signed-off-by: Eric Biggers Ping?

Re: [PATCH] random: remove dead code left over from blocking pool

2020-09-16 Thread Andy Lutomirski
On Tue, Sep 15, 2020 at 9:38 PM Eric Biggers wrote:> > From: Eric Biggers > > Remove some dead code that was left over following commit 90ea1c6436d2 > ("random: remove the blocking pool"). > Looks good to me. Reviewed-by: Andy Lutomirski

[PATCH] random: remove dead code left over from blocking pool

2020-09-15 Thread Eric Biggers
From: Eric Biggers Remove some dead code that was left over following commit 90ea1c6436d2 ("random: remove the blocking pool"). Signed-off-by: Eric Biggers --- drivers/char/random.c | 17 ++- include/trace/events/random.h | 83 --- 2 files changed, 3