Re: [-mm Patch] INFINIBAND: check the return value of kmalloc

2007-07-09 Thread Steve Wise
Looks good. Roland Dreier wrote: thanks, I added Jesper's suggestion to the original patch and queued this for 2.6.23: (Steve, let me know if this looks OK or not to you) commit 8d339921a2cb279457dce79f8a308978e0b41b27 Author: WANG Cong <[EMAIL PROTECTED]> Date: Thu Jul 5 14:40:32 2007 -070

Re: [-mm Patch] INFINIBAND: check the return value of kmalloc

2007-07-05 Thread WANG Cong
On Thu, Jul 05, 2007 at 02:42:37PM -0700, Roland Dreier wrote: >thanks, I added Jesper's suggestion to the original patch and queued >this for 2.6.23: > >(Steve, let me know if this looks OK or not to you) > >commit 8d339921a2cb279457dce79f8a308978e0b41b27 >Author: WANG Cong <[EMAIL PROTECTED]> >Da

Re: [-mm Patch] INFINIBAND: check the return value of kmalloc

2007-07-05 Thread Jesper Juhl
On 05/07/07, Roland Dreier <[EMAIL PROTECTED]> wrote: thanks, I added Jesper's suggestion to the original patch and queued this for 2.6.23: (Steve, let me know if this looks OK or not to you) It certainly looks OK to me :-) commit 8d339921a2cb279457dce79f8a308978e0b41b27 Author: WANG Cong <

Re: [-mm Patch] INFINIBAND: check the return value of kmalloc

2007-07-05 Thread Roland Dreier
thanks, I added Jesper's suggestion to the original patch and queued this for 2.6.23: (Steve, let me know if this looks OK or not to you) commit 8d339921a2cb279457dce79f8a308978e0b41b27 Author: WANG Cong <[EMAIL PROTECTED]> Date: Thu Jul 5 14:40:32 2007 -0700 RDMA/cxgb3: Check return of km

Re: [-mm Patch] INFINIBAND: check the return value of kmalloc

2007-07-04 Thread Jesper Juhl
On 04/07/07, WANG Cong <[EMAIL PROTECTED]> wrote: Don't forget to check the return value of kmalloc(). Signed-off-by: WANG Cong <[EMAIL PROTECTED]> --- Index: linux-2.6.22-rc6-mm1/drivers/infiniband/hw/cxgb3/iwch_provider.c === -

[-mm Patch] INFINIBAND: check the return value of kmalloc

2007-07-04 Thread WANG Cong
Don't forget to check the return value of kmalloc(). Signed-off-by: WANG Cong <[EMAIL PROTECTED]> --- Index: linux-2.6.22-rc6-mm1/drivers/infiniband/hw/cxgb3/iwch_provider.c === --- a/drivers/infiniband/hw/cxgb3/iwch_provider.c