I know that kernel mode stack is stored with thread_info structure of task_struct structure.But where is user mode stack stored.I guess, it will be stored in process address space as a memory region, because during page fault kernel checks if the fault was due to user stack expansion.I need more details about user stack. And what is the purpose of ss(stack segment register)
↧