Re: [PATCH 1/2] Fix the memory leak Intel RNG driver for 2.6.21-rc7-mm1

2007-05-02 Thread Jan Beulich
>Prarit, Jan: here's the original patch plus the two fixups. Could you please >re-review and ideally re-test this, let me know the result? Works fine for me - ack. Jan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More maj

Re: [PATCH 1/2] Fix the memory leak Intel RNG driver for 2.6.21-rc7-mm1

2007-04-30 Thread Prarit Bhargava
Andrew Morton wrote: On Thu, 26 Apr 2007 15:27:31 +0900 "Tomita, Haruo" <[EMAIL PROTECTED]> wrote: This patch fixes a memory leak in mod_init(). In the error, intel_rng_hw was freed. intel-rng.c |8 1 file changed, 4 insertions(+), 4 deletions(-) --- linux-2.6.21-rc7-mm1/dr

Re: [PATCH 1/2] Fix the memory leak Intel RNG driver for 2.6.21-rc7-mm1

2007-04-28 Thread Andrew Morton
On Thu, 26 Apr 2007 15:27:31 +0900 "Tomita, Haruo" <[EMAIL PROTECTED]> wrote: > This patch fixes a memory leak in mod_init(). > In the error, intel_rng_hw was freed. > > intel-rng.c |8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > --- linux-2.6.21-rc7-mm1/drivers/char/hw_r

[PATCH 1/2] Fix the memory leak Intel RNG driver for 2.6.21-rc7-mm1

2007-04-26 Thread Tomita, Haruo
This patch fixes a memory leak in mod_init(). In the error, intel_rng_hw was freed. intel-rng.c |8 1 file changed, 4 insertions(+), 4 deletions(-) --- linux-2.6.21-rc7-mm1/drivers/char/hw_random/intel-rng.c.orig 2007-04-26 11:56:03.0 +0900 +++ linux-2.6.21-rc7-mm1/d