On Thu, Nov 22, 2001 at 10:53:42AM +0100, tomasz motylewski wrote: > As for vmalloc in 2.4 kernels, I think that mbuff was and is safe because > it touches all memory immediately after allocation (memset). But if someone > thinks this is not enough, please let me know.
The problem is that every Linux process has its own vma and each one will be missing the vmalloced pages. > > As always patches, suggestions, bug reports are welcomed. > > Best regards, > -- > Tomek > > -- [rtl] --- > To unsubscribe: > echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR > echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] > -- > For more information on Real-Time Linux see: > http://www.rtlinux.org/ -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/
