Loading kernel/sched/qhmp_core.c +2 −1 Original line number Diff line number Diff line Loading @@ -4526,7 +4526,8 @@ static noinline void __schedule_bug(struct task_struct *prev) static inline void schedule_debug(struct task_struct *prev) { #ifdef CONFIG_SCHED_STACK_END_CHECK BUG_ON(unlikely(task_stack_end_corrupted(prev))); if (unlikely(task_stack_end_corrupted(prev))) panic("corrupted stack end detected inside scheduler\n"); #endif /* * Test if we are atomic. Since do_exit() needs to call into Loading Loading
kernel/sched/qhmp_core.c +2 −1 Original line number Diff line number Diff line Loading @@ -4526,7 +4526,8 @@ static noinline void __schedule_bug(struct task_struct *prev) static inline void schedule_debug(struct task_struct *prev) { #ifdef CONFIG_SCHED_STACK_END_CHECK BUG_ON(unlikely(task_stack_end_corrupted(prev))); if (unlikely(task_stack_end_corrupted(prev))) panic("corrupted stack end detected inside scheduler\n"); #endif /* * Test if we are atomic. Since do_exit() needs to call into Loading