Re: CVS commit: src/sys/arch/x86

2018-12-07 Thread Maxime Villard
Le 07/12/2018 à 17:29, Jaromír Doleček a écrit : Maybe I missed something earlier - does KASLR being enabled by default mean that x86 now doesn't any more use the direct map to copy memory pages? No. The direct map is still there and still used, the only thing is that its location is randomized

Re: CVS commit: src/sys/arch/x86

2018-12-07 Thread Jaromír Doleček
Maybe I missed something earlier - does KASLR being enabled by default mean that x86 now doesn't any more use the direct map to copy memory pages? Jaromir Le ven. 7 déc. 2018 à 16:47, Maxime Villard a écrit : > > Module Name:src > Committed By: maxv > Date: Fri Dec 7 15:47:11 UTC

Re: CVS commit: src/sys/kern

2018-12-07 Thread Maxime Villard
Le 07/12/2018 à 12:33, Manuel Bouyer a écrit : On Thu, Dec 06, 2018 at 06:43:52PM +0100, Maxime Villard wrote: Le 06/12/2018 à 11:06, Manuel Bouyer a écrit : as I understand KASLR (but I didn't look at the code), addresses are choosen at random. So I guess there's a random number generator in t

Re: CVS commit: src/sys/kern

2018-12-07 Thread Manuel Bouyer
On Thu, Dec 06, 2018 at 06:43:52PM +0100, Maxime Villard wrote: > Le 06/12/2018 à 11:06, Manuel Bouyer a écrit : > > as I understand KASLR (but I didn't look at the code), addresses are choosen > > at random. So I guess there's a random number generator in the process. > > Maybe it would be as simp