CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2013/12/06 13:13:29
Modified files: sys/dev/pci/drm/i915: i915_gem.c Log message: It seems to be possible to truncate an object while it is still mapped. Don't panic in that case but force a page fault instead. Hopefully this fixes the panic during coredump that deraadt@ reported.