Re: [ofa-general] InfiniBand/RDMA merge plans for 2.6.25

2008-01-24 Thread Roland Dreier
> > Anyway, here are all the pending things that I'm aware of. As usual, > > if something isn't already in my tree and isn't listed below, I > > probably missed it or dropped it by mistake. Please remind me again > > in that case. > > Are there any plans to merge the SDP (Sockets Direct

Re: [ofa-general] InfiniBand/RDMA merge plans for 2.6.25

2008-01-24 Thread Roland Dreier
Anyway, here are all the pending things that I'm aware of. As usual, if something isn't already in my tree and isn't listed below, I probably missed it or dropped it by mistake. Please remind me again in that case. Are there any plans to merge the SDP (Sockets Direct Protocol)

Re: [ofa-general] InfiniBand/RDMA merge plans for 2.6.25

2008-01-23 Thread Bart Van Assche
On Jan 18, 2008 1:11 AM, Roland Dreier <[EMAIL PROTECTED]> wrote: > Anyway, here are all the pending things that I'm aware of. As usual, > if something isn't already in my tree and isn't listed below, I > probably missed it or dropped it by mistake. Please remind me again > in that case. Are

Re: [ofa-general] InfiniBand/RDMA merge plans for 2.6.25

2008-01-23 Thread Bart Van Assche
On Jan 18, 2008 1:11 AM, Roland Dreier [EMAIL PROTECTED] wrote: Anyway, here are all the pending things that I'm aware of. As usual, if something isn't already in my tree and isn't listed below, I probably missed it or dropped it by mistake. Please remind me again in that case. Are there

RE: [ofa-general] InfiniBand/RDMA merge plans for 2.6.25

2008-01-18 Thread Hal Rosenstock
On Fri, 2008-01-18 at 09:42 -0800, Sean Hefty wrote: > >> Sean Hefty (6): > >> IB/mad: Fix incorrect access to items on local_list > > > >It wasn't clear to me that this issue was ever really nailed. Was the > >loop on this closed ? > > The error that this patches addresses is fairly

RE: [ofa-general] InfiniBand/RDMA merge plans for 2.6.25

2008-01-18 Thread Sean Hefty
>> Sean Hefty (6): >> IB/mad: Fix incorrect access to items on local_list > >It wasn't clear to me that this issue was ever really nailed. Was the >loop on this closed ? The error that this patches addresses is fairly obvious if you inspect the code. There's a strong chance that the patch

Re: [ofa-general] InfiniBand/RDMA merge plans for 2.6.25

2008-01-18 Thread Hal Rosenstock
On Thu, 2008-01-17 at 16:11 -0800, Roland Dreier wrote: > Here all the patches I already have in my for-2.6.25 branch: > Sean Hefty (6): > IB/mad: Fix incorrect access to items on local_list It wasn't clear to me that this issue was ever really nailed. Was the loop on this closed ? -- Hal

RE: [ofa-general] InfiniBand/RDMA merge plans for 2.6.25

2008-01-18 Thread Hal Rosenstock
On Fri, 2008-01-18 at 09:42 -0800, Sean Hefty wrote: Sean Hefty (6): IB/mad: Fix incorrect access to items on local_list It wasn't clear to me that this issue was ever really nailed. Was the loop on this closed ? The error that this patches addresses is fairly obvious if you

Re: [ofa-general] InfiniBand/RDMA merge plans for 2.6.25

2008-01-18 Thread Hal Rosenstock
On Thu, 2008-01-17 at 16:11 -0800, Roland Dreier wrote: Here all the patches I already have in my for-2.6.25 branch: Sean Hefty (6): IB/mad: Fix incorrect access to items on local_list It wasn't clear to me that this issue was ever really nailed. Was the loop on this closed ? -- Hal --

RE: [ofa-general] InfiniBand/RDMA merge plans for 2.6.25

2008-01-18 Thread Sean Hefty
Sean Hefty (6): IB/mad: Fix incorrect access to items on local_list It wasn't clear to me that this issue was ever really nailed. Was the loop on this closed ? The error that this patches addresses is fairly obvious if you inspect the code. There's a strong chance that the patch fixes