commit | ab7b02ce679764c0b09b42c7a9b19f2f53e122ea | [log] [tgz] |
---|---|---|
author | Adithya Baglody <adithya.nagaraj.baglody@intel.com> | Wed Aug 09 12:23:00 2017 +0530 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Aug 09 07:06:22 2017 -0700 |
tree | 66b6dd273e510733fd6a90104352a4f48cb752bb | |
parent | cd56290dbe66b8f94143e0dc2cb761010977d461 [diff] |
x86: MMU: Bug in _x86_mmu_buffer_validate The value of the PTE (starting_pte_num) was not calulated correctly. If size of the buffer exceeded 4KB, the buffer validation API was failing. JIRA: ZEP-2489 Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>