<quote sender="Jim Miller"> > > 2.6.11-mm2 has been stable for me, whereas my "-mm patches on vanilla" > > hack jobs seem to lock up every few days on AMD64. -mm has its > > annoyances, however, so an updated vanilla patch would be greatly > > appreciated. > > > > On Mon, 2005-03-07 at 12:58 +0300, Vladimir Saveliev wrote: > > > Hello > > > > > > On Mon, 2005-03-07 at 11:40, Lars Tobias B?rsting wrote: > > > > Hi, > > > > > > > > The 2.6.11 kernel has been out for some days now, but no Reiser4 patch > > > > has yet been released for it at > > > > http://ftp.namesys.com/pub/reiser4-for-2.6/. I need to update > > to 2.6.11 > > > > but I need Reiser4 support. > > > > > > > > Has anybody got any idea of if it will be long until a > > release? Thanks! > > > > > > reiser4 patch for 2.6.11 should get out this week > > Could someone please let me know the list of Reiser4 patches to apply from > 2.6.11.4-mm4-broken-out to the 2.6.11.4 kernel source. When I apply the > entire patch I can't compile -- it breaks on SERIO -- some other unrelated > patch.
I made a random serio patch that comments the offending lines of code,
so that you can continue to compile the kernel.
Eugene
--
1024D/A6D12F80 print D51D 2633 8DAC 04DB 7265 9BB8 5883 6DAA A6D1 2F80
main(i) { putchar(182623909 >> (i-1) * 5&31|!!(i<7)<<6) && main(++i); }
diff -Naurb -X /home/kinfect/w/dontdiff
2.6.11.3-BAK/drivers/input/serio/i8042-x86ia64io.h
2.6.11.3-COPY/drivers/input/serio/i8042-x86ia64io.h
--- 2.6.11.3-BAK/drivers/input/serio/i8042-x86ia64io.h 2005-03-15
13:21:16.000000000 +0800
+++ 2.6.11.3-COPY/drivers/input/serio/i8042-x86ia64io.h 2005-03-15
13:39:44.000000000 +0800
@@ -294,8 +294,8 @@
if (dmi_check_system(i8042_dmi_noloop_table))
i8042_noloop = 1;
- if (dmi_check_system(i8042_dmi_nomux_table))
- i8042_nomux = 1;
+/* if (dmi_check_system(i8042_dmi_nomux_table))*/
+/* i8042_nomux = 1;*/
#endif
return 0;
signature.asc
Description: Digital signature
