View previous topic :: View next topic |
Author |
Message |
Mafteah Apprentice
Joined: 30 May 2003 Posts: 265 Location: IL
|
Posted: Sat Jul 31, 2004 4:51 pm Post subject: 2.6.8-rc2-Mafteah1 "Too Mafteah for you to handle" |
|
|
- 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 |
|
|
0n0w1c Apprentice
Joined: 02 Mar 2004 Posts: 273
|
Posted: Sat Jul 31, 2004 5:02 pm Post subject: |
|
|
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 |
|
|
Mafteah Apprentice
Joined: 30 May 2003 Posts: 265 Location: IL
|
|
Back to top |
|
|
Jake Veteran
Joined: 31 Jul 2003 Posts: 1132
|
Posted: Sat Jul 31, 2004 5:08 pm Post subject: |
|
|
fix2 makes it work without frame pointers, but what does fix1 do? |
|
Back to top |
|
|
Mafteah Apprentice
Joined: 30 May 2003 Posts: 265 Location: IL
|
Posted: Sat Jul 31, 2004 5:10 pm Post subject: |
|
|
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 |
|
|
Jake Veteran
Joined: 31 Jul 2003 Posts: 1132
|
Posted: Sat Jul 31, 2004 5:13 pm Post subject: |
|
|
Mafteah wrote: | fix1 make it to compile. |
That's strange, it compiles for me without it. |
|
Back to top |
|
|
Mafteah Apprentice
Joined: 30 May 2003 Posts: 265 Location: IL
|
Posted: Sat Jul 31, 2004 5:19 pm Post subject: |
|
|
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 |
|
|
eldiablo Tux's lil' helper
Joined: 20 Sep 2003 Posts: 136 Location: Halsa(Where keiko lived his last days), Norway
|
Posted: Sat Jul 31, 2004 5:58 pm Post subject: |
|
|
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 |
|
|
Mafteah Apprentice
Joined: 30 May 2003 Posts: 265 Location: IL
|
Posted: Sat Jul 31, 2004 6:09 pm Post subject: |
|
|
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 |
|
|
|