libnvdimm, pmem: Fix badblocks population for 'raw' namespaces
authorDan Williams <dan.j.williams@intel.com>
Thu, 4 Oct 2018 23:32:08 +0000 (16:32 -0700)
committerDan Williams <dan.j.williams@intel.com>
Tue, 9 Oct 2018 07:04:56 +0000 (00:04 -0700)
commit91ed7ac444ef749603a95629a5ec483988c4f14b
tree84101eb63683e8848b25309186a8338bc789f2e9
parent55781b66936ee4e15cdd6d591b26662ab9d2d847
libnvdimm, pmem: Fix badblocks population for 'raw' namespaces

The driver is only initializing bb_res in the devm_memremap_pages()
paths, but the raw namespace case is passing an uninitialized bb_res to
nvdimm_badblocks_populate().

Fixes: e8d513483300 ("memremap: change devm_memremap_pages interface...")
Cc: <stable@vger.kernel.org>
Cc: Christoph Hellwig <hch@lst.de>
Reported-by: Jacek Zloch <jacek.zloch@intel.com>
Reported-by: Krzysztof Rusocki <krzysztof.rusocki@intel.com>
Reviewed-by: Vishal Verma <vishal.l.verma@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/nvdimm/pmem.c