Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Lightspeed
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Lightspeed
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHBA-2012:0495 - Bug Fix Advisory
Issued:
2012-04-18
Updated:
2012-04-18

RHBA-2012:0495 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

Red Hat Enterprise MRG Realtime 2.1 bug fix update

Type/Severity

Bug Fix Advisory

Red Hat Lightspeed patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated Red Hat Enterprise MRG Realtime packages that fix several bugs are now
available for Red Hat Enterprise MRG 2.1.

Red Hat Enterprise MRG (Messaging, Realtime, and Grid) is a next-generation IT
infrastructure for enterprise computing. MRG offers increased performance,
reliability, interoperability, and faster computing for enterprise customers.

MRG Realtime provides the highest levels of predictability for consistent
low-latency response times to meet the needs of time sensitive workloads. MRG
Realtime provides new levels of determinism by optimizing lengthy kernel code
paths to ensure that they do not become bottlenecks. This allows for better
prioritization of applications, resulting in consistent, predictable response
times for high-priority applications.

Description

This update provides bug fixes for the following packages:

  • The ibm-prtm package contains a utility and a start-up script for IBM

BladeCenter systems. It enables the EDAC (Error Detection and Correction) driver
and also turns off the System Management Interrupts (SMI) generation, which
improves system response time to events.

  • The rteval package contains a utility for measuring various aspects of

real-time behavior on systems under load. The script unpacks the hackbench
stress test and benchmark utility, and the kernel source code from the
rteval-loads package, builds hackbench, and then goes into a loop, running
hackbench and compiling a kernel tree. During that loop, the cyclictest program
is run to measure event response times. After the run time completes, a
statistical analysis of the event response times is performed and printed to the
screen.

  • The rt-setup package configures settings required by the Red Hat Enterprise

Linux real-time environment, such as creating the realtime group, adding
realtime user privileges to PAM (Pluggable Authentication Models), enabling the
configuration of kdump in real time, and disabling irqbalance by default.

  • The tuna package provides graphical and command-line interfaces for changing

scheduler and interrupt request (IRQ) settings. Changes can be made to CPUs, by
thread or at the IRQ level, taking into account the topology of multi-socket and
multi-core systems. Tuna provides the ability to isolate CPU cores and sockets
for use by a specific application or hardware device.

Bug fixes:

  • Signal handlers were commented out during debugging session and not restored

for release, which caused the early termination logic to fail. Now, the signal
handling logic has been restored and the early termination logic works
appropriately. (BZ#574166)

  • The cyclictest test always ran with the --smp option rather than --numa on

appropriate systems because the numanode parameter was not correctly passed to
the child process. This bug has been fixed and cyclictest now uses the correct
option when starting measurement threads. (BZ#773075)

  • SMI remediation was not working correctly, resulting in error messages at boot

due to an incorrect patch applied to the base ibm-prtm script. This update
provide an appropriate patch that fixes SMI remediation on IBM non-EFI systems
and the error messages are no longer returned. (BZ#767605)

  • Tuna now contains a man page that is correctly displayed with the command 'man

tuna'. (BZ#545539)

  • Some udev rules added by MRG Realtime were being called at a much higher

frequency than anticipated, which could cause inordinately long boot times on
systems with more than 15 cores. Now, child process creation has been removed
from the Realtime udev rules and the boot times are shorter on such systems.
(BZ#698481)

  • Previously, the Realtime bandwidth limiting feature for SCHED_FIFO/SCHED_RR

threads was disabled. Consequently, various issues occurred in some
CPU-intensive applications that depend on this feature. Now, this feature has
been enabled and SCHED_OTHER threads get 5% of the CPU time on cores that are
monopolized by SCHED_FIFO/SCHED_RR threads.

Note that when upgrading from a previous installation of rt-setup,
/etc/sysctl.conf must be manually edited to remove the kernel.sched_rt_realtime*
lines, which disable bandwidth limiting. (BZ#791371)

  • The ibm-prtm package installs a configuration file in the /etc/modprobe.d/

directory. Prior to this update, the modprobe utility displayed the following
warning message:

WARNING: All config files need .conf: /etc/modprobe.d/ibm-amd, it will be
ignored in a future release.

With this update, the configuration file has been renamed to ibm-amd.config,
thus fixing this bug. (BZ#710503)

Users of the real-time capabilities of Red Hat Enterprise MRG 2.1, which is
layered on Red Hat Enterprise Linux 6, are advised to upgrade to these updated
packages, which fix these bugs.

Solution

Before applying this update, make sure all previously-released errata
relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to
use the Red Hat Network to apply this update are available at
https://access.redhat.com/knowledge/articles/11258

Affected Products

  • MRG Realtime 2 x86_64

Fixes

  • BZ - 545539 - tuna does not have a man-page
  • BZ - 574166 - rteval: add early termination logic
  • BZ - 698481 - x3950 X5 hangs at udev for 3 hours
  • BZ - 710503 - ibm-prtm installs modprobe file with wrong extension on RHEL6
  • BZ - 773075 - rteval does not propagate parameter changes to cyclictest object

CVEs

(none)

References

(none)

Note: More recent versions of these packages may be available. Click a package name for more details.

MRG Realtime 2

SRPM
ibm-prtm-1.10-1.el6rt.src.rpm SHA-256: 5ea64fca6d9d0a68959b3632e3c2f44e69ae0b74b11a3e8eaf54ea57394b6e5a
rt-setup-1.11-1.el6rt.src.rpm SHA-256: 2533ce4864290c0ca672b3b623e558bcac88ab031af2dd36746df3f1f93afccf
rteval-1.35-1.el6rt.src.rpm SHA-256: 27ce0c38e46a079617f8b4dc95412aed495010699e2183f21eaf5c994e163c21
tuna-0.10.2-2.el6rt.src.rpm SHA-256: 16e1d28da0149e8280ff3bf90b218dc157260eb68429e60e918ef25f2dab9347
x86_64
ibm-prtm-1.10-1.el6rt.noarch.rpm SHA-256: 413679d77cc8af39456f59d934636f1f54cdd70d01925c45c9efd69b34603e23
oscilloscope-0.10.2-2.el6rt.noarch.rpm SHA-256: 0832fa7847298857e14b1f034e47e871bc37bc526221662688f1c77f35c9078e
rt-setup-1.11-1.el6rt.noarch.rpm SHA-256: 42d2a298c943453a05dc771a9eb4337e3214bc49f7720dc2ea6fe2b8974cd75b
rteval-1.35-1.el6rt.noarch.rpm SHA-256: 1590c7ba8269895eeb331a28b731cf836b38299645c7c6af5a98f569f3959e35
tuna-0.10.2-2.el6rt.noarch.rpm SHA-256: 82785a0e72f44310b0e5cb0f5f0e05a1589e48a103b10586afa588b1885637ac

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2026 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility