rhsa-2015_0726
Vulnerability from csaf_redhat
Published
2015-03-26 16:52
Modified
2024-11-14 18:07
Summary
Red Hat Security Advisory: kernel security and bug fix update
Notes
Topic
Updated kernel packages that fix two security issues and several bugs are
now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having Important security
impact. Common Vulnerability Scoring System (CVSS) base scores, which give
detailed severity ratings, are available for each vulnerability from the
CVE links in the References section.
Details
The kernel packages contain the Linux kernel, the core of any Linux
operating system.
* It was found that the Linux kernel's Infiniband subsystem did not
properly sanitize input parameters while registering memory regions from
user space via the (u)verbs API. A local user with access to a
/dev/infiniband/uverbsX device could use this flaw to crash the system or,
potentially, escalate their privileges on the system. (CVE-2014-8159,
Important)
* A use-after-free flaw was found in the way the Linux kernel's SCTP
implementation handled authentication key reference counting during INIT
collisions. A remote attacker could use this flaw to crash the system or,
potentially, escalate their privileges on the system. (CVE-2015-1421,
Important)
Red Hat would like to thank Mellanox for reporting the CVE-2014-8159 issue.
The CVE-2015-1421 issue was discovered by Sun Baoliang of Red Hat.
This update also fixes the following bugs:
* In certain systems with multiple CPUs, when a crash was triggered on one
CPU with an interrupt handler and this CPU sent Non-Maskable Interrupt
(NMI) to another CPU, and, at the same time, ioapic_lock had already been
acquired, a deadlock occurred in ioapic_lock. As a consequence, the kdump
service could become unresponsive. This bug has been fixed and kdump now
works as expected. (BZ#1197742)
* On Lenovo X1 Carbon 3rd Gen, X250, and T550 laptops, the thinkpad_acpi
module was not properly loaded, and thus the function keys and radio
switches did not work. This update applies a new string pattern of BIOS
version, which fixes this bug, and function keys and radio switches now
work as intended. (BZ#1197743)
* During a heavy file system load involving many worker threads, all worker
threads in the pool became blocked on a resource, and no manager thread
existed to create more workers. As a consequence, the running processes
became unresponsive. With this update, the logic around manager creation
has been changed to assure that the last worker thread becomes a manager
thread and does not start executing work items. Now, a manager thread
exists, spawns new workers as needed, and processes no longer hang.
(BZ#1197744)
* If a thin-pool's metadata enters read-only or fail mode, for example, due
to thin-pool running out of metadata or data space, any attempt to make
metadata changes such as creating a thin device or snapshot thin device
should error out cleanly. However, previously, the kernel code returned
verbose and alarming error messages to the user. With this update, due to
early trapping of attempt to make metadata changes, informative errors are
displayed, no longer unnecessarily alarming the user. (BZ#1197745)
* When running Red Hat Enterprise Linux as a guest on Microsoft Hyper-V
hypervisor, the storvsc module did not return the correct error code for
the upper level Small Computer System Interface (SCSI) subsystem. As a
consequence, a SCSI command failed and storvsc did not handle such a
failure properly under some conditions, for example, when RAID devices were
created on top of storvsc devices. An upstream patch has been applied to
fix this bug, and storvsc now returns the correct error code in the
described situation. (BZ#1197749)
All kernel users are advised to upgrade to these updated packages, which
contain backported patches to correct these issues. The system must be
rebooted for this update to take effect.
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": "Updated kernel packages that fix two security issues and several bugs are\nnow available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having Important security\nimpact. Common Vulnerability Scoring System (CVSS) base scores, which give\ndetailed severity ratings, are available for each vulnerability from the\nCVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "The kernel packages contain the Linux kernel, the core of any Linux\noperating system.\n\n* It was found that the Linux kernel\u0027s Infiniband subsystem did not\nproperly sanitize input parameters while registering memory regions from\nuser space via the (u)verbs API. A local user with access to a\n/dev/infiniband/uverbsX device could use this flaw to crash the system or,\npotentially, escalate their privileges on the system. (CVE-2014-8159,\nImportant)\n\n* A use-after-free flaw was found in the way the Linux kernel\u0027s SCTP\nimplementation handled authentication key reference counting during INIT\ncollisions. A remote attacker could use this flaw to crash the system or,\npotentially, escalate their privileges on the system. (CVE-2015-1421,\nImportant)\n\nRed Hat would like to thank Mellanox for reporting the CVE-2014-8159 issue.\nThe CVE-2015-1421 issue was discovered by Sun Baoliang of Red Hat.\n\nThis update also fixes the following bugs:\n\n* In certain systems with multiple CPUs, when a crash was triggered on one\nCPU with an interrupt handler and this CPU sent Non-Maskable Interrupt\n(NMI) to another CPU, and, at the same time, ioapic_lock had already been\nacquired, a deadlock occurred in ioapic_lock. As a consequence, the kdump\nservice could become unresponsive. This bug has been fixed and kdump now\nworks as expected. (BZ#1197742)\n\n* On Lenovo X1 Carbon 3rd Gen, X250, and T550 laptops, the thinkpad_acpi\nmodule was not properly loaded, and thus the function keys and radio\nswitches did not work. This update applies a new string pattern of BIOS\nversion, which fixes this bug, and function keys and radio switches now\nwork as intended. (BZ#1197743)\n\n* During a heavy file system load involving many worker threads, all worker\nthreads in the pool became blocked on a resource, and no manager thread\nexisted to create more workers. As a consequence, the running processes\nbecame unresponsive. With this update, the logic around manager creation\nhas been changed to assure that the last worker thread becomes a manager\nthread and does not start executing work items. Now, a manager thread\nexists, spawns new workers as needed, and processes no longer hang.\n(BZ#1197744)\n\n* If a thin-pool\u0027s metadata enters read-only or fail mode, for example, due\nto thin-pool running out of metadata or data space, any attempt to make\nmetadata changes such as creating a thin device or snapshot thin device\nshould error out cleanly. However, previously, the kernel code returned\nverbose and alarming error messages to the user. With this update, due to\nearly trapping of attempt to make metadata changes, informative errors are\ndisplayed, no longer unnecessarily alarming the user. (BZ#1197745)\n\n* When running Red Hat Enterprise Linux as a guest on Microsoft Hyper-V\nhypervisor, the storvsc module did not return the correct error code for\nthe upper level Small Computer System Interface (SCSI) subsystem. As a\nconsequence, a SCSI command failed and storvsc did not handle such a\nfailure properly under some conditions, for example, when RAID devices were\ncreated on top of storvsc devices. An upstream patch has been applied to\nfix this bug, and storvsc now returns the correct error code in the\ndescribed situation. (BZ#1197749)\n\nAll kernel users are advised to upgrade to these updated packages, which\ncontain backported patches to correct these issues. The system must be\nrebooted for this update to take effect.", "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-2015:0726", "url": "https://access.redhat.com/errata/RHSA-2015:0726" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1181166", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1181166" }, { "category": "external", "summary": "1196581", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1196581" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2015/rhsa-2015_0726.json" } ], "title": "Red Hat Security Advisory: kernel security and bug fix update", "tracking": { "current_release_date": "2024-11-14T18:07:31+00:00", "generator": { "date": "2024-11-14T18:07:31+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2015:0726", "initial_release_date": "2015-03-26T16:52:07+00:00", "revision_history": [ { "date": "2015-03-26T16:52:07+00:00", "number": "1", "summary": "Initial version" }, { "date": "2015-03-26T16:52:07+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-14T18:07:31+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 Client (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "product": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "product_id": "perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-229.1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "product": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "product_id": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-229.1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "product": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "product_id": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-229.1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "product": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "product_id": "kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-229.1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "product": { "name": "kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "product_id": "kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-kdump-debuginfo@3.10.0-229.1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python-perf-0:3.10.0-229.1.2.el7.s390x", "product": { "name": "python-perf-0:3.10.0-229.1.2.el7.s390x", "product_id": "python-perf-0:3.10.0-229.1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf@3.10.0-229.1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "product_id": "kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@3.10.0-229.1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:3.10.0-229.1.2.el7.s390x", "product": { "name": "perf-0:3.10.0-229.1.2.el7.s390x", "product_id": "perf-0:3.10.0-229.1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@3.10.0-229.1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "product": { "name": "kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "product_id": "kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-kdump-devel@3.10.0-229.1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-0:3.10.0-229.1.2.el7.s390x", "product": { "name": "kernel-0:3.10.0-229.1.2.el7.s390x", "product_id": "kernel-0:3.10.0-229.1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@3.10.0-229.1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:3.10.0-229.1.2.el7.s390x", "product": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.s390x", "product_id": "kernel-devel-0:3.10.0-229.1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@3.10.0-229.1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "product": { "name": "kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "product_id": "kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-kdump@3.10.0-229.1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "product": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "product_id": "kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-229.1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-headers-0:3.10.0-229.1.2.el7.s390x", "product": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.s390x", "product_id": "kernel-headers-0:3.10.0-229.1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@3.10.0-229.1.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-0:3.10.0-229.1.2.el7.s390x", "product": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.s390x", "product_id": "kernel-debug-0:3.10.0-229.1.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@3.10.0-229.1.2.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "product": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "product_id": "perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-229.1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "product": { "name": "kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "product_id": "kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64@3.10.0-229.1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "product": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "product_id": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-229.1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "product": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "product_id": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-229.1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "product": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "product_id": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-229.1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "product": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "product_id": "kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-229.1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python-perf-0:3.10.0-229.1.2.el7.ppc64", "product": { "name": "python-perf-0:3.10.0-229.1.2.el7.ppc64", "product_id": "python-perf-0:3.10.0-229.1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf@3.10.0-229.1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "product": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "product_id": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-229.1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "perf-0:3.10.0-229.1.2.el7.ppc64", "product": { "name": "perf-0:3.10.0-229.1.2.el7.ppc64", "product_id": "perf-0:3.10.0-229.1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@3.10.0-229.1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "product": { "name": "kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "product_id": "kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@3.10.0-229.1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-0:3.10.0-229.1.2.el7.ppc64", "product": { "name": "kernel-0:3.10.0-229.1.2.el7.ppc64", "product_id": "kernel-0:3.10.0-229.1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@3.10.0-229.1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "product": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "product_id": "kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@3.10.0-229.1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "product": { "name": "kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "product_id": "kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-bootwrapper@3.10.0-229.1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "product": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "product_id": "kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-229.1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "product": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "product_id": "kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-229.1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "product": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "product_id": "kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@3.10.0-229.1.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "product": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "product_id": "kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@3.10.0-229.1.2.el7?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "product": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "product_id": "perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-229.1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@3.10.0-229.1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "product": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "product_id": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-229.1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "product": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "product_id": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-229.1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "product": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "product_id": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-229.1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "product": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "product_id": "kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-229.1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-perf-0:3.10.0-229.1.2.el7.x86_64", "product": { "name": "python-perf-0:3.10.0-229.1.2.el7.x86_64", "product_id": "python-perf-0:3.10.0-229.1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf@3.10.0-229.1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "product": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "product_id": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-229.1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:3.10.0-229.1.2.el7.x86_64", "product": { "name": "perf-0:3.10.0-229.1.2.el7.x86_64", "product_id": "perf-0:3.10.0-229.1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@3.10.0-229.1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "product": { "name": "kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "product_id": "kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@3.10.0-229.1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:3.10.0-229.1.2.el7.x86_64", "product": { "name": "kernel-0:3.10.0-229.1.2.el7.x86_64", "product_id": "kernel-0:3.10.0-229.1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@3.10.0-229.1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "product": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "product_id": "kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@3.10.0-229.1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "product": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "product_id": "kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-229.1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "product": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "product_id": "kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-229.1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "product": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "product_id": "kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@3.10.0-229.1.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "product": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "product_id": "kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@3.10.0-229.1.2.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "kernel-doc-0:3.10.0-229.1.2.el7.noarch", "product": { "name": "kernel-doc-0:3.10.0-229.1.2.el7.noarch", "product_id": "kernel-doc-0:3.10.0-229.1.2.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@3.10.0-229.1.2.el7?arch=noarch" } } }, { "category": "product_version", "name": "kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "product": { "name": "kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "product_id": "kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-whitelists@3.10.0-229.1.2.el7?arch=noarch" } } }, { "category": "product_version", "name": "kernel-doc-0:3.10.0-229.1.2.ael7b.noarch", "product": { "name": "kernel-doc-0:3.10.0-229.1.2.ael7b.noarch", "product_id": "kernel-doc-0:3.10.0-229.1.2.ael7b.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@3.10.0-229.1.2.ael7b?arch=noarch" } } }, { "category": "product_version", "name": "kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch", "product": { "name": "kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch", "product_id": "kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-whitelists@3.10.0-229.1.2.ael7b?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "kernel-0:3.10.0-229.1.2.el7.src", "product": { "name": "kernel-0:3.10.0-229.1.2.el7.src", "product_id": "kernel-0:3.10.0-229.1.2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@3.10.0-229.1.2.el7?arch=src" } } }, { "category": "product_version", "name": "kernel-0:3.10.0-229.1.2.ael7b.src", "product": { "name": "kernel-0:3.10.0-229.1.2.ael7b.src", "product_id": "kernel-0:3.10.0-229.1.2.ael7b.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@3.10.0-229.1.2.ael7b?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "product_id": "kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-229.1.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "product": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "product_id": "kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-229.1.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@3.10.0-229.1.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "product": { "name": "perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "product_id": "perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-229.1.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "product": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "product_id": "kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-229.1.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "python-perf-0:3.10.0-229.1.2.ael7b.ppc64le", "product": { "name": "python-perf-0:3.10.0-229.1.2.ael7b.ppc64le", "product_id": "python-perf-0:3.10.0-229.1.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf@3.10.0-229.1.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "product_id": "kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-229.1.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "product": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "product_id": "python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-229.1.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "product": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "product_id": "kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-229.1.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "product": { "name": "kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "product_id": "kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@3.10.0-229.1.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le", "product": { "name": "kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le", "product_id": "kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@3.10.0-229.1.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:3.10.0-229.1.2.ael7b.ppc64le", "product": { "name": "perf-0:3.10.0-229.1.2.ael7b.ppc64le", "product_id": "perf-0:3.10.0-229.1.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@3.10.0-229.1.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le", "product": { "name": "kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le", "product_id": "kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@3.10.0-229.1.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le", "product": { "name": "kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le", "product_id": "kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@3.10.0-229.1.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le", "product": { "name": "kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le", "product_id": "kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-bootwrapper@3.10.0-229.1.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-0:3.10.0-229.1.2.ael7b.ppc64le", "product": { "name": "kernel-0:3.10.0-229.1.2.ael7b.ppc64le", "product_id": "kernel-0:3.10.0-229.1.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@3.10.0-229.1.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le", "product": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le", "product_id": "kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-229.1.2.ael7b?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.src", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:3.10.0-229.1.2.el7.noarch as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.1.2.el7.noarch", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.src", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:3.10.0-229.1.2.el7.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.1.2.el7.noarch", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.src", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:3.10.0-229.1.2.el7.noarch as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.1.2.el7.noarch", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.src", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:3.10.0-229.1.2.el7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.1.2.el7.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.src", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:3.10.0-229.1.2.el7.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.1.2.el7.noarch", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.ael7b.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.src" }, "product_reference": "kernel-0:3.10.0-229.1.2.ael7b.src", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:3.10.0-229.1.2.ael7b.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:kernel-doc-0:3.10.0-229.1.2.ael7b.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.1.2.ael7b.noarch", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:perf-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "perf-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:python-perf-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "python-perf-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.src", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:3.10.0-229.1.2.el7.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.1.2.el7.noarch", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.ael7b.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.src" }, "product_reference": "kernel-0:3.10.0-229.1.2.ael7b.src", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:3.10.0-229.1.2.ael7b.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:kernel-doc-0:3.10.0-229.1.2.ael7b.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.1.2.ael7b.noarch", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:perf-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "perf-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:python-perf-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "python-perf-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "relates_to_product_reference": "7Server-optional-LE-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.src", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:3.10.0-229.1.2.el7.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.1.2.el7.noarch", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.src", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:3.10.0-229.1.2.el7.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.1.2.el7.noarch", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "perf-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.1.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Mellanox" ] } ], "cve": "CVE-2014-8159", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2015-01-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1181166" } ], "notes": [ { "category": "description", "text": "It was found that the Linux kernel\u0027s Infiniband subsystem did not properly sanitize input parameters while registering memory regions from user space via the (u)verbs API. A local user with access to a /dev/infiniband/uverbsX device could use this flaw to crash the system or, potentially, escalate their privileges on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: infiniband: uverbs: unprotected physical memory access", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did affect the Linux kernel packages as shipped with Red Hat\nEnterprise Linux 5, 6, and 7, and Red Hat Enterprise MRG 2. This issue\nhas been addressed in the respective releases.", "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": [ "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Client-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Client-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Server-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.src", "7Server-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch", "7Server-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-doc-0:3.10.0-229.1.2.ael7b.noarch", "7Server-LE-7.1.Z:kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:python-perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Server-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.src", "7Server-optional-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch", "7Server-optional-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-doc-0:3.10.0-229.1.2.ael7b.noarch", "7Server-optional-LE-7.1.Z:kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:python-perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Workstation-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Workstation-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2014-8159" }, { "category": "external", "summary": "RHBZ#1181166", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1181166" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2014-8159", "url": "https://www.cve.org/CVERecord?id=CVE-2014-8159" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-8159", "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-8159" } ], "release_date": "2015-03-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2015-03-26T16:52:07+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Client-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Client-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Server-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.src", "7Server-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch", "7Server-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-doc-0:3.10.0-229.1.2.ael7b.noarch", "7Server-LE-7.1.Z:kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:python-perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Server-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.src", "7Server-optional-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch", "7Server-optional-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-doc-0:3.10.0-229.1.2.ael7b.noarch", "7Server-optional-LE-7.1.Z:kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:python-perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Workstation-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Workstation-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2015:0726" } ], "scores": [ { "cvss_v2": { "accessComplexity": "HIGH", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 6.2, "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "vectorString": "AV:L/AC:H/Au:N/C:C/I:C/A:C", "version": "2.0" }, "products": [ "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Client-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Client-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Server-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.src", "7Server-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch", "7Server-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-doc-0:3.10.0-229.1.2.ael7b.noarch", "7Server-LE-7.1.Z:kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:python-perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Server-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.src", "7Server-optional-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch", "7Server-optional-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-doc-0:3.10.0-229.1.2.ael7b.noarch", "7Server-optional-LE-7.1.Z:kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:python-perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Workstation-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Workstation-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: infiniband: uverbs: unprotected physical memory access" }, { "acknowledgments": [ { "names": [ "Sun Baoliang" ], "organization": "Red Hat", "summary": "This issue was discovered by Red Hat." } ], "cve": "CVE-2015-1421", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2015-01-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1196581" } ], "notes": [ { "category": "description", "text": "A use-after-free flaw was found in the way the Linux kernel\u0027s SCTP implementation handled authentication key reference counting during INIT collisions. A remote attacker could use this flaw to crash the system or, potentially, escalate their privileges on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net: slab corruption from use after free on INIT collisions", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 5.\n\nThis issue affects the Linux kernel packages as shipped with Red Hat Enterprise Linux 6 and Red Hat Enterprise 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": [ "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Client-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Client-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Server-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.src", "7Server-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch", "7Server-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-doc-0:3.10.0-229.1.2.ael7b.noarch", "7Server-LE-7.1.Z:kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:python-perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Server-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.src", "7Server-optional-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch", "7Server-optional-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-doc-0:3.10.0-229.1.2.ael7b.noarch", "7Server-optional-LE-7.1.Z:kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:python-perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Workstation-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Workstation-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-1421" }, { "category": "external", "summary": "RHBZ#1196581", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1196581" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-1421", "url": "https://www.cve.org/CVERecord?id=CVE-2015-1421" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-1421", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-1421" } ], "release_date": "2015-01-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2015-03-26T16:52:07+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Client-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Client-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Server-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.src", "7Server-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch", "7Server-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-doc-0:3.10.0-229.1.2.ael7b.noarch", "7Server-LE-7.1.Z:kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:python-perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Server-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.src", "7Server-optional-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch", "7Server-optional-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-doc-0:3.10.0-229.1.2.ael7b.noarch", "7Server-optional-LE-7.1.Z:kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:python-perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Workstation-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Workstation-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2015:0726" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 7.1, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:C", "version": "2.0" }, "products": [ "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Client-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Client-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Client-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Server-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Server-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.src", "7Server-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch", "7Server-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-doc-0:3.10.0-229.1.2.ael7b.noarch", "7Server-LE-7.1.Z:kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:python-perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Server-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.1.2.ael7b.src", "7Server-optional-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.ael7b.noarch", "7Server-optional-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-doc-0:3.10.0-229.1.2.ael7b.noarch", "7Server-optional-LE-7.1.Z:kernel-headers-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:python-perf-0:3.10.0-229.1.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.ael7b.ppc64le", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Workstation-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Workstation-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.src", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.1.2.el7.noarch", "7Workstation-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-doc-0:3.10.0-229.1.2.el7.noarch", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-kdump-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.1.2.el7.x86_64", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.ppc64", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.s390x", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.1.2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: net: slab corruption from use after free on INIT collisions" } ] }
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.