diff options
author | Tobin C. Harding <me@tobin.cc> | 2017-12-07 14:40:29 +1100 |
---|---|---|
committer | Tobin C. Harding <me@tobin.cc> | 2018-04-07 08:50:34 +1000 |
commit | 2f042c93a138f87a2f85e80daa5dbab6bf138045 (patch) | |
tree | 7d050a4e680ac3370e197d66b80b6709c65ba685 /net | |
parent | f9d2a42dacf96eb8a10259edafec0f66c9921d52 (diff) | |
download | linux-2f042c93a138f87a2f85e80daa5dbab6bf138045.tar.bz2 |
leaking_addresses: add support for 5 page table levels
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 this value a correct regular expression can
be crafted. This only supports 5 page tables on x86_64.
Add support for 5 page table levels on x86_64.
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions