Re: Kernel: Behaviour of kmalloc in AA's new VM

2002-01-24 Thread Shlomi Fish
On Thu, 24 Jan 2002, mulix wrote: > On Thu, 24 Jan 2002, Shlomi Fish wrote: > > > We noticed our kernel module OOPSified kernels that used the new VM by > > Andrea Archanageli, and we assumed it was still buggy, so we sticked with > > the older one (which is by Rik van Riel IIRC). Now, in the las

Re: Kernel: Behaviour of kmalloc in AA's new VM

2002-01-24 Thread mulix
On Thu, 24 Jan 2002, Shlomi Fish wrote: > We noticed our kernel module OOPSified kernels that used the new VM by > Andrea Archanageli, and we assumed it was still buggy, so we sticked with > the older one (which is by Rik van Riel IIRC). Now, in the last IGLU > meeting I had a talk with Moshe Bar

RE: Kernel: Behaviour of kmalloc in AA's new VM

2002-01-24 Thread Gilad Ben-Yossef
> As some of you remember my partner and I have worked on implementing a > TCP/IP Noise Simulator for Linux 2.4.x. Now, the simulator uses or > replaces the IP-Queue mechanism of IP-Tables, and can be run as a kernel > module or a standalone userland application. > > We noticed our kernel module