diff options
author | Dan Williams <[email protected]> | 2019-01-19 10:55:04 -0800 |
---|---|---|
committer | Dan Williams <[email protected]> | 2019-01-21 09:58:31 -0800 |
commit | 11189c1089da413aa4b5fd6be4c4d47c78968819 (patch) | |
tree | 4773db1efb7bc89f0470d72a958b89eb44f55c1d /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 5e9e38d0db1d29efed1dd4cf9a70115d33521be7 (diff) |
acpi/nfit: Fix command-supported detection
The _DSM function number validation only happens to succeed when the
generic Linux command number translation corresponds with a
DSM-family-specific function number. This breaks NVDIMM-N
implementations that correctly implement _LSR, _LSW, and _LSI, but do
not happen to publish support for DSM function numbers 4, 5, and 6.
Recall that the support for _LS{I,R,W} family of methods results in the
DIMM being marked as supporting those command numbers at
acpi_nfit_register_dimms() time. The DSM function mask is only used for
ND_CMD_CALL support of non-NVDIMM_FAMILY_INTEL devices.
Fixes: 31eca76ba2fc ("nfit, libnvdimm: limited/whitelisted dimm command...")
Cc: <[email protected]>
Link: https://github.com/pmem/ndctl/issues/78
Reported-by: Sujith Pandel <[email protected]>
Tested-by: Sujith Pandel <[email protected]>
Reviewed-by: Vishal Verma <[email protected]>
Reviewed-by: Jeff Moyer <[email protected]>
Signed-off-by: Dan Williams <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions