Re: [PATCH v10 16/19] rv: Add rtapp_pagefault monitor

From: Steven Rostedt
Date: Mon Jun 30 2025 - 19:59:00 EST


On Tue, 10 Jun 2025 11:43:41 +0200
Nam Cao <namcao@xxxxxxxxxxxxx> 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's

Let'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));
> +}
> +