linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.45k stars 651 forks source link

nvme-print-json: Fix linux kernel check patch errors #2319

Closed ikegami-t closed 4 months ago

ikegami-t commented 4 months ago

Note: The long line string and strncpy() warnings are not fixed.

ikegami-t commented 4 months ago

Depended on the libnvme PR changes https://github.com/linux-nvme/libnvme/pull/828.

ikegami-t commented 4 months ago

Rebased the PR with latest master and fixed the issue mentioned by the comment https://github.com/linux-nvme/nvme-cli/pull/2321#discussion_r1589071418.

igaw commented 4 months ago

Thanks!