On Tue, 15 Jan 2002, Hetz Ben Hamo wrote: > > I'm rather confused at the moment. Does this kernel contain the new > > Virtual Memory manager from Andrea Archangeli or does it use the > > original VM that was present in the older 2.4.x releases? > > The new one. Old one is deprecated officially (look at Redhat's Rawhide > kernel - 2.4.16)
new one indeed, but heavily modified and extended by rik van riel, author of the original vm. you can find his patch posted periodically to the lkml mailing list under the heading 'rmap' [short for reverse mapping - mapping from pages in memory to the process that owns them]. here's what his latest announcement said: >From [EMAIL PROTECTED] Tue Jan 15 09:36:57 2002 Date: Fri, 11 Jan 2002 14:54:08 -0200 (BRST) From: Rik van Riel <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [PATCH *] rmap VM #11b The second maintenance release of the 11th version of the reverse mapping based VM is now available. This is an attempt at making a more robust and flexible VM subsystem, while cleaning up a lot of code at the same time. The patch is available from: http://surriel.com/patches/2.4/2.4.17-rmap-11b and http://linuxvm.bkbits.net/ > > I know that I could not get the IP-Noise kernel module to run on the AA > > VM, while it ran on the old VM flawlessly. > > Eww, donno... to me that would seem to point to bugs in your code, shlomi. as far as i understnad, IP-Noise should have no business with the vm, only using its exported interfaces. what exactly where the problems? [offlist if you'd like]. -- mulix http://vipe.technion.ac.il/~mulix/ http://syscalltrack.sf.net/ ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]