mbox series

[blktests,v2,0/1] nvme: require kernel config NVME_HOST_AUTH

Message ID 20231120024931.3076984-1-shinichiro.kawasaki@wdc.com (mailing list archive)
Headers show
Series nvme: require kernel config NVME_HOST_AUTH | expand

Message

Shinichiro Kawasaki Nov. 20, 2023, 2:49 a.m. UTC
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

 tests/nvme/041 |  1 +
 tests/nvme/042 |  1 +
 tests/nvme/043 |  1 +
 tests/nvme/044 |  1 +
 tests/nvme/045 |  1 +
 tests/nvme/rc  | 16 ++++++++++++++++
 6 files changed, 21 insertions(+)

Comments

Shinichiro Kawasaki Nov. 28, 2023, 5:09 a.m. UTC | #1
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.