[kernel] r11886 - in dists/trunk/linux-2.6/debian: . patches/bugfix/powerpc patches/series

Bastian Blank waldi at alioth.debian.org
Wed Jul 23 16:47:39 UTC 2008


Author: waldi
Date: Wed Jul 23 16:47:38 2008
New Revision: 11886

Log:
Export symbol for MOL again.

* debian/changelog: Update.
* debian/patches/bugfix/powerpc/mm-mol.patch: Add.
* debian/patches/series/1~experimental.1: Add new patch.


Added:
   dists/trunk/linux-2.6/debian/patches/bugfix/powerpc/mm-mol.patch
Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/patches/series/1~experimental.1

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Wed Jul 23 16:47:38 2008
@@ -121,6 +121,7 @@
   * Bump yaird dependencies to at least 0.0.13.
   * Reenable SECCOMP. There is no longer additional overhead.
     (closes: #474648)
+  * Export symbol required for MOL again. (closes: #460667)
 
   [ Christian T. Steigies ]
   * [m68k] enable SERIAL_CONSOLE for amiga and atari

Added: dists/trunk/linux-2.6/debian/patches/bugfix/powerpc/mm-mol.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/powerpc/mm-mol.patch	Wed Jul 23 16:47:38 2008
@@ -0,0 +1,12 @@
+diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c
+index c6b1aa3..455fb38 100644
+--- a/arch/powerpc/kernel/ppc_ksyms.c
++++ b/arch/powerpc/kernel/ppc_ksyms.c
+@@ -189,6 +189,7 @@ EXPORT_SYMBOL(set_context);
+ extern long mol_trampoline;
+ EXPORT_SYMBOL(mol_trampoline); /* For MOL */
+ EXPORT_SYMBOL(flush_hash_pages); /* For MOL */
++EXPORT_SYMBOL(handle_mm_fault); /* For MOL */
+ #ifdef CONFIG_SMP
+ extern int mmu_hash_lock;
+ EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */

Modified: dists/trunk/linux-2.6/debian/patches/series/1~experimental.1
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/1~experimental.1	(original)
+++ dists/trunk/linux-2.6/debian/patches/series/1~experimental.1	Wed Jul 23 16:47:38 2008
@@ -55,3 +55,4 @@
 #+ features/all/0001-iwlwifi-Set-monitor-mode-for-3945.patch
 + features/all/xen/tip-x86.patch
 + bugfix/all/x86-acpi-sleep-x61s.patch
++ bugfix/powerpc/mm-mol.patch



More information about the Kernel-svn-changes mailing list