Product SiteDocumentation Site

5.1. All Architectures

  • %%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=439269 %%%

    relayfs previously had a buffer size limit of 64MB. In this update, the limitation of the memory allocated to relayfs for on-memory buffers has been increased to 4095MB. This allows SystemTap and other tracing tools that utilize relayfs the ability to trace more events.
  • %%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=459197 %%%

    The driver for Dell Remote Access Controller 4 (DRAC4) was not present. Consequently, any virtual devices provided by the DRAC4 were not being detected by the kernel. In this update, the pata_sil680 kernel module that provides the appropriate driver has been added, which resolves this issue.
  • %%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=441523 %%%

    The message buffers for the relay interface were only allocated for online CPUs when relay_open() was called. Consequently, if an off-line CPU was turned on after relay_open() was called, a kernel panic would occur. In this update, a new message buffer is allocated dynamically if any new CPUs are added.
  • %%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=445215 %%%

    The driver for 8250 based serial ports has been updated to add support for DSR/DTR hardware flow control.
  • %%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=253137 %%%

    Support for Dell Wireless Wide Area Network (WWAN) cards has been added to the kernel. Devices that are now supported are:
    • Dell Wireless 5700 Mobile Broadband CDMA/EVDO Mini-Card
    • Dell Wireless 5500 Mobile Broadband HSDPA Mini-Card
    • Dell Wireless 5505 Mobile Broadband HSDPA Mini-Card
    • Dell Wireless 5700 Mobile Broadband CDMA/EVDO ExpressCard
    • Dell Wireless 5510 Mobile Broadband HSDPA ExpressCard
    • Dell Wireless 5700 Mobile Broadband CDMA/EVDO Mini-Card
    • Dell Wireless 5700 Mobile Broadband CDMA/EVDO Mini-Card
    • Dell Wireless 5720
    • Dell Wireless HSDPA 5520
    • Dell Wireless HSDPA 5520
    • Dell Wireless 5520 Voda I Mobile Broadband (3G HSDPA) Mini-Card
  • %%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=457101 %%%

    the thinkpad_acpi kernel module has been updated to provide enhanced support for newer Thinkpad models.
  • %%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=445422 %%%

    The soft lockup detector can now be configured to trigger a kernel panic instead of a warning message. This makes it possible for users to generate and analyze a crash dump during a soft lockup for forensic purposes.
    To configure the soft lockup detector to generate a panic, set the kernel parameter soft_lockup to 1. This parameter is set to 0 by default.
  • %%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=458441 %%%

    oprofile did not correctly identify processors based on the Next-Generation Intel(R) Microarchitecture (codenamed "Nehalem".) Consequently, the performance monitoring unit could not be used and the processor fell back to the timer interrupt. The kernel has been updated to resolve this issue.
  • %%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=443516 %%%

    Support has been added to the kernel for the CPU power state, C3, on the Next-Generation Intel® Microarchitecture (codenamed "Nehalem"). The ability to enter C3 (also known as the sleep state) improves the power efficiency of the CPU when idle.

5.2. x86 Architectures

  • %%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=443853 %%%

    The powernowk8 driver was not performing sufficient checks on the number of running CPUs. Consequently, when the driver was started, a kernel oops error message may have been reported. In this update the powernowk8 driver verifies that the number of supported CPUs (supported_cpus) equals the number of online CPUs (num_online_cpus), which resolves this issue.

5.3. PowerPC Architectures

  • %%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=442410 %%%

    CPUFreq, the kernel subsystem that scales CPU frequency and voltage, has been updated with improved support for Cell Processors. This update implements a Synergistic Processing Unit (SPU) aware CPUFreq governor that enhances the power management of Cell processors.
  • %%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=439507 %%%

    Error Detection and Correction (EDAC) is now supported on the Cell Broadband Engine Architecture in Red Hat Enterprise Linux 5.3. To enable EDAC, use the command: modprobe cell_edac
    To check this module has been added to your running kernel, check /var/log/dmesg for output like the following:
    EDAC MC: Ver: 2.0.1 Oct  4 2008
    EDAC MC0: Giving out device to cell_edac MIC: DEV cbe-mic
    EDAC MC1: Giving out device to cell_edac MIC: DEV cbe-mic
    
    If correctable memory errors are encountered, the following message will be returned to the console:
    EDAC MC0: CE page 0xeff, offset 0x5700, grain 0, syndrome 0x51, row 0, channel
    0, label "":
    
  • %%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=444076 %%%

    Debugging with hardware watchpoints using a variable that is shared between multiple threads was causing the GNU Debugger (GDB) to erratically miss trigger events. The kernel has been updated to allow GDB to consistently receive the watchpoint triggers, improving the reliability of the debugging session.

5.4. x86_64 Architectures

  • %%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=438733 %%%

    kprobe-booster is now supported on the ia64 and x86_64 architectures, allowing users to probe kernel events much faster. This feature will also decrease the overhead caused by probing tools (e.g. SystemTap and Kprobes) on servers running on 64-bit architecture.

5.5. s390x Architectures

  • %%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=459559 %%%

    In zipl.conf, parameters enclosed with double quotes inside of single quotes (ie parameters='vmhalt="LOGOFF"') were being parsed incorrectly. Consequently, installing the kernel-kdump package may have failed, resulting in the error:
    grubby fatal error: unable to find a suitable template
    
    To resolve this issue, parameters should be enclosed with single quotes inside of double quotes (ie parameters="vmhalt='LOGOFF'")

    Note

    The syntax structure of single quotes inside of double quotes is the default in Red hat Enterprise Linux 5.

5.6. ia64 Architecture