[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250630195917.71ee42de@gandalf.local.home>
Date: Mon, 30 Jun 2025 19:59:17 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Nam Cao <namcao@...utronix.de>
Cc: Gabriele Monaco <gmonaco@...hat.com>,
linux-trace-kernel@...r.kernel.org, linux-kernel@...r.kernel.org,
john.ogness@...utronix.de
Subject: Re: [PATCH v10 16/19] rv: Add rtapp_pagefault monitor
On Tue, 10 Jun 2025 11:43:41 +0200
Nam Cao <namcao@...utronix.de> 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));
> +}
> +
Powered by blists - more mailing lists