Module Name: src Committed By: riz Date: Sun Jun 24 02:49:32 UTC 2012
Modified Files: src/sys/external/bsd/drm/dist/bsd-core [netbsd-6]: drm_bufs.c Log Message: Pull up following revision(s) (requested by chs in ticket #353): sys/external/bsd/drm/dist/bsd-core/drm_bufs.c: revision 1.11 when freeing the DRM_SHM kernel memory that can be mapped by a user process, remove any user mappings before freeing the memory, so that a user process doesn't have still have access to that physical memory after it's reused. this really shouldn't be using kernel malloc'd memory at all, but changing that would be much more involved. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.10.2.1 \ src/sys/external/bsd/drm/dist/bsd-core/drm_bufs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.