kaslr: better rng

2017-11-05 Thread Maxime Villard
I'm in a point where I need to have a better rng before continuing - and an rng that can be used in the bootloader, in the prekern and in the kernel (early). I would like to use a system similar to the /var/db/entropy-file implementation. That is to say, when running the system generates /var/db/

xen, x86 intr code rototil alert.

2017-11-05 Thread Cherry G . Mathew
Hello, As threatened earlier [1], I checked in a bunch of preparatory commits for the big one - to overhaul our PV interrupt codepath and to unify it with the x86/intr.c paths. This would help abstract out several things, as well as make it much easier for PVHVM to happen sanely. I really would