On Fri, 2018-02-16 at 08:39 +0100, Paolo Valente wrote: > after enabling the listing options in your list, and a few other > related options, such iblock support, I get this: > > $ sudo ./run_tests -c -d -r 10 -t 02-mq -e bfq > Unloaded the ib_srpt kernel module > Unloaded the rdma_rxe kernel module > SoftRoCE network interfaces: rxe0 > Zero-initializing /dev/ram0 ... done > Zero-initializing /dev/ram1 ... done > mkdir: impossibile creare la directory "021c:42ff:fe4c:fac9": Invalid argument > Retrying with old port name format > mkdir: impossibile creare la directory "0xfe80000000000000021c42fffe4cfac9": Invalid argument Hello Paolo, Thank you for having shared your kernel config off-list. After having made the following changes to your kernel config I was able to run the srp-test software: * Enable CONFIG_DM_MULTIPATH_QL, CONFIG_DM_MULTIPATH_ST, CONFIG_SCSI_DH_RDAC, CONFIG_SCSI_DH_EMC and CONFIG_SCSI_DH_ALUA. * Disable CONFIG_KASAN. Apparently there is an incompatibility between the rdma_rxe driver and KASAN. I'm still analyzing this. Please let me know whether these changes also allow you to run the srp-test software and whether you can reproduce what I reported at the start of this e-mail thread. Thanks, Bart.