what does "current->pid" prints in below 2 case
1) Hard IRQ context
2) Soft IRQ context
I know IRQ context and process context are different, and PID must be invalid in case of IRQ context. But when try to print "current->pid" in IRQ context it is printing some valid PID, hence got the doubt. Please clarify.
Thank You,
Gopinath.