Re: [PATCH resend] ib/ehca: rework destroy_eq()

2009-12-09 Thread Roland Dreier
thanks, applied -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH resend] ib/ehca: rework destroy_eq()

2009-11-23 Thread Roland Dreier
> seems like I used your old mail address and I forgot to add the linux-rdma > list. Yes... it didn't go onto patchwork so I missed it. Will review and apply, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org

[PATCH resend] ib/ehca: rework destroy_eq()

2009-11-20 Thread Alexander Schmidt
The ibmebus_free_irq() function, which might sleep, was called with interrupts disabled. To ship around this, make sure that no interrupts are running by killing the interrupt tasklet. Also lock the shca_list_lock to protect against the poll_eqs_timer running concurrently. Signed-off-by: Alexander