Re: Whats the rvmalloc() story?

2001-02-17 Thread Anton Blanchard
> If you are offering to do this work now, here is a thread worth > reading which includes a patch to start from... > > http://www.uwsg.iu.edu/hypermail/linux/kernel/0002.1/0586.html > > BTW, Alan Cox sent me the following additional information in a > private email. Might as well get

Re: Whats the rvmalloc() story?

2001-02-17 Thread Rick Richardson
y appear in the same post. This way, at least, we all know what the plan for 2.6 should be. On Tue, Feb 13 2001 at 14:21:50 -0500 (EST), Alan Cox wrote: > > Whats the story behind rvmalloc() et al? From what I could tell, > > about a year ago there were some patches to move rvmalloc() i

Re: Whats the rvmalloc() story?

2001-02-17 Thread Rick Richardson
50 -0500 (EST), Alan Cox wrote: Whats the story behind rvmalloc() et al? From what I could tell, about a year ago there were some patches to move rvmalloc() into vmalloc() as a blessed feature of the kernel. But it looks to me like these patches didn't "take". T

Re: Whats the rvmalloc() story?

2001-02-17 Thread Anton Blanchard
If you are offering to do this work now, here is a thread worth reading which includes a patch to start from... http://www.uwsg.iu.edu/hypermail/linux/kernel/0002.1/0586.html BTW, Alan Cox sent me the following additional information in a private email. Might as well get this in

Re: Whats the rvmalloc() story?

2001-02-16 Thread Anton Blanchard
> I note that at least 5 device drivers have similar implementations > of rvmalloc()/rvfree() et al: > > ieee1394/video1394.c > usb/ibmcam.c > usb/ov511.c > media/video/bttv-driver.c > media/video/cpia.c > > rvmalloc()/rvfree() are functions that are used to

Re: Whats the rvmalloc() story?

2001-02-16 Thread Anton Blanchard
I note that at least 5 device drivers have similar implementations of rvmalloc()/rvfree() et al: ieee1394/video1394.c usb/ibmcam.c usb/ov511.c media/video/bttv-driver.c media/video/cpia.c rvmalloc()/rvfree() are functions that are used to allocate large

Whats the rvmalloc() story?

2001-02-10 Thread Rick Richardson
amounts of physically non-contiguous kernel virtual memory that will then be mmap()'ed into a user process. I just got done writing a driver that needed rvmalloc() in order to do chip level simulation. Yank and put to the rescue. Whats the story behind rvmalloc() et al? From what I could tell

Whats the rvmalloc() story?

2001-02-10 Thread Rick Richardson
amounts of physically non-contiguous kernel virtual memory that will then be mmap()'ed into a user process. I just got done writing a driver that needed rvmalloc() in order to do chip level simulation. Yank and put to the rescue. Whats the story behind rvmalloc() et al? From what I could tell