From 949d0aea730136d04af1fb9e0efd4427c20dee6d Mon Sep 17 00:00:00 2001 From: Keith Busch Date: Tue, 16 Jun 2020 08:10:33 -0700 Subject: [PATCH] release v1.12 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit We're about to introduce major updates from new TPs, so now seems a good time to tag a new release. Shortlog below. Adam Judge (1): Fix PMRMSC.CMSE bitmask Brandon Paupore (2): Updated/Added device IDs for SN440, ZN440, and SN640 Corrected text output in FW activation history Chaitanya Kulkarni (2): nvme: fix compiler warnings nvme: allow addr family to recognize loop James Yang (1): Adding ScaleFlux subcommands Jian Ding (1): fix apsrintf return check KLZ-0 (3): controller list argument is required in attach-ns/detach-ns commands Empty controller-id list in the ioctl call for attach/detach of namespace results effectively in no operation, yet the nvme cli reports falsely success. The controller id list must be specified with at least 1 controller in the list. Emit a warning message when no controller-id is specified Improve error message Keith Busch (5): Tag release with broken build fixes fixes for 32-bits fix uninitialized value warning fix id-ctrl power printa release v1.12 Martin George (1): fabrics: write reconnect_delay to fabrics device on connect Martin Wilck (6): connect-all: add -m/--matching option nvmf-connect@.service: use nvme connect-all --matching doc: nvme-connect-all: document -m / --matching doc: nvme-connect-all: document -p / --persistent doc: nvme-connect-all: document -q / --quiet doc: nvme-connect-all: regenerate HTML and man pages Randy (1): Add log page CA parsing Randy Bates (4): Bug fixes Fix segmentation if invalid customer id Update systemd required version. Add customer id 0x101 Steven Seungcheol Lee (2): nvme.c: remove side effects from older commit format: skipping re-read partition for same lbaf or All NS Tokunori Ikegami (1): MAINT: nvme-cli: Add LF code into error messages Tomasz Kulasek (1): remove block device checking for namespace Wu Bo (2): nvme-cli:lightnvm:fix fd leak when do ioctl failed nvme-cli:nvme:fix fd leak when an error occurs Yi Zhang (1): nvme-print: nvme list -o json fix Zhouhua Liu (1): nvme-cli: Add huawei vendor id as filter in command "nvme huawei list" 丁剑 (2): [memblaze] add select-download command [SMART] add more smart info Signed-off-by: Keith Busch --- NVME-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NVME-VERSION-GEN b/NVME-VERSION-GEN index 2624b54e..75b13d10 100755 --- a/NVME-VERSION-GEN +++ b/NVME-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=NVME-VERSION-FILE -DEF_VER=v1.11.1 +DEF_VER=v1.12 LF=' ' -- 2.50.1