On Jan 10, 2008 9:39 PM, Joseph Jezak <jo...@ge...> wrote:
> Marco Bonetti wrote:
> > hi guys,
> > I'm browsing sf.net svn repositories, reading the changelog at
> > http://mac-on-linux.svn.sourceforge.net/viewvc/mac-on-linux/trunk/CHANGELOG?revision=142&view=markup
> > it says "* Build fixes for newer kernels".
> >
> > Is it working?
> >
> > if so I'm going to add a svn version of mol to slackintosh-current (which
> > is running on 2.6.23.12) otherwise I'll have to remove mol from the mac/
> > set (but I'll probably put 0.9.72.1 in extra/ with an older kernel, is
> > just a too important package to be left out).
> > Thanks for any input and for your hard work.
> >
> > ciao
> >
> >
> No, it's still not working. You can get it to build against 2.6.23+
> with the patches in SVN, along with this patch to the kernel (which I
> should really send upstream):
> http://dev.gentoo.org/~josejx/mol-mm.patch
>
> However, it locks up or segfaults on me with this configuration and I'm
> not sure what changes in 2.6.23 broke it. I haven't had time to do a
> proper bisection, hopefully in the next few weeks.
>
On my ibook G4, it locks up only for 2.6.24-rc6.
mol 0.9.72.1 works for kernel 2.6.23 (with
EXPORT_SYMBOL_GPL(handle_mm_fault);) with this patch
diff -Nur mol.orig/kmod/mol-ioctl.h mol/kmod/mol-ioctl.h
--- mol.orig/kmod/mol-ioctl.h 2007-08-07 16:34:50.000000000 +0200
+++ mol/kmod/mol-ioctl.h 2007-12-20 21:18:06.000000000 +0100
@@ -17,6 +17,8 @@
#ifndef _H_MOL_IOCTL
#define _H_MOL_IOCTL
+#include <asm/ioctl.h>
+
#ifndef __ASSEMBLY__
#include "mmutypes.h"
Best regards,
Bin
> -Joe
>
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> Mac-on-linux-devel mailing list
> Mac...@li...
> https://lists.sourceforge.net/lists/listinfo/mac-on-linux-devel
>
|