kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* System call service routine and interrupt context
@ 2018-04-30 14:43 Pritam Bankar
  2018-04-30 15:12 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Pritam Bankar @ 2018-04-30 14:43 UTC (permalink / raw)
  To: kernelnewbies

Hi,

My question is, do all the code of interrupt handler in system call
gets executed in interrupt context?

System calls generate software interrupts. So when I do open() syscall
it we call do_sys_open()  handler which will eventually call file
system specific open function call. Will all this happen in interrupt
context until I get open file descriptor in user land?

If not when does context change?


Thanks and regards,
Pritam Bankar

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-30 15:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-30 14:43 System call service routine and interrupt context Pritam Bankar
2018-04-30 15:12 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).