Re: [PATCH] e1000: ring buffers resources cleanup

2006-08-19 Thread Vasily Averin
Hello Joe, Joe Perches wrote: > On Fri, 2006-08-18 at 19:02 +0400, Vasily Averin wrote: >>Memory leak was found in 2.6.18-rc4 and e1000 7.2.7 from sourceforge: >>We should free resources allocated for previous rings if following allocation >>fails. > > Did you read the comment headers in the fun

[PATCH] e1000: ring buffers resources cleanup

2006-08-18 Thread Vasily Averin
irq leak was found in 2.6.18-rc4 and e1000 7.2.7 from sourceforge: if e1000_up fails in e1000_open() we do not free allocated irq Signed-off-by: Vasily Averin <[EMAIL PROTECTED]> Thank you, Vasily Averin SWsoft Virtuozzo/OpenVZ Linux kernel team --- linux-2.6.18-rc4/drivers/net/e1000/e100

[PATCH] e1000: ring buffers resources cleanup

2006-08-18 Thread Vasily Averin
Memory leak was found in 2.6.18-rc4 and e1000 7.2.7 from sourceforge: We should free resources allocated for previous rings if following allocation fails. Signed-off-by: Vasily Averin <[EMAIL PROTECTED]> Thank you, Vasily Averin SWsoft Virtuozzo/OpenVZ Linux kernel team --- linux-2.6.18