[Bug 187080] [panic] sparc64 r261798: Panic String: vm_page_alloc: page 0xfffff8003feea008 is wired

2014-12-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187080

Marius Strobl mar...@freebsd.org changed:

   What|Removed |Added

 CC||mar...@freebsd.org
 Status|In Progress |Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to freebsd-bugs-unsubscr...@freebsd.org


[Bug 187080] [panic] sparc64 r261798: Panic String: vm_page_alloc: page 0xfffff8003feea008 is wired

2014-06-11 Thread bz-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187080

--- Comment #1 from commit-h...@freebsd.org ---
A commit references this bug:

Author: alc
Date: Wed Jun 11 16:11:12 UTC 2014
New revision: 267364
URL: http://svnweb.freebsd.org/changeset/base/267364

Log:
  Correct a bug in the management of the population map on big-endian
  machines.  Specifically, there was a mismatch between how the routine
  allocation and deallocation operations accessed the population map
  and how the aggressively optimized reservation-breaking operation
  accessed it.  So, problems only occurred when reservations were broken.
  This change makes the routine operations access the population map in
  the same way as the reservation breaking operation.

  This bug was introduced in r25.

  PR:187080
  Tested by:jmg (on an armeb machine)
  Sponsored by:EMC / Isilon Storage Division

Changes:
  head/sys/vm/vm_reserv.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to freebsd-bugs-unsubscr...@freebsd.org