Re: [PATCH UPDATED 10/14] sched_ext: Hook up hardlockup detector
From: Tejun Heo
Date: Tue Nov 11 2025 - 13:39:15 EST
On Tue, Nov 11, 2025 at 08:33:34AM -1000, Tejun Heo wrote:
> @@ -230,6 +231,7 @@ bool scx_rcu_cpu_stall(void);
> static inline void sched_ext_dead(struct task_struct *p) {}
> static inline void print_scx_info(const char *log_lvl, struct task_struct *p) {}
> static inline void scx_softlockup(u32 dur_s) {}
> +static inline bool scx_hardlockup(void) {}
Ooh, missed return false. Will post v3 patchset soon.
Thanks.
--
tejun