This is the second repost + fixups to get the patches applied against v4.9-rc4. mkp's scsi for-next tree can be merged with no conflicts. The last repost was not merged and stalled after Chad Dupuis said to hold on because he is testing but never came back with the results [0]. Johannes confirmed that he did some testing of bnx2fc but he is not sure about bnx2i [1]. hch asked later about something different but wanted them in since they were tested as-is [2]. The whole series is also available at git://git.kernel.org/pub/scm/linux/kernel/git/bigeasy/hotplug-staging.git scsi/bnx2 [0] https://lkml.kernel.org/r/yq137l2mm13.fsf@xxxxxxxxxxxxxxxxxx [1] https://lkml.kernel.org/r/20161108072434.gnnhmrkkmxroy6dv@xxxxxxxxxxxxxxx [2] https://lkml.kernel.org/r/20161107191025.GA5357@xxxxxx Sebastian Andrzej Siewior (5): scsi: bnx2i: convert to kworker scsi: bnx2fc: convert per-CPU thread to kworker scsi: bnx2fc: clean up header definitions scsi: bnx2fc: annoate unlock + release for sparse scsi: bnx2fc: convert bnx2fc_l2_rcv_thread() to worker drivers/scsi/bnx2fc/bnx2fc.h | 7 +- drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 233 +++++++------------------------------- drivers/scsi/bnx2fc/bnx2fc_hwi.c | 28 ++--- drivers/scsi/bnx2fc/bnx2fc_io.c | 2 + drivers/scsi/bnx2i/bnx2i.h | 11 +- drivers/scsi/bnx2i/bnx2i_hwi.c | 101 +++++++---------- drivers/scsi/bnx2i/bnx2i_init.c | 121 ++------------------ include/scsi/libfcoe.h | 1 - 8 files changed, 111 insertions(+), 393 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html