Some incremental patches: Patch 1 re-adds checks for absence of a valid badblocks struct in the badblocks API Patch 2 moves ARS calls from the nfit driver to core Patch 3 changes the status checking for ARS_START and ARS_STATUS from using magic numbers to enums. Vishal Verma (3): badblocks: add null checks for bb in the badblocks api libnvdimm, nfit: move nvdimm poison search to core libnvdimm: use enums for ARS statuses block/badblocks.c | 21 +++-- drivers/acpi/nfit.c | 198 +--------------------------------------------- drivers/nvdimm/core.c | 197 ++++++++++++++++++++++++++++++++++++++++++++- drivers/nvdimm/nd-core.h | 13 +++ include/linux/libnvdimm.h | 3 +- 5 files changed, 227 insertions(+), 205 deletions(-) -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html