Here are three patches that fix bugs. The first two fix a problem during device shutdown. The last patch is the result of a comment on the list last week for a memory leak in qib. If we are going to send another rc pull request it would be good to get them in but not worth doing one just for these patches and they can just go to for-next and work their way through the stable kernels. --- Kaike Wan (3): IB/hfi1: Do not destroy hfi1_wq when the device is shut down IB/hfi1: Do not destroy link_wq when the device is shut down IB/qib: Call kobject_put() when kobject_init_and_add() fails drivers/infiniband/hw/hfi1/init.c | 33 ++++++++++++++++++++++++--------- drivers/infiniband/hw/qib/qib_sysfs.c | 9 +++++---- 2 files changed, 29 insertions(+), 13 deletions(-) -- -Denny