[FAQs] Real-time Ubuntu 22.04 LTS Beta

Last April, Canonical announced real-time Ubuntu 22.04 LTS Beta, available for free for personal use via Ubuntu Advantage. Anyone can enable the real-time kernel per the instructions, and we encourage real-time Ubuntu users to help us by reporting bugs.

Following the release, we listened to your feedback and collected your most-pressing questions. Here are our answers:

Q1) What is inside real-time Ubuntu 22.04 LTS Beta?
A1) Real-time Ubuntu is a Jammy Jellyfish kernel with the upstream real-time patches applied.

Q2) When do you expect to be out of Beta?
A2) We are targeting April 2023 for the GA of real-time Ubuntu 22.04 LTS. Extensive testing will help us bring the real-time kernel to production earlier. Please support the Ubuntu community by reporting any bugs you may encounter.

Q3) How will the Beta and the GA release differ?
A3) The GA release will run the latest stable kernel available, and it will include the upstream real-time patches matching up with the version. The real-time Linux Analysis (RTLA) tool, merged into upstream 5.17, will also be available with the production-ready real-time Ubuntu kernel, boosting its debugging capabilities.

Q4) What are the main advantages of using the Ubuntu real-time kernel rather than patching a standard kernel?
A4) The main advantage is the enterprise-grade support you will receive from Canonical.

Q5) Do you have a recommended hardware configuration for testing real-time Ubuntu?
A5) A feature of the real-time kernel in Linux is that it allows for freedom of hardware. We are testing the Beta release on ARM, AMD and Intel hardware and don’t recommend a particular configuration.

Q6) Does real-time Ubuntu work with a 32-bit architecture?
A6) No, we currently focus only on 64 bits.

Q7) Are NVIDIA drivers supported under the Ubuntu real-time kernel?
A7) The Beta release does not support NVIDIA drivers, but that may change in the future.

Q8) Do you plan on supporting this full task isolation patchset?
A8) We will consider including the patch once it lands in the mainline.

Q9.1) Do you plan on making the upcoming Ubuntu releases have a hybrid of real-time queues and standard Linux kernel queues? Q9.2) Will Ubuntu support a kernel with both FIPS 140-2 and real-time enabled? Q9.3) Is there a plan to move toward certification for safety-critical applications such as DO-178 for aviation?
A9) Those are not currently in the plans, but that could change in the future.

Q10) When do you expect PREEMPT_RT to be fully upstreamed?
A10) This is not within Canonical’s control. PREEMPT_RT, the de-facto Linux real-time implementation, is hosted by the Linux Foundation and is slowly being mainlined. Whereas a relevant portion of the locking is in mainline, the upstream patch set still provides much code.

Q11) How does PREEMPT_RT reduce scheduling and interrupt latency?
A11) PREEMPT_RT uses different locking mechanisms (e.g. preemptable spin locks) and a scheduler other than CFS. When enabling PREEMPT_RT, the kernel uses the real-time scheduling class, which has a higher priority over the CFS scheduler and provides the first-in-first-out and round-robin scheduling policies.

Q12) What is the maximum latency guaranteed by PREEMPT_RT?
A12) PREEMPT_RT does not currently guarantee any maximum latency.

Q13) What is the CPUfreq governor used in PREEMPT_RT?
A13) The CPU governor is currently set to CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND. The cpufrequtils package enables switching to the performance governor with: cpufreq-set -g performance

1 Like