linux - Is that safe to use kfifo (not a _spinlock flavour) in fiq/nmi handlers? -


basically need pass variable-size records , fiq handler (arm platform).

during get/put operation on kfifo (on user-space/kernel side only) going disable irqs , preemption.

is safe way use kfifo in linux?


Popular posts from this blog