set_shstk_lock
void set_shstk_lock(struct task_struct *task, bool lock);
set_shstk_lock(current, false);
set_shstk_lock(task, true);