Hi Omar, here are two small tests which have been lingering in my repository for far too long, so I figured it's time to finally post them. The first is a rather trivial one for testing ANA states, the second finally adds a test case for the FC Loop driver. It also serves as a template on how to actually _use_ the FC Loop driver itself :-) However, that one uncovered a use-after-free issue in the NVMe-FC stack; check the 'Fixme' line in the test. As it _might_ be a generic issue and not something specific to fcloop I'm posting it now to allow other people (Hi James!) to reproduce and possibly fix it. As usual, comments and reviews are welcome. Hannes Reinecke (3): nvme: enable ANA support nvme/033: add test for ANA state transition tests/nvme/034: Add a test for the fcloop driver common/fcloop | 58 ++++++++++++++++++++++ tests/nvme/033 | 139 +++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/nvme/033.out | 18 +++++++ tests/nvme/034 | 122 ++++++++++++++++++++++++++++++++++++++++++++++ tests/nvme/034.out | 3 ++ tests/nvme/rc | 88 +++++++++++++++++++++++++++++++-- 6 files changed, 425 insertions(+), 3 deletions(-) create mode 100644 common/fcloop create mode 100644 tests/nvme/033 create mode 100644 tests/nvme/033.out create mode 100644 tests/nvme/034 create mode 100644 tests/nvme/034.out -- 2.13.7