]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rv/ltl: Do not execute the Buchi automaton twice on start condition
authorNam Cao <namcao@linutronix.de>
Fri, 11 Jul 2025 13:17:37 +0000 (15:17 +0200)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Wed, 23 Jul 2025 00:34:41 +0000 (20:34 -0400)
commit0a949252556809ce922e0289c148883e838cb9bb
tree52c9f89872e6e12ab03cddb9436d5cfcf46b4763
parent9a425da913cf4ea23040334301fce87be2dab384
rv/ltl: Do not execute the Buchi automaton twice on start condition

On start condition of a Buchi automaton, the automaton is executed twice.

This is fine for now, as all the current LTL operators do not care about
this. But it would break the 'next' operator, which will be introduced in a
follow-up patch.

Prepare for the introduction of the 'next' operator, only execute the
automaton once on start condition.

Cc: John Ogness <john.ogness@linutronix.de>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Gabriele Monaco <gmonaco@redhat.com>
Link: https://lore.kernel.org/9379f4e7b9c1c69a6dca3e20a22936c850a25ca7.1752239482.git.namcao@linutronix.de
Signed-off-by: Nam Cao <namcao@linutronix.de>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
include/rv/ltl_monitor.h