Tell me whether we can use semaphore or mutex or spinlock in interrupt context in Linux Kernel?

Submitted by: Muhammad
Semaphore or Mutex cannot be used for interrupt context in Linux Kernel. While spinlocks can be used for locking in interrupt context.
Submitted by: Muhammad

Read Online Embedded Software Engineer Job Interview Questions And Answers