git: kernel - Add debugging and attempt to fix vm_prefault issue

看板DFBSD_commit作者時間14年前 (2011/07/15 19:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit a31129d838620ac18492c7f9cdb2811f6951e26e Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Jul 13 18:21:10 2011 -0700 kernel - Add debugging and attempt to fix vm_prefault issue * Add debugging assertions and attempt to fix a race in the vm_prefault code when running through backing_object chains. * The fix may be incomplete, we really need a way to determine whether any chain element has changed state during the scan. The generation count may be too excessive as it also covers vm_page insertions. Reported-by: Peter Avalos <peter@theshell.com> Summary of changes: sys/vm/vm_fault.c | 51 ++++++++++++++++++++++++++++++++++++++++++++------- sys/vm/vm_object.c | 2 +- sys/vm/vm_object.h | 1 + 3 files changed, 46 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a31129d838620ac18492c7f9cdb2811f6951e26e -- DragonFly BSD source repository
文章代碼(AID): #1E81twsh (DFBSD_commit)