Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.8-rc2-Mafteah1 "Too Mafteah for you to handle"
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Mafteah
Apprentice
Apprentice


Joined: 30 May 2003
Posts: 265
Location: IL

PostPosted: Sat Jul 31, 2004 4:51 pm    Post subject: 2.6.8-rc2-Mafteah1 "Too Mafteah for you to handle" Reply with quote

- Apply on top of 2.6.8-rc2-mm1

- Your mouse might not work with CONFIG_PREEMPT_VOLUNTARY enabled you can try this patch (Made my mouse to act very strange):
Code:
--- 2.6.8-rc2-mm1/drivers/input/serio/i8042.c   2004-07-30 14:49:14.018816320 +0000
+++ 2.6.8-rc2-mm1-mx/drivers/input/serio/i8042.c        2004-07-30 14:48:35.274706320 +0000
@@ -302,8 +302,9 @@
               if (i8042_mux_open++)
                       return 0;

+       printk(KERN_INFO "i8042 requesting IRQ %d\n", values->irq);
       if (request_irq(values->irq, i8042_interrupt,
-                       SA_SHIRQ, "i8042", i8042_request_irq_cookie)) {
+                       SA_SHIRQ | SA_NOTHREAD, "i8042", i8042_request_irq_cookie)) {
               printk(KERN_ERR "i8042.c: Can't get irq %d for %s, unregistering the port.\n", values->irq, values->name);
               goto irq_fail;
       }


ChangeLog:
Code:
01 reiser4-2004.07.30-19.36-linux-2.6.8-rc2-mm1.diff.gz
02 voluntary-preempt-2.6.8-rc2-mm1-M5
03 vesafb-tng-0.9-rc3-r3-2.6.8-rc1.patch.bz2
04 menuconfig-NAME-v1.0.diff
05 fbsplash-0.9-r1-2.6.8-rc1.patch
06 reiser4-fix1.patch
07 reiser4-fix2.patch


http://www.mafteah.co.il/mafteah-sources/2.6.8-rc2-Mafteah1/2.6.8-rc2-Mafteah1.bz2
http://www.mafteah.co.il/mafteah-sources/2.6.8-rc2-Mafteah1/Mafteah-sources-2.6.8_rc2-r1.ebuild

Have fun :)
And don't forget to report me any problems!!
_________________
http://www.mafteah.co.il


Last edited by Mafteah on Sat Jul 31, 2004 6:36 pm; edited 4 times in total
Back to top
View user's profile Send private message
0n0w1c
Apprentice
Apprentice


Joined: 02 Mar 2004
Posts: 273

PostPosted: Sat Jul 31, 2004 5:02 pm    Post subject: Reply with quote

Code:

06 reiser4-fix1.patch
07 reiser4-fix2.patch


What are these patches? I have had problems with reiser4 and lockups... wondering if these might address such issues.
Back to top
View user's profile Send private message
Mafteah
Apprentice
Apprentice


Joined: 30 May 2003
Posts: 265
Location: IL

PostPosted: Sat Jul 31, 2004 5:04 pm    Post subject: Reply with quote

http://www.mafteah.co.il/mafteah-sources/2.6.8-rc2-Mafteah1/applied-patchs/

reiser4-fix* are patchs to make reiser4 to work with 2.6.8-rc2-mm1.
_________________
http://www.mafteah.co.il
Back to top
View user's profile Send private message
Jake
Veteran
Veteran


Joined: 31 Jul 2003
Posts: 1132

PostPosted: Sat Jul 31, 2004 5:08 pm    Post subject: Reply with quote

fix2 makes it work without frame pointers, but what does fix1 do?
Back to top
View user's profile Send private message
Mafteah
Apprentice
Apprentice


Joined: 30 May 2003
Posts: 265
Location: IL

PostPosted: Sat Jul 31, 2004 5:10 pm    Post subject: Reply with quote

Jake wrote:
fix2 makes it work without frame pointers, but what does fix1 do?


fix1 make it to compile.
_________________
http://www.mafteah.co.il
Back to top
View user's profile Send private message
Jake
Veteran
Veteran


Joined: 31 Jul 2003
Posts: 1132

PostPosted: Sat Jul 31, 2004 5:13 pm    Post subject: Reply with quote

Mafteah wrote:
fix1 make it to compile.

That's strange, it compiles for me without it.
Back to top
View user's profile Send private message
Mafteah
Apprentice
Apprentice


Joined: 30 May 2003
Posts: 265
Location: IL

PostPosted: Sat Jul 31, 2004 5:19 pm    Post subject: Reply with quote

Jake wrote:
Mafteah wrote:
fix1 make it to compile.

That's strange, it compiles for me without it.


Not here, so i dont sure...
_________________
http://www.mafteah.co.il
Back to top
View user's profile Send private message
eldiablo
Tux's lil' helper
Tux's lil' helper


Joined: 20 Sep 2003
Posts: 136
Location: Halsa(Where keiko lived his last days), Norway

PostPosted: Sat Jul 31, 2004 5:58 pm    Post subject: Reply with quote

It's a bit strange that it wont compile to you(haven't tested it yet), it only removes a function declaration(?), the only way i can seem to understand that it won't compile is if it is declared twice.
_________________
Always running the most experimental
Back to top
View user's profile Send private message
Mafteah
Apprentice
Apprentice


Joined: 30 May 2003
Posts: 265
Location: IL

PostPosted: Sat Jul 31, 2004 6:09 pm    Post subject: Reply with quote

eldiablo wrote:
It's a bit strange that it wont compile to you(haven't tested it yet), it only removes a function declaration(?), the only way i can seem to understand that it won't compile is if it is declared twice.


Yep its declared twice...
_________________
http://www.mafteah.co.il
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum