[xorg-x11-server/f18] fix bug when hotplugging a monitor causes oops

Dave Airlie airlied at fedoraproject.org
Fri Sep 14 05:04:28 UTC 2012


commit 5ec270cf5923c9a095cf637f2e05bfa4a894da8f
Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Sep 14 15:04:03 2012 +1000

    fix bug when hotplugging a monitor causes oops

 xorg-x11-server.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec
index bf76be0..cc6afa1 100644
--- a/xorg-x11-server.spec
+++ b/xorg-x11-server.spec
@@ -43,7 +43,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.13.0
-Release:   3%{?gitdate:.%{gitdate}}%{dist}
+Release:   4%{?gitdate:.%{gitdate}}%{dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -113,6 +113,8 @@ Patch7052: 0001-xf86-return-NULL-for-compat-output-if-no-outputs.patch
 
 Patch7053: 0001-scan-pci-after-probing-devices.patch
 
+Patch7054: 0001-config-udev-ignore-change-on-drm-devices.patch
+
 %global moduledir	%{_libdir}/xorg/modules
 %global drimoduledir	%{_libdir}/dri
 %global sdkdir		%{_includedir}/xorg
@@ -585,6 +587,9 @@ rm -rf $RPM_BUILD_ROOT
 %{xserver_source_dir}
 
 %changelog
+* Fri Sep 14 2012 Dave Airlie <airlied at redhat.com> 1.13.0-4
+- fix bug when hotplugging a monitor causes oops
+
 * Mon Sep 10 2012 Dave Airlie <airlied at redhat.com> 1.13.0-3
 - fix race across GPU power down and server startup
 


More information about the scm-commits mailing list