Re: Fix uvm bug

2016-06-02 Thread Bob Beck
Oh, I think I've been here before.. on sparc.. with buffer cache stuff.. yes please. On Thu, Jun 02, 2016 at 10:55:24PM +0200, Mark Kettenis wrote: > The fix below fixes the following panic that mglocker@ was seeing on > macppc: > > panic: uvm_addr_invoke: address selector 0xfe8000 (uaddr_be

Re: Fix uvm bug

2016-06-02 Thread Marcus Glocker
On Thu, Jun 02, 2016 at 10:55:24PM +0200, Mark Kettenis wrote: > The fix below fixes the following panic that mglocker@ was seeing on > macppc: > > panic: uvm_addr_invoke: address selector 0xfe8000 (uaddr_bestfit > 0xe000-0xee00) returned unavailable address 0xe8a59000 > > This happe

Fix uvm bug

2016-06-02 Thread Mark Kettenis
The fix below fixes the following panic that mglocker@ was seeing on macppc: panic: uvm_addr_invoke: address selector 0xfe8000 (uaddr_bestfit 0xe000-0xee00) returned unavailable address 0xe8a59000 This happened immediately after a failed malloc(9). What is happening here is that we e