]> git.baikalelectronics.ru Git - kernel.git/commit
device-dax: improve fault handler debug output
authorOliver O'Halloran <oohall@gmail.com>
Tue, 11 Apr 2017 15:59:36 +0000 (01:59 +1000)
committerDan Williams <dan.j.williams@intel.com>
Thu, 13 Apr 2017 04:59:13 +0000 (21:59 -0700)
commit47d02dbd5554df0c0390f5520d04999a526c23b0
tree155cae151e60850101864c7681f4ef773609ac4f
parent253d157137a2f3a39d235ae3a7fa3b233f2e9b38
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>
drivers/dax/dax.c