[PATCH 10/23] x86, kaiser: make sure static PGDs are 8k in size

2017-10-31 Thread Dave Hansen
We have a few PGDs that come out of the kernel binary instead of being allocated dynamically. Before this patch, they are all 8k-aligned, but we also need them to be 8k in *size*e The original KAISER patch did not do this. It probably just lucked out that it did not trample over data after the

[PATCH 10/23] x86, kaiser: make sure static PGDs are 8k in size

2017-10-31 Thread Dave Hansen
We have a few PGDs that come out of the kernel binary instead of being allocated dynamically. Before this patch, they are all 8k-aligned, but we also need them to be 8k in *size*e The original KAISER patch did not do this. It probably just lucked out that it did not trample over data after the