commit | 762026203c0b87b1088342b664e67ca7c45fb7c4 | [log] [tgz] |
---|---|---|
author | Oliver O'Halloran <oohall@gmail.com> | Wed Apr 12 01:59:36 2017 +1000 |
committer | Dan Williams <dan.j.williams@intel.com> | Wed Apr 12 21:59:13 2017 -0700 |
tree | 155cae151e60850101864c7681f4ef773609ac4f | |
parent | 54eafcc9e339affb8982fd21e1fc4aa4a036655b [diff] |
device-dax: improve fault handler debug output A couple of minor improvements to the debug output in the fault handlers: a) Print the region alignment and fault size when we sent a SIGBUS because the region alignment is greater than the fault size. b) Fix the message in the PFN_{DEV|MAP} check. c) Additionally print the fault size enum value in the huge fault handler. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>