The following series consists of a variety of libfc and fcoe fixes. --- Abhijeet Joglekar (6): libfc: whenever queueing delete ev for rport, set state to NONE libfc: Change state to NONE in fc_lport_destroy libfc: During fabric logoff, flush the rport Q after logging off dns port libfc: Track rogue remote ports libfc: Do not retry if the new state is not the same as old state libfc: Hold disc mutex while processing gpn ft resp Chris Leech (2): fcoe: fix spelling typos and bad comments fcoe: don't export functions that are internal to fcoe Dan Carpenter (1): fcoe: kfree() -> kfree_skb() Joe Eykholt (1): fcoe: fip: add multicast filter to receive FIP advertisements. Robert Love (1): libfc: Fix compilation warnings with allmodconfig drivers/scsi/fcoe/fcoe.c | 59 +++++++++++------------------- drivers/scsi/fcoe/libfcoe.c | 2 + drivers/scsi/libfc/fc_disc.c | 54 ++++++++++++++++++++------- drivers/scsi/libfc/fc_elsct.c | 2 + drivers/scsi/libfc/fc_fcp.c | 7 ++-- drivers/scsi/libfc/fc_lport.c | 74 +++++++++++++++++++++++-------------- drivers/scsi/libfc/fc_rport.c | 82 +++++++++++++++++++++++++++++++---------- include/scsi/fc/fc_fs.h | 1 + include/scsi/libfc.h | 1 + 9 files changed, 175 insertions(+), 107 deletions(-) -- //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