libnvdimm, namespace: fix label initialization to use valid seq numbers
commitb18d4b8a25af6fe83d7692191d6ff962ea611c4f
authorDan Williams <dan.j.williams@intel.com>
Tue, 26 Sep 2017 18:41:28 +0000 (26 11:41 -0700)
committerDan Williams <dan.j.williams@intel.com>
Thu, 28 Sep 2017 16:13:06 +0000 (28 09:13 -0700)
tree5bdcb887f2b09d3a5110a3468f35df799eaf6e32
parent26417ae4fc6108f8db436f24108b08f68bdc520e
libnvdimm, namespace: fix label initialization to use valid seq numbers

The set of valid sequence numbers is {1,2,3}. The specification
indicates that an implementation should consider 0 a sign of a critical
error:

    UEFI 2.7: 13.19 NVDIMM Label Protocol

    Software never writes the sequence number 00, so a correctly
    check-summed Index Block with this sequence number probably indicates a
    critical error. When software discovers this case it treats it as an
    invalid Index Block indication.

While the expectation is that the invalid block is just thrown away, the
Robustness Principle says we should fix this to make both sequence
numbers valid.

Fixes: f524bf271a5c ("libnvdimm: write pmem label set")
Cc: <stable@vger.kernel.org>
Reported-by: Juston Li <juston.li@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/nvdimm/label.c