Quoting r. Or Gerlitz <[EMAIL PROTECTED]>: > Subject: Re: [PATCH] fmr pool: remove unnecessary pointer dereference > > On 7/13/06, Michael S. Tsirkin <[EMAIL PROTECTED]> wrote: > > Andrew, could you please drop the following into -mm and on to Linus?
OK, by popular demand :) I have put the following patches from upstream in svn: r8530 | mst | 2006-07-16 17:05:12 +0300 (Sun, 16 Jul 2006) | 5 lines Merge from upstream: remove an extra pointer deference from the fmr interface Signed-off-by: Michael S. Tsirkin <[EMAIL PROTECTED]> ------------------------------------------------------------------------ r8529 | mst | 2006-07-16 17:01:20 +0300 (Sun, 16 Jul 2006) | 8 lines mthca_ah_query returs the static rate of the address handle in internal mthc format. fix it to use rate encoding from enum ib_rate, which is what users expect. Signed-off-by: Jack Morgenstein <[EMAIL PROTECTED]> Signed-off-by: Michael S. Tsirkin <[EMAIL PROTECTED]> ------------------------------------------------------------------------ r8528 | mst | 2006-07-16 17:00:10 +0300 (Sun, 16 Jul 2006) | 5 lines IB/sa: merge from upstream: use gfp_mask specified by user for idr allocations Signed-off-by: Michael S. Tsirkin <[EMAIL PROTECTED]> ------------------------------------------------------------------------ r8527 | mst | 2006-07-16 16:54:05 +0300 (Sun, 16 Jul 2006) | 12 lines Already applied in 2.6.18. [PATCH] srp: fix fmr error handling srp_unmap_data assumes req->fmr is NULL if the request is not mapped, so we must clean it out in case of an error. Signed-off-by: Vu Pham <[EMAIL PROTECTED]> Signed-off-by: Michael S. Tsirkin <[EMAIL PROTECTED]> Acked-by: Roland Dreier <[EMAIL PROTECTED]> ------------------------------------------------------------------------ There were also lockdep-related fixes in mthca but I haven't the time to tackle them yet. -- MST _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
