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
    • Security Measurement
    • 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 Insights
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 Insights
  • 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-2013:1169 - Bug Fix Advisory
Issued:
2013-08-20
Updated:
2013-08-20

RHBA-2013:1169 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

kernel bug fix update

Type/Severity

Bug Fix Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated kernel packages that fix several bugs are now available for Red Hat
Enterprise Linux 6 Extended Update Support.

Description

The kernel packages contain the Linux kernel, which is the core of any Linux
operating system.

This update fixes the following bugs:

  • A race condition between the read_swap_cache_async() and get_swap_page()

functions in the Memory management (mm) code could lead to a deadlock situation.
The deadlock could occur only on systems that deployed swap partitions on
devices supporting block DISCARD and TRIM operations if kernel preemption was
disabled (the !CONFIG_PREEMPT parameter). If the read_swap_cache_async()
function was given a SWAP_HAS_CACHE entry that did not have a page in the swap
cache yet, a DISCARD operation was performed in the scan_swap_map() function.
Consequently, completion of an I/O operation was scheduled on the same CPU's
working queue the read_swap_cache_async() was running on. This caused the thread
in read_swap_cache_async() to loop indefinitely around its "-EEXIST" case,
rendering the system unresponsive. The problem has been fixed by adding an
explicit cond_resched() call to read_swap_cache_async(), which allows other
tasks to run on the affected CPU, and thus avoiding the deadlock. (BZ#977666)

  • The bnx2x driver could have previously reported an occasional MDC/MDIO timeout

error along with the loss of the link connection. This could happen in
environments using an older boot code because the MDIO clock was set in the
beginning of each boot code sequence instead of per CL45 command. To avoid this
problem, the bnx2x driver now sets the MDIO clock per CL45 command.
Additionally, the MDIO clock is now implemented per EMAC register instead of per
port number, which prevents ports from using different EMAC addresses for
different PHY accesses. Also, boot code or Management Firmware (MFW) upgrade is
required to prevent the boot code (firmware) from taking over link ownership if
the driver's pulse is delayed. The BCM57711 card requires boot code version
6.2.24 or later, and the BCM57712/578xx cards require MFW version 7.4.22 or
later. (BZ#982113)

  • If the audit queue is too long, the kernel schedules the kauditd daemon to

alleviate the load on the audit queue. Previously, if the current audit process
had any pending signals in such a situation, it entered a busy-wait loop for the
duration of an audit backlog timeout because the wait_for_auditd() function was
called as an interruptible task. This could lead to system lockup in
non-preemptive uniprocessor systems. This update fixes the problem by setting
wait_for_auditd() as uninterruptible. (BZ#982467)

  • The kernel could rarely terminate instead of creating a dump file when a

multi-threaded process using FPU aborted. This happened because the kernel did
not wait until all threads became inactive and attempted to dump the FPU state
of active threads into memory which triggered a BUG_ON() routine. A patch
addressing this problem has been applied and the kernel now waits for the
threads to become inactive before dumping their FPU state into memory.
(BZ#988225)

  • Due to hardware limits, the be2net adapter cannot handle packets with size

greater than 64 KB including the Ethernet header. Therefore, if the be2net
adapter received xmit requests exceeding this size, it was unable to process the
requests, produced error messages and could become unresponsive. To prevent
these problems, GSO (Generic Segmentation Offload) maximum size has been reduced
to account for the Ethernet header. (BZ#990080)

  • BE family hardware could falsely indicate an unrecoverable error (UE) on

certain platforms and stop further access to be2net-based network interface
cards (NICs). A patch has been applied to disable the code that stops further
access to hardware for BE family network interface cards (NICs). For a real UE,
it is not necessary as the corresponding hardware block is not accessible in
this situation. (BZ#990085)

Users should upgrade to these updated packages, which contain backported patches
to correct these issues. The system must be rebooted for this update to take
effect.

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/site/articles/11258

To install kernel packages manually, use "rpm -ivh [package]". Do not
use "rpm -Uvh" as that will remove the running kernel binaries from
your system. You may use "rpm -e" to remove old kernels after
determining that the new kernel functions properly on your system.

Affected Products

  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 6.2 x86_64
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 6.2 i386
  • Red Hat Enterprise Linux Server - AUS 6.2 x86_64
  • Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 6.2 s390x
  • Red Hat Enterprise Linux for Power, big endian - Extended Update Support 6.2 ppc64
  • Red Hat Enterprise Linux Server - Extended Update Support from RHUI 6.2 x86_64
  • Red Hat Enterprise Linux Server - Extended Update Support from RHUI 6.2 i386
  • Red Hat Storage 2.0 x86_64
  • Red Hat Gluster Storage Server for On-premise 2.0 x86_64
  • Red Hat Storage for Public Cloud (via RHUI) 2.0 x86_64

Fixes

(none)

CVEs

(none)

References

(none)

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

Red Hat Enterprise Linux for x86_64 - Extended Update Support 6.2

SRPM
kernel-2.6.32-220.41.1.el6.src.rpm SHA-256: f695ec235418e6a5331ac889c7c778a02a5bd2a2212c393fe1acfb4255f74415
x86_64
kernel-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: dca8a8cb60e96bcb8e870f7bc02dc39a7dba36a0b964cde6b29611bd95ee3caf
kernel-debug-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 40aab73da7a701162af687d56b086e45a832e16248e3e82976c7298166da430a
kernel-debug-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: f010e9b109f3a279d5839d919f78d6d767a33d6e4c636873614b8edc7a5182a8
kernel-debug-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: f010e9b109f3a279d5839d919f78d6d767a33d6e4c636873614b8edc7a5182a8
kernel-debug-devel-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: a4ae3243533daa6bdbb18b762b0843c78ed78618b48fac9a5306f8f83ca3f4f6
kernel-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 72280cf81122faba58fae7e07794f3bfbce488b89fcd9ff734be75e95bb20266
kernel-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 72280cf81122faba58fae7e07794f3bfbce488b89fcd9ff734be75e95bb20266
kernel-debuginfo-common-x86_64-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: d5bdf56a05d82f83210033411be5124877bd59b9a8f281e25ea7d44680967efd
kernel-debuginfo-common-x86_64-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: d5bdf56a05d82f83210033411be5124877bd59b9a8f281e25ea7d44680967efd
kernel-devel-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: ec108ef75e1a771a2760e3c7ef1510f926a59d3d6f41ed739c06d945399966b7
kernel-doc-2.6.32-220.41.1.el6.noarch.rpm SHA-256: 0dff59cf7969fb7860dc20b6bfd6fa0759b530960b2a804a8b595c42c82cc15e
kernel-firmware-2.6.32-220.41.1.el6.noarch.rpm SHA-256: 67647a5f4ef588eb527505d03d6d5c9914e398638911e6534709b1182181a5e7
kernel-headers-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 99daa2d6eadc0fccb62c03293152772acfedfcf833d1c246aa7aa27c543bc11b
perf-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 7011f0c88f353d0e7e7087ee9d0670eab77d785d0530abaef37a3c0773a861db
perf-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: fa75741307699d92b3d5f093b55f44f30d4bec782811040f356364b8c437a1ec
perf-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: fa75741307699d92b3d5f093b55f44f30d4bec782811040f356364b8c437a1ec
python-perf-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 602507ea8c2e43430a7b2b70882d70c5dff0de89fb2eb101932dd9784244b4fe
python-perf-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: f2f5bbd3474fcb945c1f9371c97296b3d6ad66d1a5bb970f873907ec87da01dc
python-perf-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: f2f5bbd3474fcb945c1f9371c97296b3d6ad66d1a5bb970f873907ec87da01dc
i386
kernel-2.6.32-220.41.1.el6.i686.rpm SHA-256: d9582bf01b14050647720e40fcf6ae9408033adc19a2f64e9ba71014616e7d82
kernel-debug-2.6.32-220.41.1.el6.i686.rpm SHA-256: 5ed09f1d8a4b642da77b90efc863979ead3fab125d0339026f02f85ac806cdaa
kernel-debug-debuginfo-2.6.32-220.41.1.el6.i686.rpm SHA-256: ec873434d05ab4004fa158cee14f03d18b6e9fafcc52f40b298518e87a34ff06
kernel-debug-debuginfo-2.6.32-220.41.1.el6.i686.rpm SHA-256: ec873434d05ab4004fa158cee14f03d18b6e9fafcc52f40b298518e87a34ff06
kernel-debug-devel-2.6.32-220.41.1.el6.i686.rpm SHA-256: 98eb9ca50f213b2b29c748050651302c957529dff102dfc818873e69ef2e006c
kernel-debuginfo-2.6.32-220.41.1.el6.i686.rpm SHA-256: fa38d42c0cab3f0abe1b1f1b6339f82c49f7b284128261892eaff4b55bedf492
kernel-debuginfo-2.6.32-220.41.1.el6.i686.rpm SHA-256: fa38d42c0cab3f0abe1b1f1b6339f82c49f7b284128261892eaff4b55bedf492
kernel-debuginfo-common-i686-2.6.32-220.41.1.el6.i686.rpm SHA-256: 66bcfb41d441a2ddfea34347f448cb4d4c98ab0fe4d9dbcb9a00ecc4dd129da7
kernel-debuginfo-common-i686-2.6.32-220.41.1.el6.i686.rpm SHA-256: 66bcfb41d441a2ddfea34347f448cb4d4c98ab0fe4d9dbcb9a00ecc4dd129da7
kernel-devel-2.6.32-220.41.1.el6.i686.rpm SHA-256: 8cfafda7343393b875e149c1e795a904c14470d989683925671f27f7e501f932
kernel-doc-2.6.32-220.41.1.el6.noarch.rpm SHA-256: 0dff59cf7969fb7860dc20b6bfd6fa0759b530960b2a804a8b595c42c82cc15e
kernel-firmware-2.6.32-220.41.1.el6.noarch.rpm SHA-256: 67647a5f4ef588eb527505d03d6d5c9914e398638911e6534709b1182181a5e7
kernel-headers-2.6.32-220.41.1.el6.i686.rpm SHA-256: 7bb03ddebff4d42d9be07343dd671641fdf71aa13288695bbd79f2caa95dc6fa
perf-2.6.32-220.41.1.el6.i686.rpm SHA-256: 35a45a7923001944d34b695328103466e1637eddefa140a07f3dd4c4f2a5b656
perf-debuginfo-2.6.32-220.41.1.el6.i686.rpm SHA-256: 3b80534ab39519adb52a20c6bb1d18c8363675911e44d9cb204eaaa55bad2ddb
perf-debuginfo-2.6.32-220.41.1.el6.i686.rpm SHA-256: 3b80534ab39519adb52a20c6bb1d18c8363675911e44d9cb204eaaa55bad2ddb
python-perf-2.6.32-220.41.1.el6.i686.rpm SHA-256: 909d2e54f844a7d6a4151d1ba33cf8ff0a0192fb150da3c1b37b5f0c2c9baaf3
python-perf-debuginfo-2.6.32-220.41.1.el6.i686.rpm SHA-256: 28ea0f0192df922474ba136c64551d576637a808e9935c75b688e937dbb6155b
python-perf-debuginfo-2.6.32-220.41.1.el6.i686.rpm SHA-256: 28ea0f0192df922474ba136c64551d576637a808e9935c75b688e937dbb6155b

Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 6.2

SRPM
kernel-2.6.32-220.41.1.el6.src.rpm SHA-256: f695ec235418e6a5331ac889c7c778a02a5bd2a2212c393fe1acfb4255f74415
s390x
kernel-2.6.32-220.41.1.el6.s390x.rpm SHA-256: 72981fb027710431bb1384f276b09f7cd612cb2589229e534ba2695b14b33578
kernel-debug-2.6.32-220.41.1.el6.s390x.rpm SHA-256: 2cae8948701adff66d5f1c4654d0599f49c3bb64f940144c7e422da8e89f7589
kernel-debug-debuginfo-2.6.32-220.41.1.el6.s390x.rpm SHA-256: 1f94253e2dc79d1284cb6ac308e72bbf1e3476e3bc44d8d360bb9c43a4d6e3d0
kernel-debug-debuginfo-2.6.32-220.41.1.el6.s390x.rpm SHA-256: 1f94253e2dc79d1284cb6ac308e72bbf1e3476e3bc44d8d360bb9c43a4d6e3d0
kernel-debug-devel-2.6.32-220.41.1.el6.s390x.rpm SHA-256: 7ec4d5da12aac88b42ea60708d9921361ba421650000f89832c83715e507a343
kernel-debuginfo-2.6.32-220.41.1.el6.s390x.rpm SHA-256: 98ea6423147b4e4997cb382b815b55ab3916f8501648c858ec70adfa4b1dd3f1
kernel-debuginfo-2.6.32-220.41.1.el6.s390x.rpm SHA-256: 98ea6423147b4e4997cb382b815b55ab3916f8501648c858ec70adfa4b1dd3f1
kernel-debuginfo-common-s390x-2.6.32-220.41.1.el6.s390x.rpm SHA-256: 151f79a33503cf268338161d249a76f0e023201cda11c48366c0e2a779a3318c
kernel-debuginfo-common-s390x-2.6.32-220.41.1.el6.s390x.rpm SHA-256: 151f79a33503cf268338161d249a76f0e023201cda11c48366c0e2a779a3318c
kernel-devel-2.6.32-220.41.1.el6.s390x.rpm SHA-256: 2f874654d89995826bbfd50d8dc218542f1a01b01b905375a1290c3cd5ba3fe2
kernel-doc-2.6.32-220.41.1.el6.noarch.rpm SHA-256: 0dff59cf7969fb7860dc20b6bfd6fa0759b530960b2a804a8b595c42c82cc15e
kernel-firmware-2.6.32-220.41.1.el6.noarch.rpm SHA-256: 67647a5f4ef588eb527505d03d6d5c9914e398638911e6534709b1182181a5e7
kernel-headers-2.6.32-220.41.1.el6.s390x.rpm SHA-256: de75decb3fb0b3978354d47046cb34d09add58e1b9370b38691e5fe2fe1daeba
kernel-kdump-2.6.32-220.41.1.el6.s390x.rpm SHA-256: 4e4c3bc07f44a62269d40add17d7e15b8f113d1a8d47c1de7b559b11ac0505f1
kernel-kdump-debuginfo-2.6.32-220.41.1.el6.s390x.rpm SHA-256: fb8d3c182edb657111cd458d6ab9581ad4e216fa2d874c9b5eae7c4b38b772f0
kernel-kdump-debuginfo-2.6.32-220.41.1.el6.s390x.rpm SHA-256: fb8d3c182edb657111cd458d6ab9581ad4e216fa2d874c9b5eae7c4b38b772f0
kernel-kdump-devel-2.6.32-220.41.1.el6.s390x.rpm SHA-256: 4e19dd6471d42558f0174f5dfb86d656f92deaf253cf7a47cd75447e3832e522
perf-2.6.32-220.41.1.el6.s390x.rpm SHA-256: 71289c57b24c682f30ae87fa6d1c8375814bbf3f446fe797483f323ae5ed24f1
perf-debuginfo-2.6.32-220.41.1.el6.s390x.rpm SHA-256: 9d4a73c658345c7aff95c2607edbace75590be82073d0c8620854143a3655ba2
perf-debuginfo-2.6.32-220.41.1.el6.s390x.rpm SHA-256: 9d4a73c658345c7aff95c2607edbace75590be82073d0c8620854143a3655ba2
python-perf-2.6.32-220.41.1.el6.s390x.rpm SHA-256: cbf625af5c9f785251813c8e67eedd35652d9eb94b8205f49b9cf17fd8935eee
python-perf-debuginfo-2.6.32-220.41.1.el6.s390x.rpm SHA-256: 57812040a5b79cf5d6a492871093f6405c9f19b9943319e13204d4874733f09e
python-perf-debuginfo-2.6.32-220.41.1.el6.s390x.rpm SHA-256: 57812040a5b79cf5d6a492871093f6405c9f19b9943319e13204d4874733f09e

Red Hat Enterprise Linux for Power, big endian - Extended Update Support 6.2

SRPM
kernel-2.6.32-220.41.1.el6.src.rpm SHA-256: f695ec235418e6a5331ac889c7c778a02a5bd2a2212c393fe1acfb4255f74415
ppc64
kernel-2.6.32-220.41.1.el6.ppc64.rpm SHA-256: 5fd7e190597cd418aa4a3238d60bbf450a90f1c41f1163a1a45ff7a1a2b7093f
kernel-bootwrapper-2.6.32-220.41.1.el6.ppc64.rpm SHA-256: ebcda5a082edbd6ec26628574435df9775f24e5d95a1b649840891c723755cce
kernel-debug-2.6.32-220.41.1.el6.ppc64.rpm SHA-256: fa88021fe6e3e7521fc36a3545dcd5557770bb890e19e839c76ed9d491c0ced6
kernel-debug-debuginfo-2.6.32-220.41.1.el6.ppc64.rpm SHA-256: ebb2c3f4796e4bad8b79510c049aa665785b35e17141cc8f667ba0ac6ab36463
kernel-debug-debuginfo-2.6.32-220.41.1.el6.ppc64.rpm SHA-256: ebb2c3f4796e4bad8b79510c049aa665785b35e17141cc8f667ba0ac6ab36463
kernel-debug-devel-2.6.32-220.41.1.el6.ppc64.rpm SHA-256: 510fca57b4e5fc0ddea5a8d5b8a136007dd5348819f9f1318820aadf14d897f3
kernel-debuginfo-2.6.32-220.41.1.el6.ppc64.rpm SHA-256: 42de126985392482fb2f5d1debc01d343f8723dfe745adc8f180065308102543
kernel-debuginfo-2.6.32-220.41.1.el6.ppc64.rpm SHA-256: 42de126985392482fb2f5d1debc01d343f8723dfe745adc8f180065308102543
kernel-debuginfo-common-ppc64-2.6.32-220.41.1.el6.ppc64.rpm SHA-256: 0d2fe1fe21ed11d2b083878ef0e48932e0461fe6a4dbb9418cbc22d498d3199a
kernel-debuginfo-common-ppc64-2.6.32-220.41.1.el6.ppc64.rpm SHA-256: 0d2fe1fe21ed11d2b083878ef0e48932e0461fe6a4dbb9418cbc22d498d3199a
kernel-devel-2.6.32-220.41.1.el6.ppc64.rpm SHA-256: ecc49ad7dc2dc602f5427b25979bee9a7dc3492817c9d501b6223c7ad7dbfef4
kernel-doc-2.6.32-220.41.1.el6.noarch.rpm SHA-256: 0dff59cf7969fb7860dc20b6bfd6fa0759b530960b2a804a8b595c42c82cc15e
kernel-firmware-2.6.32-220.41.1.el6.noarch.rpm SHA-256: 67647a5f4ef588eb527505d03d6d5c9914e398638911e6534709b1182181a5e7
kernel-headers-2.6.32-220.41.1.el6.ppc64.rpm SHA-256: de9ff0553b2660d2bf586a13a52bb3d3c3bf816bf57eda1cfc668c214cfa5cf8
perf-2.6.32-220.41.1.el6.ppc64.rpm SHA-256: 25bae1c0cc40e7d7ddc0cab46596e53782ac13e0a9dcd5971693d866f2b76ac1
perf-debuginfo-2.6.32-220.41.1.el6.ppc64.rpm SHA-256: fcc30a75e6327f9eacd4512598635f1d73c7336c8f7b3c2cb5afc5e3ded56f55
perf-debuginfo-2.6.32-220.41.1.el6.ppc64.rpm SHA-256: fcc30a75e6327f9eacd4512598635f1d73c7336c8f7b3c2cb5afc5e3ded56f55
python-perf-2.6.32-220.41.1.el6.ppc64.rpm SHA-256: 7de4b1dfe45696f7c70b9740e22028a0d2422cca61143c1260cabd9d431919bd
python-perf-debuginfo-2.6.32-220.41.1.el6.ppc64.rpm SHA-256: 046bed6cf7892379c915872453fbd541e69175e06eec0e802e3066b4fe86d7ba
python-perf-debuginfo-2.6.32-220.41.1.el6.ppc64.rpm SHA-256: 046bed6cf7892379c915872453fbd541e69175e06eec0e802e3066b4fe86d7ba

Red Hat Enterprise Linux Server - Extended Update Support from RHUI 6.2

SRPM
kernel-2.6.32-220.41.1.el6.src.rpm SHA-256: f695ec235418e6a5331ac889c7c778a02a5bd2a2212c393fe1acfb4255f74415
x86_64
kernel-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: dca8a8cb60e96bcb8e870f7bc02dc39a7dba36a0b964cde6b29611bd95ee3caf
kernel-debug-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 40aab73da7a701162af687d56b086e45a832e16248e3e82976c7298166da430a
kernel-debug-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: f010e9b109f3a279d5839d919f78d6d767a33d6e4c636873614b8edc7a5182a8
kernel-debug-devel-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: a4ae3243533daa6bdbb18b762b0843c78ed78618b48fac9a5306f8f83ca3f4f6
kernel-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 72280cf81122faba58fae7e07794f3bfbce488b89fcd9ff734be75e95bb20266
kernel-debuginfo-common-x86_64-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: d5bdf56a05d82f83210033411be5124877bd59b9a8f281e25ea7d44680967efd
kernel-devel-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: ec108ef75e1a771a2760e3c7ef1510f926a59d3d6f41ed739c06d945399966b7
kernel-doc-2.6.32-220.41.1.el6.noarch.rpm SHA-256: 0dff59cf7969fb7860dc20b6bfd6fa0759b530960b2a804a8b595c42c82cc15e
kernel-firmware-2.6.32-220.41.1.el6.noarch.rpm SHA-256: 67647a5f4ef588eb527505d03d6d5c9914e398638911e6534709b1182181a5e7
kernel-headers-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 99daa2d6eadc0fccb62c03293152772acfedfcf833d1c246aa7aa27c543bc11b
perf-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 7011f0c88f353d0e7e7087ee9d0670eab77d785d0530abaef37a3c0773a861db
perf-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: fa75741307699d92b3d5f093b55f44f30d4bec782811040f356364b8c437a1ec
python-perf-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: f2f5bbd3474fcb945c1f9371c97296b3d6ad66d1a5bb970f873907ec87da01dc
i386
kernel-2.6.32-220.41.1.el6.i686.rpm SHA-256: d9582bf01b14050647720e40fcf6ae9408033adc19a2f64e9ba71014616e7d82
kernel-debug-2.6.32-220.41.1.el6.i686.rpm SHA-256: 5ed09f1d8a4b642da77b90efc863979ead3fab125d0339026f02f85ac806cdaa
kernel-debug-debuginfo-2.6.32-220.41.1.el6.i686.rpm SHA-256: ec873434d05ab4004fa158cee14f03d18b6e9fafcc52f40b298518e87a34ff06
kernel-debug-devel-2.6.32-220.41.1.el6.i686.rpm SHA-256: 98eb9ca50f213b2b29c748050651302c957529dff102dfc818873e69ef2e006c
kernel-debuginfo-2.6.32-220.41.1.el6.i686.rpm SHA-256: fa38d42c0cab3f0abe1b1f1b6339f82c49f7b284128261892eaff4b55bedf492
kernel-debuginfo-common-i686-2.6.32-220.41.1.el6.i686.rpm SHA-256: 66bcfb41d441a2ddfea34347f448cb4d4c98ab0fe4d9dbcb9a00ecc4dd129da7
kernel-devel-2.6.32-220.41.1.el6.i686.rpm SHA-256: 8cfafda7343393b875e149c1e795a904c14470d989683925671f27f7e501f932
kernel-doc-2.6.32-220.41.1.el6.noarch.rpm SHA-256: 0dff59cf7969fb7860dc20b6bfd6fa0759b530960b2a804a8b595c42c82cc15e
kernel-firmware-2.6.32-220.41.1.el6.noarch.rpm SHA-256: 67647a5f4ef588eb527505d03d6d5c9914e398638911e6534709b1182181a5e7
kernel-headers-2.6.32-220.41.1.el6.i686.rpm SHA-256: 7bb03ddebff4d42d9be07343dd671641fdf71aa13288695bbd79f2caa95dc6fa
perf-2.6.32-220.41.1.el6.i686.rpm SHA-256: 35a45a7923001944d34b695328103466e1637eddefa140a07f3dd4c4f2a5b656
perf-debuginfo-2.6.32-220.41.1.el6.i686.rpm SHA-256: 3b80534ab39519adb52a20c6bb1d18c8363675911e44d9cb204eaaa55bad2ddb
python-perf-debuginfo-2.6.32-220.41.1.el6.i686.rpm SHA-256: 28ea0f0192df922474ba136c64551d576637a808e9935c75b688e937dbb6155b

Red Hat Storage 2.0

SRPM
x86_64

Red Hat Gluster Storage Server for On-premise 2.0

SRPM
kernel-2.6.32-220.41.1.el6.src.rpm SHA-256: f695ec235418e6a5331ac889c7c778a02a5bd2a2212c393fe1acfb4255f74415
x86_64
kernel-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: dca8a8cb60e96bcb8e870f7bc02dc39a7dba36a0b964cde6b29611bd95ee3caf
kernel-debug-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 40aab73da7a701162af687d56b086e45a832e16248e3e82976c7298166da430a
kernel-debug-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: f010e9b109f3a279d5839d919f78d6d767a33d6e4c636873614b8edc7a5182a8
kernel-debug-devel-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: a4ae3243533daa6bdbb18b762b0843c78ed78618b48fac9a5306f8f83ca3f4f6
kernel-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 72280cf81122faba58fae7e07794f3bfbce488b89fcd9ff734be75e95bb20266
kernel-debuginfo-common-x86_64-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: d5bdf56a05d82f83210033411be5124877bd59b9a8f281e25ea7d44680967efd
kernel-devel-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: ec108ef75e1a771a2760e3c7ef1510f926a59d3d6f41ed739c06d945399966b7
kernel-doc-2.6.32-220.41.1.el6.noarch.rpm SHA-256: 0dff59cf7969fb7860dc20b6bfd6fa0759b530960b2a804a8b595c42c82cc15e
kernel-firmware-2.6.32-220.41.1.el6.noarch.rpm SHA-256: 67647a5f4ef588eb527505d03d6d5c9914e398638911e6534709b1182181a5e7
kernel-headers-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 99daa2d6eadc0fccb62c03293152772acfedfcf833d1c246aa7aa27c543bc11b
perf-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 7011f0c88f353d0e7e7087ee9d0670eab77d785d0530abaef37a3c0773a861db
perf-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: fa75741307699d92b3d5f093b55f44f30d4bec782811040f356364b8c437a1ec
python-perf-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: f2f5bbd3474fcb945c1f9371c97296b3d6ad66d1a5bb970f873907ec87da01dc

Red Hat Storage for Public Cloud (via RHUI) 2.0

SRPM
kernel-2.6.32-220.41.1.el6.src.rpm SHA-256: f695ec235418e6a5331ac889c7c778a02a5bd2a2212c393fe1acfb4255f74415
x86_64
kernel-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: dca8a8cb60e96bcb8e870f7bc02dc39a7dba36a0b964cde6b29611bd95ee3caf
kernel-debug-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 40aab73da7a701162af687d56b086e45a832e16248e3e82976c7298166da430a
kernel-debug-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: f010e9b109f3a279d5839d919f78d6d767a33d6e4c636873614b8edc7a5182a8
kernel-debug-devel-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: a4ae3243533daa6bdbb18b762b0843c78ed78618b48fac9a5306f8f83ca3f4f6
kernel-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 72280cf81122faba58fae7e07794f3bfbce488b89fcd9ff734be75e95bb20266
kernel-debuginfo-common-x86_64-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: d5bdf56a05d82f83210033411be5124877bd59b9a8f281e25ea7d44680967efd
kernel-devel-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: ec108ef75e1a771a2760e3c7ef1510f926a59d3d6f41ed739c06d945399966b7
kernel-doc-2.6.32-220.41.1.el6.noarch.rpm SHA-256: 0dff59cf7969fb7860dc20b6bfd6fa0759b530960b2a804a8b595c42c82cc15e
kernel-firmware-2.6.32-220.41.1.el6.noarch.rpm SHA-256: 67647a5f4ef588eb527505d03d6d5c9914e398638911e6534709b1182181a5e7
kernel-headers-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 99daa2d6eadc0fccb62c03293152772acfedfcf833d1c246aa7aa27c543bc11b
perf-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 7011f0c88f353d0e7e7087ee9d0670eab77d785d0530abaef37a3c0773a861db
perf-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: fa75741307699d92b3d5f093b55f44f30d4bec782811040f356364b8c437a1ec
python-perf-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: f2f5bbd3474fcb945c1f9371c97296b3d6ad66d1a5bb970f873907ec87da01dc

Red Hat Enterprise Linux Server - AUS 6.2

SRPM
kernel-2.6.32-220.41.1.el6.src.rpm SHA-256: f695ec235418e6a5331ac889c7c778a02a5bd2a2212c393fe1acfb4255f74415
x86_64
kernel-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: dca8a8cb60e96bcb8e870f7bc02dc39a7dba36a0b964cde6b29611bd95ee3caf
kernel-debug-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 40aab73da7a701162af687d56b086e45a832e16248e3e82976c7298166da430a
kernel-debug-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: f010e9b109f3a279d5839d919f78d6d767a33d6e4c636873614b8edc7a5182a8
kernel-debug-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: f010e9b109f3a279d5839d919f78d6d767a33d6e4c636873614b8edc7a5182a8
kernel-debug-devel-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: a4ae3243533daa6bdbb18b762b0843c78ed78618b48fac9a5306f8f83ca3f4f6
kernel-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 72280cf81122faba58fae7e07794f3bfbce488b89fcd9ff734be75e95bb20266
kernel-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 72280cf81122faba58fae7e07794f3bfbce488b89fcd9ff734be75e95bb20266
kernel-debuginfo-common-x86_64-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: d5bdf56a05d82f83210033411be5124877bd59b9a8f281e25ea7d44680967efd
kernel-debuginfo-common-x86_64-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: d5bdf56a05d82f83210033411be5124877bd59b9a8f281e25ea7d44680967efd
kernel-devel-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: ec108ef75e1a771a2760e3c7ef1510f926a59d3d6f41ed739c06d945399966b7
kernel-doc-2.6.32-220.41.1.el6.noarch.rpm SHA-256: 0dff59cf7969fb7860dc20b6bfd6fa0759b530960b2a804a8b595c42c82cc15e
kernel-firmware-2.6.32-220.41.1.el6.noarch.rpm SHA-256: 67647a5f4ef588eb527505d03d6d5c9914e398638911e6534709b1182181a5e7
kernel-headers-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 99daa2d6eadc0fccb62c03293152772acfedfcf833d1c246aa7aa27c543bc11b
perf-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 7011f0c88f353d0e7e7087ee9d0670eab77d785d0530abaef37a3c0773a861db
perf-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: fa75741307699d92b3d5f093b55f44f30d4bec782811040f356364b8c437a1ec
perf-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: fa75741307699d92b3d5f093b55f44f30d4bec782811040f356364b8c437a1ec
python-perf-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: 602507ea8c2e43430a7b2b70882d70c5dff0de89fb2eb101932dd9784244b4fe
python-perf-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: f2f5bbd3474fcb945c1f9371c97296b3d6ad66d1a5bb970f873907ec87da01dc
python-perf-debuginfo-2.6.32-220.41.1.el6.x86_64.rpm SHA-256: f2f5bbd3474fcb945c1f9371c97296b3d6ad66d1a5bb970f873907ec87da01dc

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
© 2025 Red Hat, Inc.

Red Hat legal and privacy links

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