Re: [RFC PATCH] sysfs: Add /sys/kernel/realtime entry
Tomas Glozar <[email protected]> Fri, 10 Jul 2026 09:05:04 +0200
| Newsgroups | org.kernel.vger.linux-rt-users,dev.linux.lists.driver-core,dev.linux.lists.linux-rt-devel |
|---|---|
| Message-ID | <CAP4=nvQ1GNkD5h9Phr43Usm3pK9xQJT68eOPxoQ3kLMHE0v=Tw@mail.gmail.com> |
=C4=8Dt 9. 7. 2026 v 18:03 odes=C3=ADlatel Clark Williams <williams@redhat.= com> napsal: > > > cyclictest (from rt-tests) is using this file but only while collecting > > system information, nothing else. > > https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/tree/s= rc/lib/rt-utils.c#n528 > > I'll ask around, but I'm betting RTLA checks for this as well. > RLTA doesn't check for a realtime kernel, neither using /sys/kernel/realtime nor PREEMPT_RT. The only mention of "non-rt" in the code is a comment saying you will only see softirqs on non-RT. Tomas