rhsa-2017_3200
Vulnerability from csaf_redhat
Published
2017-11-14 20:34
Modified
2024-11-14 21:46
Summary
Red Hat Security Advisory: kernel security and bug fix update
Notes
Topic
An update for kernel is now available for Red Hat Enterprise Linux 6.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
* A race condition issue leading to a use-after-free flaw was found in the way the raw packet sockets are implemented in the Linux kernel networking subsystem handling synchronization. A local user able to open a raw packet socket (requires the CAP_NET_RAW capability) could use this flaw to elevate their privileges on the system. (CVE-2017-1000111, Important)
* An exploitable memory corruption flaw was found in the Linux kernel. The append path can be erroneously switched from UFO to non-UFO in ip_ufo_append_data() when building an UFO packet with MSG_MORE option. If unprivileged user namespaces are available, this flaw can be exploited to gain root privileges. (CVE-2017-1000112, Important)
* A divide-by-zero vulnerability was found in the __tcp_select_window function in the Linux kernel. This can result in a kernel panic causing a local denial of service. (CVE-2017-14106, Moderate)
Red Hat would like to thank Willem de Bruijn for reporting CVE-2017-1000111 and Andrey Konovalov for reporting CVE-2017-1000112.
Bug Fix(es):
* When the operating system was booted with Red Hat Enterprise Virtualization, and the eh_deadline sysfs parameter was set to 10s, the Storage Area Network (SAN) issues caused eh_deadline to trigger with no handler. Consequently, a kernel panic occurred. This update fixes the lpfc driver, thus preventing the kernel panic under described circumstances. (BZ#1487220)
* When an NFS server returned the NFS4ERR_BAD_SEQID error to an OPEN request, the open-owner was removed from the state_owners rbtree. Consequently, NFS4 client infinite loop that required a reboot to recover occurred. This update changes NFS4ERR_BAD_SEQID handling to leave the open-owner in the state_owners rbtree by updating the create_time parameter so that it looks like a new open-owner. As a result, an NFS4 client is now able to recover without falling into the infinite recovery loop after receiving NFS4ERR_BAD_SEQID. (BZ#1491123)
* If an NFS client attempted to mount NFSv3 shares from an NFS server exported directly to the client's IP address, and this NFS client had already mounted other shares that originated from the same server but were exported to the subnetwork which this client was part of, the auth.unix.ip cache expiration was not handled correctly. Consequently, the client received the 'stale file handle' errors when trying to mount the share. This update fixes handling of the cache expiration, and the NFSv3 shares now mount as expected without producing the 'stale file handle' errors. (BZ#1497976)
* When running a script that raised the tx ring count to its maximum value supported by the Solarflare Network Interface Controller (NIC) driver, the EF10 family NICs allowed the settings exceeding the hardware's capability. Consequently, the Solarflare hardware became unusable with Red Hat Entepripse Linux 6. This update fixes the sfc driver, so that the tx ring can have maximum 2048 entries for all EF10 NICs. As a result, the Solarflare hardware no longer becomes unusable with Red Hat Entepripse Linux 6 due to this bug. (BZ#1498019)
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for kernel is now available for Red Hat Enterprise Linux 6.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* A race condition issue leading to a use-after-free flaw was found in the way the raw packet sockets are implemented in the Linux kernel networking subsystem handling synchronization. A local user able to open a raw packet socket (requires the CAP_NET_RAW capability) could use this flaw to elevate their privileges on the system. (CVE-2017-1000111, Important)\n\n* An exploitable memory corruption flaw was found in the Linux kernel. The append path can be erroneously switched from UFO to non-UFO in ip_ufo_append_data() when building an UFO packet with MSG_MORE option. If unprivileged user namespaces are available, this flaw can be exploited to gain root privileges. (CVE-2017-1000112, Important)\n\n* A divide-by-zero vulnerability was found in the __tcp_select_window function in the Linux kernel. This can result in a kernel panic causing a local denial of service. (CVE-2017-14106, Moderate)\n\nRed Hat would like to thank Willem de Bruijn for reporting CVE-2017-1000111 and Andrey Konovalov for reporting CVE-2017-1000112.\n\nBug Fix(es):\n\n* When the operating system was booted with Red Hat Enterprise Virtualization, and the eh_deadline sysfs parameter was set to 10s, the Storage Area Network (SAN) issues caused eh_deadline to trigger with no handler. Consequently, a kernel panic occurred. This update fixes the lpfc driver, thus preventing the kernel panic under described circumstances. (BZ#1487220)\n\n* When an NFS server returned the NFS4ERR_BAD_SEQID error to an OPEN request, the open-owner was removed from the state_owners rbtree. Consequently, NFS4 client infinite loop that required a reboot to recover occurred. This update changes NFS4ERR_BAD_SEQID handling to leave the open-owner in the state_owners rbtree by updating the create_time parameter so that it looks like a new open-owner. As a result, an NFS4 client is now able to recover without falling into the infinite recovery loop after receiving NFS4ERR_BAD_SEQID. (BZ#1491123)\n\n* If an NFS client attempted to mount NFSv3 shares from an NFS server exported directly to the client\u0027s IP address, and this NFS client had already mounted other shares that originated from the same server but were exported to the subnetwork which this client was part of, the auth.unix.ip cache expiration was not handled correctly. Consequently, the client received the \u0027stale file handle\u0027 errors when trying to mount the share. This update fixes handling of the cache expiration, and the NFSv3 shares now mount as expected without producing the \u0027stale file handle\u0027 errors. (BZ#1497976)\n\n* When running a script that raised the tx ring count to its maximum value supported by the Solarflare Network Interface Controller (NIC) driver, the EF10 family NICs allowed the settings exceeding the hardware\u0027s capability. Consequently, the Solarflare hardware became unusable with Red Hat Entepripse Linux 6. This update fixes the sfc driver, so that the tx ring can have maximum 2048 entries for all EF10 NICs. As a result, the Solarflare hardware no longer becomes unusable with Red Hat Entepripse Linux 6 due to this bug. (BZ#1498019)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2017:3200", "url": "https://access.redhat.com/errata/RHSA-2017:3200" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1479304", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1479304" }, { "category": "external", "summary": "1479307", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1479307" }, { "category": "external", "summary": "1487295", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1487295" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2017/rhsa-2017_3200.json" } ], "title": "Red Hat Security Advisory: kernel security and bug fix update", "tracking": { "current_release_date": "2024-11-14T21:46:08+00:00", "generator": { "date": "2024-11-14T21:46:08+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2017:3200", "initial_release_date": "2017-11-14T20:34:41+00:00", "revision_history": [ { "date": "2017-11-14T20:34:41+00:00", "number": "1", "summary": "Initial version" }, { "date": "2017-11-14T20:34:41+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-14T21:46:08+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Desktop (v. 6)", "product": { "name": "Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Desktop Optional (v. 6)", "product": { "name": "Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux HPC Node (v. 6)", "product": { "name": "Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product": { "name": "Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 6)", "product": { "name": "Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 6)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 6)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation Optional (v. 6)", "product": { "name": "Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@2.6.32-696.16.1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "product": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "product_id": "kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@2.6.32-696.16.1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "product": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "product_id": "kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@2.6.32-696.16.1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "product": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "product_id": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf-debuginfo@2.6.32-696.16.1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "product": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "product_id": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@2.6.32-696.16.1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "product": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "product_id": "perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@2.6.32-696.16.1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:2.6.32-696.16.1.el6.x86_64", "product": { "name": "kernel-0:2.6.32-696.16.1.el6.x86_64", "product_id": "kernel-0:2.6.32-696.16.1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@2.6.32-696.16.1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:2.6.32-696.16.1.el6.x86_64", "product": { "name": "perf-0:2.6.32-696.16.1.el6.x86_64", "product_id": "perf-0:2.6.32-696.16.1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@2.6.32-696.16.1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "product": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "product_id": "kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@2.6.32-696.16.1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "product": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "product_id": "kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@2.6.32-696.16.1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "product": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "product_id": "kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@2.6.32-696.16.1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "python-perf-0:2.6.32-696.16.1.el6.x86_64", "product": { "name": "python-perf-0:2.6.32-696.16.1.el6.x86_64", "product_id": "python-perf-0:2.6.32-696.16.1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf@2.6.32-696.16.1.el6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "product": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "product_id": "kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@2.6.32-696.16.1.el6?arch=i686" } } }, { "category": "product_version", "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "product": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "product_id": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf-debuginfo@2.6.32-696.16.1.el6?arch=i686" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "product": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "product_id": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@2.6.32-696.16.1.el6?arch=i686" } } }, { "category": "product_version", "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "product": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "product_id": "perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@2.6.32-696.16.1.el6?arch=i686" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "product": { "name": "kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "product_id": "kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-i686@2.6.32-696.16.1.el6?arch=i686" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "product": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "product_id": "kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@2.6.32-696.16.1.el6?arch=i686" } } }, { "category": "product_version", "name": "kernel-headers-0:2.6.32-696.16.1.el6.i686", "product": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.i686", "product_id": "kernel-headers-0:2.6.32-696.16.1.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@2.6.32-696.16.1.el6?arch=i686" } } }, { "category": "product_version", "name": "kernel-0:2.6.32-696.16.1.el6.i686", "product": { "name": "kernel-0:2.6.32-696.16.1.el6.i686", "product_id": "kernel-0:2.6.32-696.16.1.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@2.6.32-696.16.1.el6?arch=i686" } } }, { "category": "product_version", "name": "perf-0:2.6.32-696.16.1.el6.i686", "product": { "name": "perf-0:2.6.32-696.16.1.el6.i686", "product_id": "perf-0:2.6.32-696.16.1.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@2.6.32-696.16.1.el6?arch=i686" } } }, { "category": "product_version", "name": "kernel-devel-0:2.6.32-696.16.1.el6.i686", "product": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.i686", "product_id": "kernel-devel-0:2.6.32-696.16.1.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@2.6.32-696.16.1.el6?arch=i686" } } }, { "category": "product_version", "name": "kernel-debug-0:2.6.32-696.16.1.el6.i686", "product": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.i686", "product_id": "kernel-debug-0:2.6.32-696.16.1.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@2.6.32-696.16.1.el6?arch=i686" } } }, { "category": "product_version", "name": "python-perf-0:2.6.32-696.16.1.el6.i686", "product": { "name": "python-perf-0:2.6.32-696.16.1.el6.i686", "product_id": "python-perf-0:2.6.32-696.16.1.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf@2.6.32-696.16.1.el6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "kernel-doc-0:2.6.32-696.16.1.el6.noarch", "product": { "name": "kernel-doc-0:2.6.32-696.16.1.el6.noarch", "product_id": "kernel-doc-0:2.6.32-696.16.1.el6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@2.6.32-696.16.1.el6?arch=noarch" } } }, { "category": "product_version", "name": "kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "product": { "name": "kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "product_id": "kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-whitelists@2.6.32-696.16.1.el6?arch=noarch" } } }, { "category": "product_version", "name": "kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "product": { "name": "kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "product_id": "kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-firmware@2.6.32-696.16.1.el6?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "kernel-0:2.6.32-696.16.1.el6.src", "product": { "name": "kernel-0:2.6.32-696.16.1.el6.src", "product_id": "kernel-0:2.6.32-696.16.1.el6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@2.6.32-696.16.1.el6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python-perf-0:2.6.32-696.16.1.el6.s390x", "product": { "name": "python-perf-0:2.6.32-696.16.1.el6.s390x", "product_id": "python-perf-0:2.6.32-696.16.1.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf@2.6.32-696.16.1.el6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "product_id": "kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@2.6.32-696.16.1.el6?arch=s390x" } } }, { "category": "product_version", "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "product": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "product_id": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf-debuginfo@2.6.32-696.16.1.el6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "product": { "name": "kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "product_id": "kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-kdump-debuginfo@2.6.32-696.16.1.el6?arch=s390x" } } }, { "category": "product_version", "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "product": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "product_id": "perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@2.6.32-696.16.1.el6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "product": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "product_id": "kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@2.6.32-696.16.1.el6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "product": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "product_id": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@2.6.32-696.16.1.el6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "product": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "product_id": "kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@2.6.32-696.16.1.el6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-headers-0:2.6.32-696.16.1.el6.s390x", "product": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.s390x", "product_id": "kernel-headers-0:2.6.32-696.16.1.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@2.6.32-696.16.1.el6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "product": { "name": "kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "product_id": "kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-kdump@2.6.32-696.16.1.el6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-0:2.6.32-696.16.1.el6.s390x", "product": { "name": "kernel-0:2.6.32-696.16.1.el6.s390x", "product_id": "kernel-0:2.6.32-696.16.1.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@2.6.32-696.16.1.el6?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:2.6.32-696.16.1.el6.s390x", "product": { "name": "perf-0:2.6.32-696.16.1.el6.s390x", "product_id": "perf-0:2.6.32-696.16.1.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@2.6.32-696.16.1.el6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "product": { "name": "kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "product_id": "kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-kdump-devel@2.6.32-696.16.1.el6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:2.6.32-696.16.1.el6.s390x", "product": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.s390x", "product_id": "kernel-devel-0:2.6.32-696.16.1.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@2.6.32-696.16.1.el6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-0:2.6.32-696.16.1.el6.s390x", "product": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.s390x", "product_id": "kernel-debug-0:2.6.32-696.16.1.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@2.6.32-696.16.1.el6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python-perf-0:2.6.32-696.16.1.el6.ppc64", "product": { "name": "python-perf-0:2.6.32-696.16.1.el6.ppc64", "product_id": "python-perf-0:2.6.32-696.16.1.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf@2.6.32-696.16.1.el6?arch=ppc64" } } }, { "category": "product_version", "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "product": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "product_id": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf-debuginfo@2.6.32-696.16.1.el6?arch=ppc64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "product": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "product_id": "perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@2.6.32-696.16.1.el6?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "product": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "product_id": "kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@2.6.32-696.16.1.el6?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "product": { "name": "kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "product_id": "kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64@2.6.32-696.16.1.el6?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "product": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "product_id": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@2.6.32-696.16.1.el6?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "product": { "name": "kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "product_id": "kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-bootwrapper@2.6.32-696.16.1.el6?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "product": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "product_id": "kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@2.6.32-696.16.1.el6?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "product": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "product_id": "kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@2.6.32-696.16.1.el6?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-0:2.6.32-696.16.1.el6.ppc64", "product": { "name": "kernel-0:2.6.32-696.16.1.el6.ppc64", "product_id": "kernel-0:2.6.32-696.16.1.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@2.6.32-696.16.1.el6?arch=ppc64" } } }, { "category": "product_version", "name": "perf-0:2.6.32-696.16.1.el6.ppc64", "product": { "name": "perf-0:2.6.32-696.16.1.el6.ppc64", "product_id": "perf-0:2.6.32-696.16.1.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@2.6.32-696.16.1.el6?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "product": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "product_id": "kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@2.6.32-696.16.1.el6?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "product": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "product_id": "kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@2.6.32-696.16.1.el6?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.src as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.src" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.src", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-doc-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-firmware-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.src as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.src", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-doc-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-firmware-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Client-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.src as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.src" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.src", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-doc-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-firmware-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.src as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.src", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-doc-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-firmware-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.src as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.src" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.src", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-doc-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-firmware-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.src as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.src", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-doc-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-firmware-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Server-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.src as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.src" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.src", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-doc-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-firmware-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.src", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-doc-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-firmware-0:2.6.32-696.16.1.el6.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch" }, "product_reference": "kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "perf-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "python-perf-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "relates_to_product_reference": "6Workstation-optional-6.9.z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" }, "product_reference": "python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "relates_to_product_reference": "6Workstation-optional-6.9.z" } ] }, "vulnerabilities": [ { "cve": "CVE-2017-14106", "cwe": { "id": "CWE-369", "name": "Divide By Zero" }, "discovery_date": "2017-08-31T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1487295" } ], "notes": [ { "category": "description", "text": "A divide-by-zero vulnerability was found in the __tcp_select_window function in the Linux kernel. This can result in a kernel panic causing a local denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Divide-by-zero in __tcp_select_window", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the Linux kernel packages as shipped with Red Hat Enterprise Linux 5, 6 and 7 and MRG-2. Future Linux kernel updates for the respective releases may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-14106" }, { "category": "external", "summary": "RHBZ#1487295", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1487295" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-14106", "url": "https://www.cve.org/CVERecord?id=CVE-2017-14106" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-14106", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-14106" } ], "release_date": "2017-09-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-11-14T20:34:41+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2017:3200" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: Divide-by-zero in __tcp_select_window" }, { "acknowledgments": [ { "names": [ "Willem de Bruijn" ] } ], "cve": "CVE-2017-1000111", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "discovery_date": "2017-08-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1479304" } ], "notes": [ { "category": "description", "text": "A race condition issue was found in the way the raw packet socket implementation in the Linux kernel networking subsystem handled synchronization. A local user able to open a raw packet socket (requires the CAP_NET_RAW capability) could use this to waste resources in the kernel\u0027s ring buffer or possibly cause an out-of-bounds read on the heap leading to a system crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Heap out-of-bounds read in AF_PACKET sockets", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the Linux kernel packages as shipped with Red Hat Enterprise Linux 6, 7, and MRG-2.\n\nFuture Linux kernel updates for the respective releases may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-1000111" }, { "category": "external", "summary": "RHBZ#1479304", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1479304" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-1000111", "url": "https://www.cve.org/CVERecord?id=CVE-2017-1000111" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000111", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000111" } ], "release_date": "2017-08-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-11-14T20:34:41+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2017:3200" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 4.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.0" }, "products": [ "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: Heap out-of-bounds read in AF_PACKET sockets" }, { "acknowledgments": [ { "names": [ "Andrey Konovalov" ] } ], "cve": "CVE-2017-1000112", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2017-08-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1479307" } ], "notes": [ { "category": "description", "text": "An exploitable memory corruption flaw was found in the Linux kernel. The append path can be erroneously switched from UFO to non-UFO in ip_ufo_append_data() when building an UFO packet with MSG_MORE option. If unprivileged user namespaces are available, this flaw can be exploited to gain root privileges.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Exploitable memory corruption due to UFO to non-UFO path switch", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the Linux kernel packages as shipped with Red Hat\nEnterprise Linux 5,6, 7 and MRG-2.\n\nFuture Linux kernel updates for the respective releases may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-1000112" }, { "category": "external", "summary": "RHBZ#1479307", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1479307" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-1000112", "url": "https://www.cve.org/CVERecord?id=CVE-2017-1000112" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000112", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000112" } ], "release_date": "2017-08-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-11-14T20:34:41+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2017:3200" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Client-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Client-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Client-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6ComputeNode-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6ComputeNode-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6ComputeNode-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Server-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Server-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Server-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Workstation-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.src", "6Workstation-optional-6.9.z:kernel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-abi-whitelists-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-bootwrapper-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debug-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-debuginfo-common-i686-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-debuginfo-common-ppc64-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-debuginfo-common-s390x-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-debuginfo-common-x86_64-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-devel-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-doc-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-firmware-0:2.6.32-696.16.1.el6.noarch", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-headers-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:kernel-kdump-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-kdump-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:kernel-kdump-devel-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:python-perf-0:2.6.32-696.16.1.el6.x86_64", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.i686", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.ppc64", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.s390x", "6Workstation-optional-6.9.z:python-perf-debuginfo-0:2.6.32-696.16.1.el6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: Exploitable memory corruption due to UFO to non-UFO path switch" } ] }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.