Re: vmalloc errors in 2.4.20
From: Martin J. Bligh <hidden>
Date: 2003-02-09 05:22:12
From: Martin J. Bligh <hidden>
Date: 2003-02-09 05:22:12
The linux kernel 2.4.20 seems to have problems with vmalloc. Here is what I did: In my driver, I try to allocate a buffer of size 512K using vmalloc ( kmalloc cannot allocate more than 128K). It generates a kernel oops message saying that the virtual memory cannot be allocated. I suspect there is a problem with the address range defined for vmalloc namely by VMALLOC_START and VMALLOC_END. Any thoughts of what might be going-on ?
Not really. But why don't you just call alloc_pages instead? M. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/