Re: [pcre-dev] Compile into kernel module

Αρχική Σελίδα
Delete this message
Συντάκτης: Alexander Nasonov
Ημερομηνία:  
Προς: Zoltán Herczeg
Υ/ο: pcre-dev
Αντικείμενο: Re: [pcre-dev] Compile into kernel module
Alexander Nasonov wrote:
> These clashes are not always trivial. For example, kmem_free(9) wants
> a size. I use malloc(9)/free(9) which is more close to libc equivallent.


Another thing worth mentioning is a small stack size in the kernel. You
should avoid big variables on the stack and deep/recursive call chains.

Alex