%%% 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 %%%
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 %%%
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 %%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=253137 %%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=457101 %%%
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 %%%
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 %%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=443853 %%%
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.
%%% 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 %%%
modprobe cell_edac
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
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 %%%
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.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=438733 %%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=459559 %%%
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 templateTo resolve this issue, parameters should be enclosed with single quotes inside of double quotes (ie
parameters="vmhalt='LOGOFF'")
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=455308 %%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=438733 %%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=206806 %%%
pselect() and ppoll() system calls has been added to the kernel.