[PATCH 5/5] leaking_addresses: add support for 5 page table levels

2017-12-06 Thread Tobin C. Harding
Currently script only supports 4 page table levels because of the way the kernel address regular expression is crafted. We can do better than this. Using previously added support for kernel configuration options we can get the number of page table levels defined by CONFIG_PGTABLE_LEVELS. Using

[PATCH 5/5] leaking_addresses: add support for 5 page table levels

2017-12-06 Thread Tobin C. Harding
Currently script only supports 4 page table levels because of the way the kernel address regular expression is crafted. We can do better than this. Using previously added support for kernel configuration options we can get the number of page table levels defined by CONFIG_PGTABLE_LEVELS. Using