nvme: strip trailing 0-bytes in wwid_show
authorMartin Wilck <[email protected]>
Thu, 20 Jul 2017 16:34:02 +0000 (18:34 +0200)
committerChristoph Hellwig <[email protected]>
Thu, 10 Aug 2017 08:43:31 +0000 (10:43 +0200)
commit758f3735580c21b8a36d644128af6608120a1dde
tree34f4a8c0eeed293d6ab28004118d9246331993b5
parent7dd1ab163c17e11473a65b11f7e748db30618ebb
nvme: strip trailing 0-bytes in wwid_show

Some broken controllers (such as earlier Linux targets) pad model or
serial fields with 0-bytes rather than spaces. The NVMe spec disallows
0 bytes in "ASCII" fields.  Thus strip trailing 0-bytes, too. Also make
sure that we get no underflow for pathological input.

Signed-off-by: Martin Wilck <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Reviewed-by: Keith Busch <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
drivers/nvme/host/core.c