The following series is an updated patchset for the libfc, libfcoe and fcoe runtime logging. This is just a repost of previously posted patches. It is prepared against linux-next because at the time of this posting linux-next has scsi-misc and net-next merged. --- Robert Love (3): libfc: Add runtime debugging with debug_logging module parameter libfcoe: Add runtime debugging with module param debug_logging fcoe: Add runtime debug logging with module parameter debug_logging drivers/scsi/fcoe/fcoe.c | 108 ++++++++++++++-------------- drivers/scsi/fcoe/fcoe.h | 24 ++++++ drivers/scsi/fcoe/libfcoe.c | 94 ++++++++++++++----------- drivers/scsi/libfc/fc_disc.c | 83 +++++++++------------- drivers/scsi/libfc/fc_exch.c | 58 +++++++-------- drivers/scsi/libfc/fc_fcp.c | 97 +++++++++++++------------ drivers/scsi/libfc/fc_lport.c | 156 ++++++++++++++++++++--------------------- drivers/scsi/libfc/fc_rport.c | 120 +++++++++++++------------------- include/scsi/fc_encode.h | 2 - include/scsi/libfc.h | 77 +++++++++++++++++--- 10 files changed, 432 insertions(+), 387 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