The following series implements a few fixes here and there, nothing more. These patches were tested against scsi-misc on the day of this posting. --- Bhanu Prakash Gollapudi (3): libfc: introduce __fc_fill_fc_hdr that accepts fc_hdr as an argument libfcoe: Move FCOE_MTU definition from fcoe.h to libfcoe.h libfcoe: Remove stale fcoe-netdev entries Dan Carpenter (1): fcoe: precedence bug in fcoe_filter_frames() Parikh, Neerav (2): libfc: Fixing a memory leak when destroying an interface Revert "[SCSI] libfc: fix exchange being deleted when the abort itself is timed out" Vasu Dev (2): fcoe, libfc: initialize EM anchors list and then update npiv EMs fcoe: fix broken fcoe interface reset drivers/scsi/fcoe/fcoe.c | 60 ++++++++++++++++++++---------------- drivers/scsi/fcoe/fcoe.h | 6 ---- drivers/scsi/fcoe/fcoe_transport.c | 46 +++++++++++++++++++++++++++- drivers/scsi/libfc/fc_exch.c | 8 ++--- drivers/scsi/libfc/fc_lport.c | 1 + drivers/scsi/libfc/fc_npiv.c | 9 +---- drivers/scsi/libfc/fc_rport.c | 1 + include/scsi/fc_encode.h | 26 ++++++++++------ include/scsi/libfcoe.h | 6 ++++ 9 files changed, 108 insertions(+), 55 deletions(-) -- Thanks, //Rob -- 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