Re: [PATCH v10 16/19] rv: Add rtapp_pagefault monitor
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2025-06-30 23:58:49
Also in:
lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2025-06-30 23:58:49
Also in:
lkml
On Tue, 10 Jun 2025 11:43:41 +0200 Nam Cao [off-list ref] wrote:
+static void ltl_atoms_fetch(struct task_struct *task, struct ltl_monitor *mon)
+{
+ /*
+ * This includes "actual" real-time tasks and also PI-boosted tasks. A task being PI-boosted
+ * means it is blocking an "actual" real-task, therefore it should also obey the monitor'sLet's keep the comments below 80 columns. Thanks, -- Steve
+ * rule, otherwise the "actual" real-task may be delayed. + */ + ltl_atom_set(mon, LTL_RT, rt_or_dl_task(task)); +} +