Message ID | 20231120024931.3076984-1-shinichiro.kawasaki@wdc.com (mailing list archive) |
---|---|
Headers | show |
Series | nvme: require kernel config NVME_HOST_AUTH | expand |
On Nov 20, 2023 / 11:49, Shin'ichiro Kawasaki wrote: > Yi Zhang reported test cases for nvme authentication feature fail with > linux-block/for-next kernel [1]. I observed the failures with kernel v6.7-rc1. > Chris Leech pointed out that the test cases require kernel config option > NVME_HOST_AUTH. This fix patch modifies the test cases to ensure the > requirement. I added a Reviewed-by tag by Daneil per record on GitHub [2]. > > [1] https://lore.kernel.org/linux-block/CAHj4cs8yZ4-BXqTK4W0UsPpmc2ctCD=_mYiwuAuvcmgS3+KJ8g@mail.gmail.com/ > [2] https://github.com/kawasaki/blktests/commit/81110ce8056f16716d09774e6f237ea0393579e1 > > Changes from v1: > * Refer nvme-fabrics sysfs attribute to not rely on kernel version > > Shin'ichiro Kawasaki (1): > nvme/{041,042,043,044,045}: check dhchap_ctrl_secret support by > nvme-fabrics FYI, the patch has been applied.