Re: uvm_pagelookup(): moar sanity checks

2023-08-11 Thread Mark Kettenis
> Date: Fri, 11 Aug 2023 21:34:45 +0200 > From: Martin Pieuchot > > On 11/08/23(Fri) 20:41, Mark Kettenis wrote: > > > Date: Fri, 11 Aug 2023 20:12:19 +0200 > > > From: Martin Pieuchot > > > > > > Here's a simple diff to add some more sanity checks in uvm_pagelookup(). > > > > > > Nothing fanc

Re: uvm_pagelookup(): moar sanity checks

2023-08-11 Thread Martin Pieuchot
On 11/08/23(Fri) 20:41, Mark Kettenis wrote: > > Date: Fri, 11 Aug 2023 20:12:19 +0200 > > From: Martin Pieuchot > > > > Here's a simple diff to add some more sanity checks in uvm_pagelookup(). > > > > Nothing fancy, it helps documenting the flags and reduce the difference > > with NetBSD. This

Re: uvm_pagelookup(): moar sanity checks

2023-08-11 Thread Mark Kettenis
> Date: Fri, 11 Aug 2023 20:12:19 +0200 > From: Martin Pieuchot > > Here's a simple diff to add some more sanity checks in uvm_pagelookup(). > > Nothing fancy, it helps documenting the flags and reduce the difference > with NetBSD. This is part of my on-going work on UVM. > > ok? NetBSD reall

uvm_pagelookup(): moar sanity checks

2023-08-11 Thread Martin Pieuchot
Here's a simple diff to add some more sanity checks in uvm_pagelookup(). Nothing fancy, it helps documenting the flags and reduce the difference with NetBSD. This is part of my on-going work on UVM. ok? Index: uvm/uvm_page.c === RC