OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: Testers needed for strict locking diff; esp i386, amd64, softraid

From: Matthew Dempsky (matthewdempsky.org)
Date: Tue Sep 21 2010 - 00:46:06 CDT


Testers with Intel graphics will probably also be interested in the
diff below.

Index: i915_drv.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/drm/i915_drv.c,v
retrieving revision 1.93
diff -u -p -r1.93 i915_drv.c
--- i915_drv.c 6 Sep 2010 15:02:49 -0000 1.93
+++ i915_drv.c 21 Sep 2010 04:52:16 -0000
-1399,7 +1399,6 i915_gem_gtt_map_ioctl(struct drm_device
 done:
         if (ret != 0)
                 drm_unref(&obj->uobj);
- DRM_UNLOCK();
 
         if (ret == 0)
                 args->addr_ptr = (uint64_t) addr + (args->offset & PAGE_MASK);