All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] last minute range validation fixes.
@ 2010-02-11 23:17 Thomas Hellstrom
  2010-02-11 23:17 ` [PATCH 1/2] drm: Fix a bug in the range manager. When searching for free space in a range, the function could return a node extending outside of the given range Thomas Hellstrom
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Hellstrom @ 2010-02-11 23:17 UTC (permalink / raw)
  To: airlied; +Cc: dri-devel


This patch series contains two pretty important bugfixes to the new
validate-in-range functionality. The first bug could case a buffer object to
be validated outside of the requested range, the other one could cause a
buffer object to remain at its current offset even though that offset was
outside of the given range.

Both these bugs have a severe impact on the vmwgfx driver when switching
between fb and X server, so if the fixes can make it into 2.6.33
that'd be awsome.

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
--

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-02-12  9:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-11 23:17 [PATCH 0/2] last minute range validation fixes Thomas Hellstrom
2010-02-11 23:17 ` [PATCH 1/2] drm: Fix a bug in the range manager. When searching for free space in a range, the function could return a node extending outside of the given range Thomas Hellstrom
2010-02-11 23:18   ` [PATCH 2/2] drm/ttm: Fix a bug occuring when validating a buffer object in a range Thomas Hellstrom
2010-02-12  8:12   ` [PATCH 1/2] drm: Fix a bug in the range manager. When searching for free space in a range, the function could return a node extending outside of the given range Michel Dänzer
2010-02-12  9:31     ` Thomas Hellstrom

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.