From 7a3f683d2783298c573e0b8f38f6ac5dc84c0adc Mon Sep 17 00:00:00 2001 From: Steven Seungcheol Lee Date: Fri, 4 Mar 2022 16:58:27 +0900 Subject: [PATCH] build: Update libnvme wrap types: fix status code type bug (wrong masking) https://github.com/linux-nvme/libnvme/pull/274/commits Bug: NVMe status: unrecognized(0x13) Meant to be: NVMe status: PRP Offset Invalid: The Offset field for a PRP entry is invalid(0x13) Signed-off-by: Steven Seungcheol Lee --- subprojects/libnvme.wrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/libnvme.wrap b/subprojects/libnvme.wrap index 8c71afbb..e8b11745 100644 --- a/subprojects/libnvme.wrap +++ b/subprojects/libnvme.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/linux-nvme/libnvme.git -revision = e9a32c8236375356a65d85084c2b9e30619f7ed2 +revision = 9d32644bbc487707a1cb0ca6ea4e1f36ccb3c57a [provide] libnvme = libnvme_dep -- 2.50.1