[Pkg-fglrx-devel] r476 - in fglrx-driver/trunk/debian: . patches
Michael Gilbert
gilbert-guest at alioth.debian.org
Mon Sep 20 03:09:35 UTC 2010
Author: gilbert-guest
Date: 2010-09-20 03:08:39 +0000 (Mon, 20 Sep 2010)
New Revision: 476
Added:
fglrx-driver/trunk/debian/patches/04-compate-rename.patch
Modified:
fglrx-driver/trunk/debian/changelog
fglrx-driver/trunk/debian/patches/series
Log:
fix kernel module build failure on amd64
Modified: fglrx-driver/trunk/debian/changelog
===================================================================
--- fglrx-driver/trunk/debian/changelog 2010-09-18 21:55:35 UTC (rev 475)
+++ fglrx-driver/trunk/debian/changelog 2010-09-20 03:08:39 UTC (rev 476)
@@ -1,3 +1,10 @@
+fglrx-driver (1:10-9-2) UNRELEASED; urgency=low
+
+ * Use arch_compat_alloc_user_space in place of the now unavailable
+ comat_alloc_user_space function (closes: #597478).
+
+ -- Michael Gilbert <michael.s.gilbert at gmail.com> Sun, 19 Sep 2010 22:53:35 -0400
+
fglrx-driver (1:10-9-1) unstable; urgency=low
* New upstream release.
Added: fglrx-driver/trunk/debian/patches/04-compate-rename.patch
===================================================================
--- fglrx-driver/trunk/debian/patches/04-compate-rename.patch (rev 0)
+++ fglrx-driver/trunk/debian/patches/04-compate-rename.patch 2010-09-20 03:08:39 UTC (rev 476)
@@ -0,0 +1,15 @@
+Description: Use arch_compat_alloc_user_space in place of the now unavailable
+ comat_alloc_user_space function.
+Author: Michael Gilbert <michael.s.gilbert at gmail.com>
+Bug-Debian: http://bugs.debian.org/597478
+--- fglrx-driver-10-9.orig/common/lib/modules/fglrx/build_mod/kcl_ioctl.c
++++ fglrx-driver-10-9/common/lib/modules/fglrx/build_mod/kcl_ioctl.c
+@@ -193,7 +193,7 @@ void ATI_API_CALL KCL_IOCTL_UnregisterCo
+ */
+ void* ATI_API_CALL KCL_IOCTL_AllocUserSpace32(long size)
+ {
+- return compat_alloc_user_space(size);
++ return arch_compat_alloc_user_space(size);
+ }
+
+ #endif // __x86_64__
Modified: fglrx-driver/trunk/debian/patches/series
===================================================================
--- fglrx-driver/trunk/debian/patches/series 2010-09-18 21:55:35 UTC (rev 475)
+++ fglrx-driver/trunk/debian/patches/series 2010-09-20 03:08:39 UTC (rev 476)
@@ -1,2 +1,3 @@
01-CONFIG_X86_XEN.diff
03-authatieventsd.sh.diff
+04-compate-rename.patch
More information about the Pkg-fglrx-devel
mailing list