Bug 9934
Summary: | InfiniBand: ib_write_bw triggers kernel bug in ib_mthca | ||
---|---|---|---|
Product: | Drivers | Reporter: | Bart Van Assche (bvanassche) |
Component: | Infiniband/RDMA | Assignee: | Roland Dreier (roland) |
Status: | RESOLVED CODE_FIX | ||
Severity: | high | CC: | protasnb, roland |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.24 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
Kernel config (.config)
add missing sg_init_table() call |
Description
Bart Van Assche
2008-02-11 04:54:35 UTC
Created attachment 14778 [details]
Kernel config (.config)
Looks like the various sg-list conversions left out some needed calls to sg_init_table(). I'll fix this up. Created attachment 14782 [details]
add missing sg_init_table() call
Please try this patch and let me know if this fixes things.
The attached patch solves this issue. Thanks for the quick fix ! Roland, I can't see this commit neither in Linus nor in IB tree. Is it planned to be submitted? Sorry, the upstream fix is in a slightly different spot. It is fe174357 ("IB/mthca: Add missing sg_init_table() in mthca_map_user_db()"), which went into Linus's tree just after 2.6.25-rc1. |