I am trying to find the start and end address of the userspace stack. I see in the task_struct there is start_stack. But I could not find end_start anywhere in the kernel code ?

Can someone please tell me how to find the end of the stack ?

Thanks,
XinÂ