James, Please consider including the following patches in the 3.5+ merge window. Thanks, Bhanu Bhanu Prakash Gollapudi (4): bnx2fc: Support interface creation on non-VLAN interface also. bnx2fc: Improve error recovery by handling parity errors bnx2fc: use list_entry instead of explicit cast bnx2fc: Bumped version to 1.0.12 Eric Dumazet (1): bnx2fc: use kthread_create_on_node Joe Perches (1): bnx2fc: Reduce object size by consolidating formats drivers/scsi/bnx2fc/Makefile | 3 +- drivers/scsi/bnx2fc/bnx2fc.h | 9 +++- drivers/scsi/bnx2fc/bnx2fc_debug.c | 70 ++++++++++++++++++++++++++++++++++ drivers/scsi/bnx2fc/bnx2fc_debug.h | 73 +++++++++--------------------------- drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 46 +++++++++++------------ drivers/scsi/bnx2fc/bnx2fc_hwi.c | 4 +- drivers/scsi/bnx2fc/bnx2fc_io.c | 21 +++------- drivers/scsi/bnx2fc/bnx2fc_tgt.c | 39 ++++++++++++------- 8 files changed, 153 insertions(+), 112 deletions(-) create mode 100644 drivers/scsi/bnx2fc/bnx2fc_debug.c -- 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