Re: converting uvm_km_valloc to km_alloc

2020-12-18 Thread Mark Kettenis
> Date: Fri, 18 Dec 2020 13:04:42 +0100 > From: Alexander Bluhm > > On Fri, Dec 18, 2020 at 10:36:28AM +1000, Jonathan Matthew wrote: > > Here are a couple of relatively easy ones, applying changes from r1.86 of > > amd64's acpi_machdep.c to i386 and arm64. I've tested i386 but it turns > > out

Re: converting uvm_km_valloc to km_alloc

2020-12-18 Thread Alexander Bluhm
On Fri, Dec 18, 2020 at 10:36:28AM +1000, Jonathan Matthew wrote: > Here are a couple of relatively easy ones, applying changes from r1.86 of > amd64's acpi_machdep.c to i386 and arm64. I've tested i386 but it turns out I > don't have any arm64 machines with acpi. A machine like this? Something

converting uvm_km_valloc to km_alloc

2020-12-17 Thread Jonathan Matthew
On Wed, Dec 16, 2020 at 12:00:38AM +0100, Mark Kettenis wrote: > > Date: Tue, 15 Dec 2020 21:21:37 +0100 > > From: Alexander Bluhm > > > > On Tue, Dec 15, 2020 at 06:57:03PM +0100, Mark Kettenis wrote: > > > Does the diff below fix this? > > > > I can reproduce the panic and your diff fixes it.