rhsa-2015_0987
Vulnerability from csaf_redhat
Published
2015-05-12 19:19
Modified
2024-11-05 18:52
Summary
Red Hat Security Advisory: kernel security and bug fix update
Notes
Topic
Updated kernel packages that fix one security issue 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. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available from the CVE link in the
References section.
Details
The kernel packages contain the Linux kernel, the core of any Linux
operating system.
* A buffer overflow flaw was found in the way the Linux kernel's Intel
AES-NI instructions optimized version of the RFC4106 GCM mode decryption
functionality handled fragmented packets. A remote attacker could use this
flaw to crash, or potentially escalate their privileges on, a system over a
connection with an active AEC-GCM mode IPSec security association.
(CVE-2015-3331, Important)
This update also fixes the following bugs:
* Previously, the kernel audit subsystem did not correctly track file path
names which could lead to empty, or "(null)" path names in the PATH audit
records. This update fixes the bug by correctly tracking file path names
and displaying the names in the audit PATH records. (BZ#1197746)
* Due to a change in the internal representation of field types,
AUDIT_LOGINUID set to -1 (4294967295) by the audit API was asymmetrically
converted to an AUDIT_LOGINUID_SET field with a value of 0, unrecognized by
an older audit API. To fix this bug, the kernel takes note about the way
the rule has been formulated and reports the rule in the originally given
form. As a result, older versions of audit provide a report as expected, in
the AUDIT_LOGINUID field type form, whereas the newer versions can migrate
to the new AUDIT_LOGINUID_SET filed type. (BZ#1197748)
* The GFS2 file system "Splice Read" operation, which is used for the
sendfile() function, was not properly allocating a required multi-block
reservation structure in memory. Consequently, when the GFS2 block
allocator was called to assign blocks of data, it attempted to dereference
the structure, which resulted in a kernel panic. With this update, "Splice
read" operation properly allocates the necessary reservation structure in
memory prior to calling the block allocator, and sendfile() thus works
properly for GFS2. (BZ#1201256)
* Moving an Open vSwitch (OVS) internal vport to a different net name space
and subsequently deleting that name space led to a kernel panic. This bug
has been fixed by removing the OVS internal vport at net name space
deletion. (BZ#1202357)
* Previously, the kernel audit subsystem was not correctly handling file
and directory moves, leading to audit records that did not match the audit
file watches. This fix correctly handles moves such that the audit file
watches work correctly. (BZ#1202358)
* Due to a regression, the crypto adapter could not be set online. A patch
has been provided that fixes the device registration process so that the
device can be used also before the registration process is completed, thus
fixing this bug. (BZ#1205300)
* Due to incorrect calculation for entropy during the entropy addition, the
amount of entropy in the /dev/random file could be overestimated.
The formula for the entropy addition has been changed, thus fixing this
bug. (BZ#1211288)
* Previously, the ansi_cprng and drbg utilities did not obey the call
convention and returned the positive value on success instead of the
correct value of zero. Consequently, Internet Protocol Security (IPsec)
terminated unexpectedly when ansi_cprng or drbg were used. With this
update, ansi_cprng and drbg have been changed to return zero on success,
and IPsec now functions correctly. (BZ#1211487)
* Due to a failure to clear the timestamp flag when reusing a tx descriptor
in the mlx4_en driver, programs that did not request a hardware timestamp
packet on their sent data received it anyway, resulting in unexpected
behavior in certain applications. With this update, when reusing the tx
descriptor in the mlx4_en driver in the aforementioned situation, the
hardware timestamp flag is cleared, and applications now behave as
expected. (BZ#1209240)
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 one security issue 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. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available from the CVE link in the\nReferences section.", "title": "Topic" }, { "category": "general", "text": "The kernel packages contain the Linux kernel, the core of any Linux\noperating system.\n\n* A buffer overflow flaw was found in the way the Linux kernel\u0027s Intel\nAES-NI instructions optimized version of the RFC4106 GCM mode decryption\nfunctionality handled fragmented packets. A remote attacker could use this\nflaw to crash, or potentially escalate their privileges on, a system over a\nconnection with an active AEC-GCM mode IPSec security association.\n(CVE-2015-3331, Important)\n\nThis update also fixes the following bugs:\n\n* Previously, the kernel audit subsystem did not correctly track file path\nnames which could lead to empty, or \"(null)\" path names in the PATH audit\nrecords. This update fixes the bug by correctly tracking file path names\nand displaying the names in the audit PATH records. (BZ#1197746)\n\n* Due to a change in the internal representation of field types,\nAUDIT_LOGINUID set to -1 (4294967295) by the audit API was asymmetrically\nconverted to an AUDIT_LOGINUID_SET field with a value of 0, unrecognized by\nan older audit API. To fix this bug, the kernel takes note about the way\nthe rule has been formulated and reports the rule in the originally given\nform. As a result, older versions of audit provide a report as expected, in\nthe AUDIT_LOGINUID field type form, whereas the newer versions can migrate\nto the new AUDIT_LOGINUID_SET filed type. (BZ#1197748)\n\n* The GFS2 file system \"Splice Read\" operation, which is used for the\nsendfile() function, was not properly allocating a required multi-block\nreservation structure in memory. Consequently, when the GFS2 block\nallocator was called to assign blocks of data, it attempted to dereference\nthe structure, which resulted in a kernel panic. With this update, \"Splice\nread\" operation properly allocates the necessary reservation structure in\nmemory prior to calling the block allocator, and sendfile() thus works\nproperly for GFS2. (BZ#1201256)\n\n* Moving an Open vSwitch (OVS) internal vport to a different net name space\nand subsequently deleting that name space led to a kernel panic. This bug\nhas been fixed by removing the OVS internal vport at net name space\ndeletion. (BZ#1202357)\n\n* Previously, the kernel audit subsystem was not correctly handling file\nand directory moves, leading to audit records that did not match the audit\nfile watches. This fix correctly handles moves such that the audit file\nwatches work correctly. (BZ#1202358)\n\n* Due to a regression, the crypto adapter could not be set online. A patch\nhas been provided that fixes the device registration process so that the\ndevice can be used also before the registration process is completed, thus\nfixing this bug. (BZ#1205300)\n\n* Due to incorrect calculation for entropy during the entropy addition, the\namount of entropy in the /dev/random file could be overestimated.\nThe formula for the entropy addition has been changed, thus fixing this\nbug. (BZ#1211288)\n\n* Previously, the ansi_cprng and drbg utilities did not obey the call\nconvention and returned the positive value on success instead of the\ncorrect value of zero. Consequently, Internet Protocol Security (IPsec)\nterminated unexpectedly when ansi_cprng or drbg were used. With this\nupdate, ansi_cprng and drbg have been changed to return zero on success,\nand IPsec now functions correctly. (BZ#1211487)\n\n* Due to a failure to clear the timestamp flag when reusing a tx descriptor\nin the mlx4_en driver, programs that did not request a hardware timestamp\npacket on their sent data received it anyway, resulting in unexpected\nbehavior in certain applications. With this update, when reusing the tx\ndescriptor in the mlx4_en driver in the aforementioned situation, the\nhardware timestamp flag is cleared, and applications now behave as\nexpected. (BZ#1209240)\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:0987", "url": "https://access.redhat.com/errata/RHSA-2015:0987" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1213322", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1213322" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2015/rhsa-2015_0987.json" } ], "title": "Red Hat Security Advisory: kernel security and bug fix update", "tracking": { "current_release_date": "2024-11-05T18:52:45+00:00", "generator": { "date": "2024-11-05T18:52:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2015:0987", "initial_release_date": "2015-05-12T19:19:46+00:00", "revision_history": [ { "date": "2015-05-12T19:19:46+00:00", "number": "1", "summary": "Initial version" }, { "date": "2015-05-12T19:19:46+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T18:52:45+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 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_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_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "kernel-tools-libs-0:3.10.0-229.4.2.ael7b.ppc64le", "product": { "name": "kernel-tools-libs-0:3.10.0-229.4.2.ael7b.ppc64le", "product_id": "kernel-tools-libs-0:3.10.0-229.4.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-229.4.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-headers-0:3.10.0-229.4.2.ael7b.ppc64le", "product": { "name": "kernel-headers-0:3.10.0-229.4.2.ael7b.ppc64le", "product_id": "kernel-headers-0:3.10.0-229.4.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@3.10.0-229.4.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-bootwrapper-0:3.10.0-229.4.2.ael7b.ppc64le", "product": { "name": "kernel-bootwrapper-0:3.10.0-229.4.2.ael7b.ppc64le", "product_id": "kernel-bootwrapper-0:3.10.0-229.4.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-bootwrapper@3.10.0-229.4.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "python-perf-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "product": { "name": "python-perf-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "product_id": "python-perf-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-229.4.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "product_id": "kernel-tools-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-229.4.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "product_id": "kernel-debug-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-229.4.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:3.10.0-229.4.2.ael7b.ppc64le", "product": { "name": "kernel-tools-0:3.10.0-229.4.2.ael7b.ppc64le", "product_id": "kernel-tools-0:3.10.0-229.4.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@3.10.0-229.4.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:3.10.0-229.4.2.ael7b.ppc64le", "product": { "name": "perf-0:3.10.0-229.4.2.ael7b.ppc64le", "product_id": "perf-0:3.10.0-229.4.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@3.10.0-229.4.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-229.4.2.ael7b.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-229.4.2.ael7b.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:3.10.0-229.4.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@3.10.0-229.4.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-0:3.10.0-229.4.2.ael7b.ppc64le", "product": { "name": "kernel-debug-0:3.10.0-229.4.2.ael7b.ppc64le", "product_id": "kernel-debug-0:3.10.0-229.4.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@3.10.0-229.4.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "product": { "name": "perf-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "product_id": "perf-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-229.4.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "product": { "name": "kernel-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "product_id": "kernel-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-229.4.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "product": { "name": "kernel-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "product_id": "kernel-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@3.10.0-229.4.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-0:3.10.0-229.4.2.ael7b.ppc64le", "product": { "name": "kernel-0:3.10.0-229.4.2.ael7b.ppc64le", "product_id": "kernel-0:3.10.0-229.4.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@3.10.0-229.4.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "product": { "name": "kernel-tools-libs-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "product_id": "kernel-tools-libs-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-229.4.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "product": { "name": "kernel-debug-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "product_id": "kernel-debug-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-229.4.2.ael7b?arch=ppc64le" } } }, { "category": "product_version", "name": "python-perf-0:3.10.0-229.4.2.ael7b.ppc64le", "product": { "name": "python-perf-0:3.10.0-229.4.2.ael7b.ppc64le", "product_id": "python-perf-0:3.10.0-229.4.2.ael7b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf@3.10.0-229.4.2.ael7b?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "kernel-0:3.10.0-229.4.2.ael7b.src", "product": { "name": "kernel-0:3.10.0-229.4.2.ael7b.src", "product_id": "kernel-0:3.10.0-229.4.2.ael7b.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@3.10.0-229.4.2.ael7b?arch=src" } } }, { "category": "product_version", "name": "kernel-0:3.10.0-229.4.2.el7.src", "product": { "name": "kernel-0:3.10.0-229.4.2.el7.src", "product_id": "kernel-0:3.10.0-229.4.2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@3.10.0-229.4.2.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kernel-abi-whitelists-0:3.10.0-229.4.2.ael7b.noarch", "product": { "name": "kernel-abi-whitelists-0:3.10.0-229.4.2.ael7b.noarch", "product_id": "kernel-abi-whitelists-0:3.10.0-229.4.2.ael7b.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-whitelists@3.10.0-229.4.2.ael7b?arch=noarch" } } }, { "category": "product_version", "name": "kernel-doc-0:3.10.0-229.4.2.ael7b.noarch", "product": { "name": "kernel-doc-0:3.10.0-229.4.2.ael7b.noarch", "product_id": "kernel-doc-0:3.10.0-229.4.2.ael7b.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@3.10.0-229.4.2.ael7b?arch=noarch" } } }, { "category": "product_version", "name": "kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "product": { "name": "kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "product_id": "kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-whitelists@3.10.0-229.4.2.el7?arch=noarch" } } }, { "category": "product_version", "name": "kernel-doc-0:3.10.0-229.4.2.el7.noarch", "product": { "name": "kernel-doc-0:3.10.0-229.4.2.el7.noarch", "product_id": "kernel-doc-0:3.10.0-229.4.2.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@3.10.0-229.4.2.el7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "product": { "name": "kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "product_id": "kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-229.4.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-perf-0:3.10.0-229.4.2.el7.x86_64", "product": { "name": "python-perf-0:3.10.0-229.4.2.el7.x86_64", "product_id": "python-perf-0:3.10.0-229.4.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf@3.10.0-229.4.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "product": { "name": "python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "product_id": "python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-229.4.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "product": { "name": "kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "product_id": "kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-229.4.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "product": { "name": "perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "product_id": "perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-229.4.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "product": { "name": "kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "product_id": "kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-229.4.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@3.10.0-229.4.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "product": { "name": "kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "product_id": "kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-229.4.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:3.10.0-229.4.2.el7.x86_64", "product": { "name": "kernel-0:3.10.0-229.4.2.el7.x86_64", "product_id": "kernel-0:3.10.0-229.4.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@3.10.0-229.4.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "product": { "name": "kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "product_id": "kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@3.10.0-229.4.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "product": { "name": "kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "product_id": "kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-229.4.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "product": { "name": "kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "product_id": "kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-229.4.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:3.10.0-229.4.2.el7.x86_64", "product": { "name": "perf-0:3.10.0-229.4.2.el7.x86_64", "product_id": "perf-0:3.10.0-229.4.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@3.10.0-229.4.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "product": { "name": "kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "product_id": "kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@3.10.0-229.4.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "product": { "name": "kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "product_id": "kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@3.10.0-229.4.2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "product": { "name": "kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "product_id": "kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@3.10.0-229.4.2.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "product": { "name": "kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "product_id": "kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-229.4.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "product": { "name": "python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "product_id": "python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-229.4.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "product": { "name": "kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "product_id": "kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-229.4.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "product": { "name": "kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "product_id": "kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-229.4.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "product": { "name": "kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "product_id": "kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-229.4.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "product": { "name": "kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "product_id": "kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64@3.10.0-229.4.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "product": { "name": "perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "product_id": "perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-229.4.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python-perf-0:3.10.0-229.4.2.el7.ppc64", "product": { "name": "python-perf-0:3.10.0-229.4.2.el7.ppc64", "product_id": "python-perf-0:3.10.0-229.4.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf@3.10.0-229.4.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "product": { "name": "kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "product_id": "kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@3.10.0-229.4.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "product": { "name": "kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "product_id": "kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@3.10.0-229.4.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "product": { "name": "kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "product_id": "kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-bootwrapper@3.10.0-229.4.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "product": { "name": "kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "product_id": "kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@3.10.0-229.4.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "product": { "name": "kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "product_id": "kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-229.4.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "product": { "name": "kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "product_id": "kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@3.10.0-229.4.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-0:3.10.0-229.4.2.el7.ppc64", "product": { "name": "kernel-0:3.10.0-229.4.2.el7.ppc64", "product_id": "kernel-0:3.10.0-229.4.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@3.10.0-229.4.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "perf-0:3.10.0-229.4.2.el7.ppc64", "product": { "name": "perf-0:3.10.0-229.4.2.el7.ppc64", "product_id": "perf-0:3.10.0-229.4.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@3.10.0-229.4.2.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "product": { "name": "kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "product_id": "kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-229.4.2.el7?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "product": { "name": "perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "product_id": "perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-229.4.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python-perf-0:3.10.0-229.4.2.el7.s390x", "product": { "name": "python-perf-0:3.10.0-229.4.2.el7.s390x", "product_id": "python-perf-0:3.10.0-229.4.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf@3.10.0-229.4.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "product_id": "kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@3.10.0-229.4.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "product": { "name": "python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "product_id": "python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-229.4.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "product": { "name": "kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "product_id": "kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-229.4.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "product": { "name": "kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "product_id": "kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-kdump-debuginfo@3.10.0-229.4.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "product": { "name": "kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "product_id": "kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-229.4.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:3.10.0-229.4.2.el7.s390x", "product": { "name": "perf-0:3.10.0-229.4.2.el7.s390x", "product_id": "perf-0:3.10.0-229.4.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@3.10.0-229.4.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:3.10.0-229.4.2.el7.s390x", "product": { "name": "kernel-devel-0:3.10.0-229.4.2.el7.s390x", "product_id": "kernel-devel-0:3.10.0-229.4.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@3.10.0-229.4.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "product": { "name": "kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "product_id": "kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-kdump-devel@3.10.0-229.4.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-headers-0:3.10.0-229.4.2.el7.s390x", "product": { "name": "kernel-headers-0:3.10.0-229.4.2.el7.s390x", "product_id": "kernel-headers-0:3.10.0-229.4.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@3.10.0-229.4.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "product": { "name": "kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "product_id": "kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-kdump@3.10.0-229.4.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-0:3.10.0-229.4.2.el7.s390x", "product": { "name": "kernel-debug-0:3.10.0-229.4.2.el7.s390x", "product_id": "kernel-debug-0:3.10.0-229.4.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@3.10.0-229.4.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "product": { "name": "kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "product_id": "kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-229.4.2.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-0:3.10.0-229.4.2.el7.s390x", "product": { "name": "kernel-0:3.10.0-229.4.2.el7.s390x", "product_id": "kernel-0:3.10.0-229.4.2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@3.10.0-229.4.2.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-229.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.src" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.src" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.src" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.src" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.src" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.ael7b.src" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.ael7b.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.ael7b.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-tools-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.src" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.ael7b.src" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.ael7b.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.ael7b.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-tools-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.ael7b.ppc64le" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.src" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.src" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-229.4.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.4.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.4.2.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-229.4.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.4.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.4.2.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "perf-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-229.4.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.4.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.4.2.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.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.4.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.4.2.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.1.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2015-3331", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2015-04-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1213322" } ], "notes": [ { "category": "description", "text": "A buffer overflow flaw was found in the way the Linux kernel\u0027s Intel AES-NI instructions optimized version of the RFC4106 GCM mode decryption functionality handled fragmented packets. A remote attacker could use this flaw to crash, or potentially escalate their privileges on, a system over a connection with an active AES-GCM mode IPSec security association.", "title": "Vulnerability description" }, { "category": "summary", "text": "Kernel: crypto: buffer overruns in RFC4106 implementation using AESNI", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue does not affect the version of the kernel package as shipped with\nRed Hat Enterprise Linux 5.\n\nThis issue affects the versions of Linux kernel as shipped with\nRed Hat Enterprise Linux 6, 7 and Red Hat Enterprise MRG 2. Future kernel updates\nfor Red Hat Enterprise Linux 6 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.4.2.el7.ppc64", "7Client-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7Client-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7Client-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7Client-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7ComputeNode-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7ComputeNode-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7Server-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7Server-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-LE-7.1.Z:kernel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-0:3.10.0-229.4.2.ael7b.src", "7Server-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.ael7b.noarch", "7Server-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-doc-0:3.10.0-229.4.2.ael7b.noarch", "7Server-LE-7.1.Z:kernel-headers-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:perf-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:python-perf-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7Server-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.4.2.ael7b.src", "7Server-optional-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.ael7b.noarch", "7Server-optional-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-doc-0:3.10.0-229.4.2.ael7b.noarch", "7Server-optional-LE-7.1.Z:kernel-headers-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:perf-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:python-perf-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Workstation-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7Workstation-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7Workstation-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7Workstation-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-3331" }, { "category": "external", "summary": "RHBZ#1213322", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1213322" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-3331", "url": "https://www.cve.org/CVERecord?id=CVE-2015-3331" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-3331", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-3331" } ], "release_date": "2015-03-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2015-05-12T19:19:46+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.4.2.el7.ppc64", "7Client-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7Client-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7Client-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7Client-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7ComputeNode-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7ComputeNode-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7Server-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7Server-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-LE-7.1.Z:kernel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-0:3.10.0-229.4.2.ael7b.src", "7Server-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.ael7b.noarch", "7Server-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-doc-0:3.10.0-229.4.2.ael7b.noarch", "7Server-LE-7.1.Z:kernel-headers-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:perf-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:python-perf-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7Server-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.4.2.ael7b.src", "7Server-optional-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.ael7b.noarch", "7Server-optional-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-doc-0:3.10.0-229.4.2.ael7b.noarch", "7Server-optional-LE-7.1.Z:kernel-headers-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:perf-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:python-perf-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Workstation-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7Workstation-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7Workstation-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7Workstation-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2015:0987" } ], "scores": [ { "cvss_v2": { "accessComplexity": "HIGH", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "COMPLETE", "baseScore": 7.1, "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "vectorString": "AV:N/AC:H/Au:S/C:C/I:C/A:C", "version": "2.0" }, "products": [ "7Client-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7Client-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7Client-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7Client-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7Client-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Client-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7ComputeNode-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7ComputeNode-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7ComputeNode-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7ComputeNode-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7ComputeNode-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7Server-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7Server-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-LE-7.1.Z:kernel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-0:3.10.0-229.4.2.ael7b.src", "7Server-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.ael7b.noarch", "7Server-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-doc-0:3.10.0-229.4.2.ael7b.noarch", "7Server-LE-7.1.Z:kernel-headers-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:perf-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:python-perf-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7Server-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7Server-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Server-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-0:3.10.0-229.4.2.ael7b.src", "7Server-optional-LE-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.ael7b.noarch", "7Server-optional-LE-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-doc-0:3.10.0-229.4.2.ael7b.noarch", "7Server-optional-LE-7.1.Z:kernel-headers-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:perf-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:python-perf-0:3.10.0-229.4.2.ael7b.ppc64le", "7Server-optional-LE-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.ael7b.ppc64le", "7Workstation-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7Workstation-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7Workstation-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.src", "7Workstation-optional-7.1.Z:kernel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-abi-whitelists-0:3.10.0-229.4.2.el7.noarch", "7Workstation-optional-7.1.Z:kernel-bootwrapper-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debug-devel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-ppc64-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-s390x-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-debuginfo-common-x86_64-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-devel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-doc-0:3.10.0-229.4.2.el7.noarch", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-headers-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-kdump-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-kdump-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-kdump-devel-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-libs-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:kernel-tools-libs-devel-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:perf-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:python-perf-0:3.10.0-229.4.2.el7.x86_64", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.ppc64", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.s390x", "7Workstation-optional-7.1.Z:python-perf-debuginfo-0:3.10.0-229.4.2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Kernel: crypto: buffer overruns in RFC4106 implementation using AESNI" } ] }
Loading...
Loading...
- 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.