The test for this fix is included in the test for the coming
patch with the support for Intel(R) Memory Protection
Extensions (Intel(R) MPX).
Signed-off-by: Valentina Giusti <valentina.giusti@intel.com>
Support for Intel(R) Memory Protection Extensions for Linux (x86_64/i386).
The Intel(R) Memory Protection Extensions (Intel(R) MPX) associates pointers
to bounds, against which the software can check memory references to
prevent out of bound memory access.
This patch allows accessing the MPX registers:
- bnd0-3: 128-bit registers to hold the bound values,
- bndcfgu, bndstatus: 64-bit configuration registers,
Signed-off-by: Valentina Giusti <valentina.giusti@intel.com>
Move register command tests into subdirectory.
Signed-off-by: Valentina Giusti <valentina.giusti@intel.com>
MPX register test.
This patch adds read/write tests for the MPX registers in the register
command tests and adds a new subdirectory for MPX specific tests.
Signed-off-by: Valentina Giusti <valentina.giusti@intel.com>