Action not permitted
Modal body text goes here.
CVE-2016-9793
Vulnerability from cvelistv5
Published
2016-12-28 07:42
Modified
2024-08-06 02:59
Severity ?
EPSS score ?
Summary
The sock_setsockopt function in net/core/sock.c in the Linux kernel before 4.8.14 mishandles negative values of sk_sndbuf and sk_rcvbuf, which allows local users to cause a denial of service (memory corruption and system crash) or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN capability for a crafted setsockopt system call with the (1) SO_SNDBUFFORCE or (2) SO_RCVBUFFORCE option.
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-06T02:59:03.525Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/torvalds/linux/commit/b98b0bc8c431e3ceb4b26b0dfc8db509518fb290" }, { "name": "1037968", "tags": [ "vdb-entry", "x_refsource_SECTRACK", "x_transferred" ], "url": "http://www.securitytracker.com/id/1037968" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b98b0bc8c431e3ceb4b26b0dfc8db509518fb290" }, { "name": "RHSA-2017:0932", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "https://access.redhat.com/errata/RHSA-2017:0932" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/xairy/kernel-exploits/tree/master/CVE-2016-9793" }, { "name": "94655", "tags": [ "vdb-entry", "x_refsource_BID", "x_transferred" ], "url": "http://www.securityfocus.com/bid/94655" }, { "name": "[oss-security] 20161202 Re: CVE Request: Linux: signed overflows for SO_{SND|RCV}BUFFORCE", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2016/12/03/1" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.14" }, { "name": "RHSA-2017:0933", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "https://access.redhat.com/errata/RHSA-2017:0933" }, { "name": "RHSA-2017:0931", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "https://access.redhat.com/errata/RHSA-2017:0931" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://source.android.com/security/bulletin/2017-03-01.html" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1402013" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "datePublic": "2016-12-02T00:00:00", "descriptions": [ { "lang": "en", "value": "The sock_setsockopt function in net/core/sock.c in the Linux kernel before 4.8.14 mishandles negative values of sk_sndbuf and sk_rcvbuf, which allows local users to cause a denial of service (memory corruption and system crash) or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN capability for a crafted setsockopt system call with the (1) SO_SNDBUFFORCE or (2) SO_RCVBUFFORCE option." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2018-01-04T19:57:01", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/torvalds/linux/commit/b98b0bc8c431e3ceb4b26b0dfc8db509518fb290" }, { "name": "1037968", "tags": [ "vdb-entry", "x_refsource_SECTRACK" ], "url": "http://www.securitytracker.com/id/1037968" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b98b0bc8c431e3ceb4b26b0dfc8db509518fb290" }, { "name": "RHSA-2017:0932", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2017:0932" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/xairy/kernel-exploits/tree/master/CVE-2016-9793" }, { "name": "94655", "tags": [ "vdb-entry", "x_refsource_BID" ], "url": "http://www.securityfocus.com/bid/94655" }, { "name": "[oss-security] 20161202 Re: CVE Request: Linux: signed overflows for SO_{SND|RCV}BUFFORCE", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "http://www.openwall.com/lists/oss-security/2016/12/03/1" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.14" }, { "name": "RHSA-2017:0933", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2017:0933" }, { "name": "RHSA-2017:0931", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2017:0931" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://source.android.com/security/bulletin/2017-03-01.html" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1402013" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2016-9793", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "The sock_setsockopt function in net/core/sock.c in the Linux kernel before 4.8.14 mishandles negative values of sk_sndbuf and sk_rcvbuf, which allows local users to cause a denial of service (memory corruption and system crash) or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN capability for a crafted setsockopt system call with the (1) SO_SNDBUFFORCE or (2) SO_RCVBUFFORCE option." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/torvalds/linux/commit/b98b0bc8c431e3ceb4b26b0dfc8db509518fb290", "refsource": "CONFIRM", "url": "https://github.com/torvalds/linux/commit/b98b0bc8c431e3ceb4b26b0dfc8db509518fb290" }, { "name": "1037968", "refsource": "SECTRACK", "url": "http://www.securitytracker.com/id/1037968" }, { "name": "http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b98b0bc8c431e3ceb4b26b0dfc8db509518fb290", "refsource": "CONFIRM", "url": "http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b98b0bc8c431e3ceb4b26b0dfc8db509518fb290" }, { "name": "RHSA-2017:0932", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2017:0932" }, { "name": "https://github.com/xairy/kernel-exploits/tree/master/CVE-2016-9793", "refsource": "MISC", "url": "https://github.com/xairy/kernel-exploits/tree/master/CVE-2016-9793" }, { "name": "94655", "refsource": "BID", "url": "http://www.securityfocus.com/bid/94655" }, { "name": "[oss-security] 20161202 Re: CVE Request: Linux: signed overflows for SO_{SND|RCV}BUFFORCE", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2016/12/03/1" }, { "name": "http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.14", "refsource": "CONFIRM", "url": "http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.14" }, { "name": "RHSA-2017:0933", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2017:0933" }, { "name": "RHSA-2017:0931", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2017:0931" }, { "name": "https://source.android.com/security/bulletin/2017-03-01.html", "refsource": "CONFIRM", "url": "https://source.android.com/security/bulletin/2017-03-01.html" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1402013", "refsource": "CONFIRM", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1402013" } ] } } } }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2016-9793", "datePublished": "2016-12-28T07:42:00", "dateReserved": "2016-12-02T00:00:00", "dateUpdated": "2024-08-06T02:59:03.525Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2016-9793\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2016-12-28T07:59:00.557\",\"lastModified\":\"2023-01-17T21:05:19.187\",\"vulnStatus\":\"Analyzed\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"The sock_setsockopt function in net/core/sock.c in the Linux kernel before 4.8.14 mishandles negative values of sk_sndbuf and sk_rcvbuf, which allows local users to cause a denial of service (memory corruption and system crash) or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN capability for a crafted setsockopt system call with the (1) SO_SNDBUFFORCE or (2) SO_RCVBUFFORCE option.\"},{\"lang\":\"es\",\"value\":\"La funci\u00f3n sock_setsockopt en net/core/sock.c en el kernel de Linux en versiones anteriores a 4.8.14 no maneja adecuadamente valores negativos de sk_sndbuf y sk_rcvbuf, lo que permite a usuarios locales provocar una denegaci\u00f3n de servicio (corrupci\u00f3n de memoria y ca\u00edda del sistema) o posiblemente tener otros impactos no especificados aprovechando la capacidad CAP_NET_ADMIN para una llamada al sistema setsockopt manipulada con la opci\u00f3n (1) SO_SNDBUFFORCE o (2) SO_RCVBUFFORCE.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:L/AC:L/Au:N/C:C/I:C/A:C\",\"accessVector\":\"LOCAL\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"COMPLETE\",\"integrityImpact\":\"COMPLETE\",\"availabilityImpact\":\"COMPLETE\",\"baseScore\":7.2},\"baseSeverity\":\"HIGH\",\"exploitabilityScore\":3.9,\"impactScore\":10.0,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-119\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.5\",\"versionEndExcluding\":\"3.12.69\",\"matchCriteriaId\":\"4E1C5AC9-663B-4BE0-A4A5-46EFD7A95ABC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.13\",\"versionEndExcluding\":\"3.16.40\",\"matchCriteriaId\":\"1331ABAB-8C2B-4379-BA77-B655A5B9A83F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.17\",\"versionEndExcluding\":\"3.18.52\",\"matchCriteriaId\":\"8104AAC1-9700-4372-8E11-37B09309A76F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.19\",\"versionEndExcluding\":\"4.1.50\",\"matchCriteriaId\":\"F71F6650-13B4-486F-80AC-20D871806D44\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.2\",\"versionEndExcluding\":\"4.4.38\",\"matchCriteriaId\":\"ECA0BA21-3E8F-49EF-A94F-D1DFD18343FC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.5\",\"versionEndExcluding\":\"4.8.14\",\"matchCriteriaId\":\"2454EAB6-FC42-4FA4-BE76-CBAA81D4ADC4\"}]}]}],\"references\":[{\"url\":\"http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b98b0bc8c431e3ceb4b26b0dfc8db509518fb290\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.14\",\"source\":\"cve@mitre.org\",\"tags\":[\"Release Notes\",\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2016/12/03/1\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"http://www.securityfocus.com/bid/94655\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"http://www.securitytracker.com/id/1037968\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2017:0931\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2017:0932\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2017:0933\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://bugzilla.redhat.com/show_bug.cgi?id=1402013\",\"source\":\"cve@mitre.org\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/torvalds/linux/commit/b98b0bc8c431e3ceb4b26b0dfc8db509518fb290\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/xairy/kernel-exploits/tree/master/CVE-2016-9793\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://source.android.com/security/bulletin/2017-03-01.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
rhsa-2017_0931
Vulnerability from csaf_redhat
Published
2017-04-12 10:51
Modified
2024-11-05 19:59
Summary
Red Hat Security Advisory: kernel-rt security and bug fix update
Notes
Topic
An update for kernel-rt is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.
Security Fix(es):
* A race condition flaw was found in the N_HLDC Linux kernel driver when accessing n_hdlc.tbuf list that can lead to double free. A local, unprivileged user able to set the HDLC line discipline on the tty device could use this flaw to increase their privileges on the system. (CVE-2017-2636, Important)
* A flaw was found in the Linux kernel key management subsystem in which a local attacker could crash the kernel or corrupt the stack and additional memory (denial of service) by supplying a specially crafted RSA key. This flaw panics the machine during the verification of the RSA key. (CVE-2016-8650, Moderate)
* A flaw was found in the Linux kernel's implementation of setsockopt for the SO_{SND|RCV}BUFFORCE setsockopt() system call. Users with non-namespace CAP_NET_ADMIN are able to trigger this call and create a situation in which the sockets sendbuff data size could be negative. This could adversely affect memory allocations and create situations where the system could crash or cause memory corruption. (CVE-2016-9793, Moderate)
* A flaw was found in the Linux kernel's handling of clearing SELinux attributes on /proc/pid/attr files. An empty (null) write to this file can crash the system by causing the system to attempt to access unmapped kernel memory. (CVE-2017-2618, Moderate)
Red Hat would like to thank Alexander Popov for reporting CVE-2017-2636 and Ralf Spenneberg for reporting CVE-2016-8650. The CVE-2017-2618 issue was discovered by Paul Moore (Red Hat Engineering).
Bug Fix(es):
* Previously, a cgroups data structure was sometimes corrupted due to a race condition in the kernel-rt cgroups code. Consequently, several system tasks were blocked, and the operating system became unresponsive. This update adds a lock that prevents the race condition. As a result, the cgroups data structure no longer gets corrupted and the operating system no longer hangs under the described circumstances. (BZ#1420784)
* The kernel-rt packages have been upgraded to the 3.10.0-514.16.1 source tree, which provides a number of bug fixes over the previous version. (BZ#1430749)
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for kernel-rt is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.\n\nSecurity Fix(es):\n\n* A race condition flaw was found in the N_HLDC Linux kernel driver when accessing n_hdlc.tbuf list that can lead to double free. A local, unprivileged user able to set the HDLC line discipline on the tty device could use this flaw to increase their privileges on the system. (CVE-2017-2636, Important)\n\n* A flaw was found in the Linux kernel key management subsystem in which a local attacker could crash the kernel or corrupt the stack and additional memory (denial of service) by supplying a specially crafted RSA key. This flaw panics the machine during the verification of the RSA key. (CVE-2016-8650, Moderate)\n\n* A flaw was found in the Linux kernel\u0027s implementation of setsockopt for the SO_{SND|RCV}BUFFORCE setsockopt() system call. Users with non-namespace CAP_NET_ADMIN are able to trigger this call and create a situation in which the sockets sendbuff data size could be negative. This could adversely affect memory allocations and create situations where the system could crash or cause memory corruption. (CVE-2016-9793, Moderate)\n\n* A flaw was found in the Linux kernel\u0027s handling of clearing SELinux attributes on /proc/pid/attr files. An empty (null) write to this file can crash the system by causing the system to attempt to access unmapped kernel memory. (CVE-2017-2618, Moderate)\n\nRed Hat would like to thank Alexander Popov for reporting CVE-2017-2636 and Ralf Spenneberg for reporting CVE-2016-8650. The CVE-2017-2618 issue was discovered by Paul Moore (Red Hat Engineering).\n\nBug Fix(es):\n\n* Previously, a cgroups data structure was sometimes corrupted due to a race condition in the kernel-rt cgroups code. Consequently, several system tasks were blocked, and the operating system became unresponsive. This update adds a lock that prevents the race condition. As a result, the cgroups data structure no longer gets corrupted and the operating system no longer hangs under the described circumstances. (BZ#1420784)\n\n* The kernel-rt packages have been upgraded to the 3.10.0-514.16.1 source tree, which provides a number of bug fixes over the previous version. (BZ#1430749)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2017:0931", "url": "https://access.redhat.com/errata/RHSA-2017:0931" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1395187", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1395187" }, { "category": "external", "summary": "1402013", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1402013" }, { "category": "external", "summary": "1419916", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419916" }, { "category": "external", "summary": "1428319", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1428319" }, { "category": "external", "summary": "1430749", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1430749" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2017/rhsa-2017_0931.json" } ], "title": "Red Hat Security Advisory: kernel-rt security and bug fix update", "tracking": { "current_release_date": "2024-11-05T19:59:20+00:00", "generator": { "date": "2024-11-05T19:59:20+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2017:0931", "initial_release_date": "2017-04-12T10:51:25+00:00", "revision_history": [ { "date": "2017-04-12T10:51:25+00:00", "number": "1", "summary": "Initial version" }, { "date": "2017-04-12T10:51:25+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T19:59:20+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 for Real Time for NFV (v. 7)", "product": { "name": "Red Hat Enterprise Linux for Real Time for NFV (v. 7)", "product_id": "7Server-NFV-7.3.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_extras_rt:7" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Realtime (v. 7)", "product": { "name": "Red Hat Enterprise Linux Realtime (v. 7)", "product_id": "7Server-RT-7.3.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_extras_rt:7" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product": { "name": "kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_id": "kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-trace-kvm-debuginfo@3.10.0-514.16.1.rt56.437.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product": { "name": "kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_id": "kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-trace-debuginfo@3.10.0-514.16.1.rt56.437.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product": { "name": "kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_id": "kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@3.10.0-514.16.1.rt56.437.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product": { "name": "kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_id": "kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@3.10.0-514.16.1.rt56.437.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product": { "name": "kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_id": "kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-trace-kvm@3.10.0-514.16.1.rt56.437.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product": { "name": "kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_id": "kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-trace@3.10.0-514.16.1.rt56.437.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product": { "name": "kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_id": "kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@3.10.0-514.16.1.rt56.437.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product": { "name": "kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_id": "kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@3.10.0-514.16.1.rt56.437.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product": { "name": "kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_id": "kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-kvm@3.10.0-514.16.1.rt56.437.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product": { "name": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_id": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@3.10.0-514.16.1.rt56.437.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product": { "name": "kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_id": "kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@3.10.0-514.16.1.rt56.437.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_id": "kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@3.10.0-514.16.1.rt56.437.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product": { "name": "kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_id": "kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-trace-devel@3.10.0-514.16.1.rt56.437.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product": { "name": "kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_id": "kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm-debuginfo@3.10.0-514.16.1.rt56.437.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product": { "name": "kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_id": "kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-kvm-debuginfo@3.10.0-514.16.1.rt56.437.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product": { "name": "kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_id": "kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@3.10.0-514.16.1.rt56.437.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "product": { "name": "kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "product_id": "kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-doc@3.10.0-514.16.1.rt56.437.el7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "product": { "name": "kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "product_id": "kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@3.10.0-514.16.1.rt56.437.el7?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)", "product_id": "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src" }, "product_reference": "kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "relates_to_product_reference": "7Server-NFV-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)", "product_id": "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-NFV-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)", "product_id": "7Server-NFV-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-NFV-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)", "product_id": "7Server-NFV-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-NFV-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)", "product_id": "7Server-NFV-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-NFV-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)", "product_id": "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-NFV-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)", "product_id": "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-NFV-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)", "product_id": "7Server-NFV-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-NFV-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)", "product_id": "7Server-NFV-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-NFV-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)", "product_id": "7Server-NFV-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-NFV-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)", "product_id": "7Server-NFV-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch" }, "product_reference": "kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "relates_to_product_reference": "7Server-NFV-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)", "product_id": "7Server-NFV-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-NFV-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)", "product_id": "7Server-NFV-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-NFV-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)", "product_id": "7Server-NFV-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-NFV-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)", "product_id": "7Server-NFV-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-NFV-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)", "product_id": "7Server-NFV-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-NFV-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)", "product_id": "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-NFV-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time for NFV (v. 7)", "product_id": "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-NFV-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src as a component of Red Hat Enterprise Linux Realtime (v. 7)", "product_id": "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src" }, "product_reference": "kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "relates_to_product_reference": "7Server-RT-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)", "product_id": "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-RT-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)", "product_id": "7Server-RT-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-RT-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)", "product_id": "7Server-RT-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-RT-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)", "product_id": "7Server-RT-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-RT-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)", "product_id": "7Server-RT-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-RT-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)", "product_id": "7Server-RT-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-RT-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)", "product_id": "7Server-RT-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-RT-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)", "product_id": "7Server-RT-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-RT-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)", "product_id": "7Server-RT-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-RT-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch as a component of Red Hat Enterprise Linux Realtime (v. 7)", "product_id": "7Server-RT-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch" }, "product_reference": "kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "relates_to_product_reference": "7Server-RT-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)", "product_id": "7Server-RT-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-RT-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)", "product_id": "7Server-RT-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-RT-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)", "product_id": "7Server-RT-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-RT-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)", "product_id": "7Server-RT-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-RT-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)", "product_id": "7Server-RT-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-RT-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)", "product_id": "7Server-RT-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-RT-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64 as a component of Red Hat Enterprise Linux Realtime (v. 7)", "product_id": "7Server-RT-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" }, "product_reference": "kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "relates_to_product_reference": "7Server-RT-7.3.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2016-8650", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2016-11-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1395187" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Linux kernel key management subsystem in which a local attacker could crash the kernel or corrupt the stack and additional memory (denial of service) by supplying a specially crafted RSA key. This flaw panics the machine during the verification of the RSA key.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Null pointer dereference via keyctl", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the Linux kernel packages as shipped with Red Hat Enterprise Linux 6, 7, MRG-2 and realtime kernels.\n\nThis issue does not affect kernels that ship with Red Hat Enterprise Linux 5.", "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": [ "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-NFV-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-RT-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2016-8650" }, { "category": "external", "summary": "RHBZ#1395187", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1395187" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2016-8650", "url": "https://www.cve.org/CVERecord?id=CVE-2016-8650" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-8650", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-8650" } ], "release_date": "2016-11-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-04-12T10:51:25+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-NFV-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-RT-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2017:0931" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 4.9, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:L/AC:L/Au:N/C:N/I:N/A:C", "version": "2.0" }, "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-NFV-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-RT-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: Null pointer dereference via keyctl" }, { "cve": "CVE-2016-9793", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2016-12-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1402013" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Linux kernel\u0027s implementation of setsockopt for the SO_{SND|RCV}BUFFORCE setsockopt() system call. Users with non-namespace CAP_NET_ADMIN are able to trigger this call and create a situation in which the sockets sendbuff data size could be negative. This could adversely affect memory allocations and create situations where the system could crash or cause memory corruption.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Signed overflow for SO_{SND|RCV}BUFFORCE", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue does not affect the kernels as shipping with Red Hat Enterprise Linux 5 and 6. This issue does affect kernels 7, MRG-2 and realtime kernels and plans to be fixed in a future update.", "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": [ "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-NFV-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-RT-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2016-9793" }, { "category": "external", "summary": "RHBZ#1402013", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1402013" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2016-9793", "url": "https://www.cve.org/CVERecord?id=CVE-2016-9793" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-9793", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-9793" } ], "release_date": "2016-12-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-04-12T10:51:25+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-NFV-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-RT-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2017:0931" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 6.9, "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "vectorString": "AV:L/AC:M/Au:N/C:C/I:C/A:C", "version": "2.0" }, "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-NFV-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-RT-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: Signed overflow for SO_{SND|RCV}BUFFORCE" }, { "acknowledgments": [ { "names": [ "Paul Moore" ], "organization": "Red Hat Engineering", "summary": "This issue was discovered by Red Hat." } ], "cve": "CVE-2017-2618", "cwe": { "id": "CWE-193", "name": "Off-by-one Error" }, "discovery_date": "2017-02-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1419916" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Linux kernel\u0027s handling of clearing SELinux attributes on /proc/pid/attr files. An empty (null) write to this file can crash the system by causing the system to attempt to access unmapped kernel memory.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Off-by-one error in selinux_setprocattr (/proc/self/attr/fscreate)", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue does not affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 5, 6 due to a missing commit ( bb646cdb12e75d82258c2f2e7746d5952d3e321a ) which enabled changed system behavior.\n\nThis issue does affect Red Hat Enteprise Linux 7 and MRG-2 kernels. A future Linux kernel updates for the respective releases may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-NFV-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-RT-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-2618" }, { "category": "external", "summary": "RHBZ#1419916", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419916" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-2618", "url": "https://www.cve.org/CVERecord?id=CVE-2017-2618" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-2618", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-2618" } ], "release_date": "2017-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-04-12T10:51:25+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-NFV-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-RT-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2017:0931" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-NFV-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-RT-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: Off-by-one error in selinux_setprocattr (/proc/self/attr/fscreate)" }, { "acknowledgments": [ { "names": [ "Alexander Popov" ] } ], "cve": "CVE-2017-2636", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "discovery_date": "2017-03-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1428319" } ], "notes": [ { "category": "description", "text": "A race condition flaw was found in the N_HLDC Linux kernel driver when accessing n_hdlc.tbuf list that can lead to double free. A local, unprivileged user able to set the HDLC line discipline on the tty device could use this flaw to increase their privileges on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Race condition access to n_hdlc.tbuf causes double free in n_hdlc_release()", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue does not affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 5.\n\nThis issue does affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 6, 7 and Red Hat Enterprise MRG 2. As this issue is rated as Important, it has been scheduled to be fixed in future updates for the respective releases.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-NFV-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-RT-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-2636" }, { "category": "external", "summary": "RHBZ#1428319", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1428319" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-2636", "url": "https://www.cve.org/CVERecord?id=CVE-2017-2636" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-2636", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-2636" }, { "category": "external", "summary": "https://a13xp0p0v.github.io/2017/03/24/CVE-2017-2636.html", "url": "https://a13xp0p0v.github.io/2017/03/24/CVE-2017-2636.html" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/CVE-2017-2636", "url": "https://access.redhat.com/security/vulnerabilities/CVE-2017-2636" } ], "release_date": "2017-03-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-04-12T10:51:25+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-NFV-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-RT-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2017:0931" }, { "category": "workaround", "details": "The n_hdlc kernel module will be automatically loaded when an application attempts to use the HDLC line discipline from userspace. This module can be prevented from being loaded by using the system-wide modprobe rules. The following command, run as root, will prevent accidental or intentional loading of the module. Red Hat Product Security believe this method is a robust method to prevent accidental loading of the module, even by privileged users.\n\n\u200b# echo \"install n_hdlc /bin/true\" \u003e\u003e /etc/modprobe.d/disable-n_hdlc.conf\n\nThe system will need to be restarted if the n_hdlc modules are already loaded. In most circumstances, the n_hdlc kernel modules will be unable to be unloaded if in use and while any current process using this line discipline is required.\n\nExploiting this flaw does not require Microgate or SyncLink hardware to be in use.\n\nIf further assistance is needed, see this KCS article ( https://access.redhat.com/solutions/41278 ) or contact Red Hat Global Support Services.", "product_ids": [ "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-NFV-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-RT-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-NFV-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-NFV-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-NFV-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.src", "7Server-RT-7.3.Z:kernel-rt-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debug-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-debuginfo-common-x86_64-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-doc-0:3.10.0-514.16.1.rt56.437.el7.noarch", "7Server-RT-7.3.Z:kernel-rt-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-devel-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-0:3.10.0-514.16.1.rt56.437.el7.x86_64", "7Server-RT-7.3.Z:kernel-rt-trace-kvm-debuginfo-0:3.10.0-514.16.1.rt56.437.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: Race condition access to n_hdlc.tbuf causes double free in n_hdlc_release()" } ] }
rhsa-2017_0933
Vulnerability from csaf_redhat
Published
2017-04-12 13:29
Modified
2024-11-05 19:59
Summary
Red Hat Security Advisory: kernel security, bug fix, and enhancement update
Notes
Topic
An update for kernel is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security impact
of Important. A Common Vulnerability Scoring System (CVSS) base score,
which gives a detailed severity rating, is available for each vulnerability
from the CVE link(s) in the References section.
Details
The kernel packages contain the Linux kernel, the core of any Linux operating system.
These updated kernel packages include several security issues and numerous bug fixes. Space precludes documenting all of these bug fixes in this advisory. To see the complete list of bug fixes, users are directed to the related Knowledge Article: https://access.redhat.com/articles/2986951.
Security Fix(es):
* A race condition flaw was found in the N_HLDC Linux kernel driver when accessing n_hdlc.tbuf list that can lead to double free. A local, unprivileged user able to set the HDLC line discipline on the tty device could use this flaw to increase their privileges on the system. (CVE-2017-2636, Important)
* A flaw was found in the Linux kernel key management subsystem in which a local attacker could crash the kernel or corrupt the stack and additional memory (denial of service) by supplying a specially crafted RSA key. This flaw panics the machine during the verification of the RSA key. (CVE-2016-8650, Moderate)
* A flaw was found in the Linux kernel's implementation of setsockopt for the SO_{SND|RCV}BUFFORCE setsockopt() system call. Users with non-namespace CAP_NET_ADMIN are able to trigger this call and create a situation in which the sockets sendbuff data size could be negative. This could adversely affect memory allocations and create situations where the system could crash or cause memory corruption. (CVE-2016-9793, Moderate)
* A flaw was found in the Linux kernel's handling of clearing SELinux attributes on /proc/pid/attr files. An empty (null) write to this file can crash the system by causing the system to attempt to access unmapped kernel memory. (CVE-2017-2618, Moderate)
Red Hat would like to thank Alexander Popov for reporting CVE-2017-2636 and Ralf Spenneberg for reporting CVE-2016-8650. The CVE-2017-2618 issue was discovered by Paul Moore (Red Hat Engineering).
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for kernel is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nThese updated kernel packages include several security issues and numerous bug fixes. Space precludes documenting all of these bug fixes in this advisory. To see the complete list of bug fixes, users are directed to the related Knowledge Article: https://access.redhat.com/articles/2986951.\n\nSecurity Fix(es):\n\n* A race condition flaw was found in the N_HLDC Linux kernel driver when accessing n_hdlc.tbuf list that can lead to double free. A local, unprivileged user able to set the HDLC line discipline on the tty device could use this flaw to increase their privileges on the system. (CVE-2017-2636, Important)\n\n* A flaw was found in the Linux kernel key management subsystem in which a local attacker could crash the kernel or corrupt the stack and additional memory (denial of service) by supplying a specially crafted RSA key. This flaw panics the machine during the verification of the RSA key. (CVE-2016-8650, Moderate)\n\n* A flaw was found in the Linux kernel\u0027s implementation of setsockopt for the SO_{SND|RCV}BUFFORCE setsockopt() system call. Users with non-namespace CAP_NET_ADMIN are able to trigger this call and create a situation in which the sockets sendbuff data size could be negative. This could adversely affect memory allocations and create situations where the system could crash or cause memory corruption. (CVE-2016-9793, Moderate)\n\n* A flaw was found in the Linux kernel\u0027s handling of clearing SELinux attributes on /proc/pid/attr files. An empty (null) write to this file can crash the system by causing the system to attempt to access unmapped kernel memory. (CVE-2017-2618, Moderate)\n\nRed Hat would like to thank Alexander Popov for reporting CVE-2017-2636 and Ralf Spenneberg for reporting CVE-2016-8650. The CVE-2017-2618 issue was discovered by Paul Moore (Red Hat Engineering).", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2017:0933", "url": "https://access.redhat.com/errata/RHSA-2017:0933" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/articles/2986951", "url": "https://access.redhat.com/articles/2986951" }, { "category": "external", "summary": "1395187", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1395187" }, { "category": "external", "summary": "1402013", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1402013" }, { "category": "external", "summary": "1419916", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419916" }, { "category": "external", "summary": "1428319", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1428319" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2017/rhsa-2017_0933.json" } ], "title": "Red Hat Security Advisory: kernel security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-05T19:59:04+00:00", "generator": { "date": "2024-11-05T19:59:04+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2017:0933", "initial_release_date": "2017-04-12T13:29:20+00:00", "revision_history": [ { "date": "2017-04-12T13:29:20+00:00", "number": "1", "summary": "Initial version" }, { "date": "2017-04-12T13:29:20+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T19:59:04+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Client (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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": "perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "product": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "product_id": "perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-514.16.1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "product": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "product_id": "kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@3.10.0-514.16.1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "product": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "product_id": "kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-514.16.1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "product": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "product_id": "kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-514.16.1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "product": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "product_id": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-514.16.1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "product": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "product_id": "kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@3.10.0-514.16.1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "product": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "product_id": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-514.16.1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-perf-0:3.10.0-514.16.1.el7.x86_64", "product": { "name": "python-perf-0:3.10.0-514.16.1.el7.x86_64", "product_id": "python-perf-0:3.10.0-514.16.1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf@3.10.0-514.16.1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@3.10.0-514.16.1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "product": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "product_id": "kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@3.10.0-514.16.1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:3.10.0-514.16.1.el7.x86_64", "product": { "name": "kernel-0:3.10.0-514.16.1.el7.x86_64", "product_id": "kernel-0:3.10.0-514.16.1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@3.10.0-514.16.1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "product": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "product_id": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-514.16.1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "product": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "product_id": "kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@3.10.0-514.16.1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "product": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "product_id": "kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-514.16.1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:3.10.0-514.16.1.el7.x86_64", "product": { "name": "perf-0:3.10.0-514.16.1.el7.x86_64", "product_id": "perf-0:3.10.0-514.16.1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@3.10.0-514.16.1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "product": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "product_id": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-514.16.1.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "kernel-0:3.10.0-514.16.1.el7.src", "product": { "name": "kernel-0:3.10.0-514.16.1.el7.src", "product_id": "kernel-0:3.10.0-514.16.1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@3.10.0-514.16.1.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "product": { "name": "kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "product_id": "kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-whitelists@3.10.0-514.16.1.el7?arch=noarch" } } }, { "category": "product_version", "name": "kernel-doc-0:3.10.0-514.16.1.el7.noarch", "product": { "name": "kernel-doc-0:3.10.0-514.16.1.el7.noarch", "product_id": "kernel-doc-0:3.10.0-514.16.1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@3.10.0-514.16.1.el7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "kernel-debug-0:3.10.0-514.16.1.el7.s390x", "product": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.s390x", "product_id": "kernel-debug-0:3.10.0-514.16.1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@3.10.0-514.16.1.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "product": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "product_id": "kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-514.16.1.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-0:3.10.0-514.16.1.el7.s390x", "product": { "name": "kernel-0:3.10.0-514.16.1.el7.s390x", "product_id": "kernel-0:3.10.0-514.16.1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@3.10.0-514.16.1.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "product": { "name": "kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "product_id": "kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-kdump-devel@3.10.0-514.16.1.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "product": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "product_id": "kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-514.16.1.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "product": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "product_id": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-514.16.1.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:3.10.0-514.16.1.el7.s390x", "product": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.s390x", "product_id": "kernel-devel-0:3.10.0-514.16.1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@3.10.0-514.16.1.el7?arch=s390x" } } }, { "category": "product_version", "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "product": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "product_id": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-514.16.1.el7?arch=s390x" } } }, { "category": "product_version", "name": "python-perf-0:3.10.0-514.16.1.el7.s390x", "product": { "name": "python-perf-0:3.10.0-514.16.1.el7.s390x", "product_id": "python-perf-0:3.10.0-514.16.1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf@3.10.0-514.16.1.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "product": { "name": "kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "product_id": "kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-kdump@3.10.0-514.16.1.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "product_id": "kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@3.10.0-514.16.1.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "product": { "name": "kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "product_id": "kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-kdump-debuginfo@3.10.0-514.16.1.el7?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:3.10.0-514.16.1.el7.s390x", "product": { "name": "perf-0:3.10.0-514.16.1.el7.s390x", "product_id": "perf-0:3.10.0-514.16.1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@3.10.0-514.16.1.el7?arch=s390x" } } }, { "category": "product_version", "name": "kernel-headers-0:3.10.0-514.16.1.el7.s390x", "product": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.s390x", "product_id": "kernel-headers-0:3.10.0-514.16.1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@3.10.0-514.16.1.el7?arch=s390x" } } }, { "category": "product_version", "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "product": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "product_id": "perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-514.16.1.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "product": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "product_id": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@3.10.0-514.16.1.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "product": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "product_id": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-514.16.1.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "product": { "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "product_id": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-bootwrapper@3.10.0-514.16.1.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-0:3.10.0-514.16.1.el7.ppc64", "product": { "name": "kernel-0:3.10.0-514.16.1.el7.ppc64", "product_id": "kernel-0:3.10.0-514.16.1.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@3.10.0-514.16.1.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "product": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "product_id": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-514.16.1.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "product": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "product_id": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-514.16.1.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "product": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "product_id": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-514.16.1.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "product": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "product_id": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@3.10.0-514.16.1.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "product": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "product_id": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-514.16.1.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64", "product": { "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64", "product_id": "python-perf-0:3.10.0-514.16.1.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf@3.10.0-514.16.1.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "product": { "name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "product_id": "kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64@3.10.0-514.16.1.el7?arch=ppc64" } } }, { "category": "product_version", "name": "perf-0:3.10.0-514.16.1.el7.ppc64", "product": { "name": "perf-0:3.10.0-514.16.1.el7.ppc64", "product_id": "perf-0:3.10.0-514.16.1.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@3.10.0-514.16.1.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "product": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "product_id": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-514.16.1.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "product": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "product_id": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@3.10.0-514.16.1.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "product": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "product_id": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@3.10.0-514.16.1.el7?arch=ppc64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "product": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "product_id": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-514.16.1.el7?arch=ppc64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "product": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "product_id": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-514.16.1.el7?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "product": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "product_id": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@3.10.0-514.16.1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "product": { "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "product_id": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-bootwrapper@3.10.0-514.16.1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-0:3.10.0-514.16.1.el7.ppc64le", "product": { "name": "kernel-0:3.10.0-514.16.1.el7.ppc64le", "product_id": "kernel-0:3.10.0-514.16.1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@3.10.0-514.16.1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "product": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "product_id": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-514.16.1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "product_id": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-514.16.1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "product": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "product_id": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-514.16.1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "product": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "product_id": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@3.10.0-514.16.1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "product": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "product_id": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-514.16.1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64le", "product": { "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64le", "product_id": "python-perf-0:3.10.0-514.16.1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-perf@3.10.0-514.16.1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@3.10.0-514.16.1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:3.10.0-514.16.1.el7.ppc64le", "product": { "name": "perf-0:3.10.0-514.16.1.el7.ppc64le", "product_id": "perf-0:3.10.0-514.16.1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@3.10.0-514.16.1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "product_id": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-514.16.1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "product": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "product_id": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@3.10.0-514.16.1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "product": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "product_id": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@3.10.0-514.16.1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "product": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "product_id": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-514.16.1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "product": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "product_id": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-514.16.1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "product": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "product_id": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-514.16.1.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.src", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:3.10.0-514.16.1.el7.noarch as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-514.16.1.el7.noarch", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.src", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:3.10.0-514.16.1.el7.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-514.16.1.el7.noarch", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.src", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:3.10.0-514.16.1.el7.noarch as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-514.16.1.el7.noarch", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.src", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:3.10.0-514.16.1.el7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-514.16.1.el7.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.src", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:3.10.0-514.16.1.el7.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-514.16.1.el7.noarch", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.src", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:3.10.0-514.16.1.el7.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-514.16.1.el7.noarch", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.src", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:3.10.0-514.16.1.el7.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-514.16.1.el7.noarch", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.src", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch" }, "product_reference": "kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:3.10.0-514.16.1.el7.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch" }, "product_reference": "kernel-doc-0:3.10.0-514.16.1.el7.noarch", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "perf-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "python-perf-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.3.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" }, "product_reference": "python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.3.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2016-8650", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2016-11-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1395187" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Linux kernel key management subsystem in which a local attacker could crash the kernel or corrupt the stack and additional memory (denial of service) by supplying a specially crafted RSA key. This flaw panics the machine during the verification of the RSA key.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Null pointer dereference via keyctl", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the Linux kernel packages as shipped with Red Hat Enterprise Linux 6, 7, MRG-2 and realtime kernels.\n\nThis issue does not affect kernels that ship with Red Hat Enterprise Linux 5.", "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.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2016-8650" }, { "category": "external", "summary": "RHBZ#1395187", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1395187" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2016-8650", "url": "https://www.cve.org/CVERecord?id=CVE-2016-8650" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-8650", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-8650" } ], "release_date": "2016-11-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-04-12T13:29:20+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2017:0933" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 4.9, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:L/AC:L/Au:N/C:N/I:N/A:C", "version": "2.0" }, "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: Null pointer dereference via keyctl" }, { "cve": "CVE-2016-9793", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2016-12-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1402013" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Linux kernel\u0027s implementation of setsockopt for the SO_{SND|RCV}BUFFORCE setsockopt() system call. Users with non-namespace CAP_NET_ADMIN are able to trigger this call and create a situation in which the sockets sendbuff data size could be negative. This could adversely affect memory allocations and create situations where the system could crash or cause memory corruption.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Signed overflow for SO_{SND|RCV}BUFFORCE", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue does not affect the kernels as shipping with Red Hat Enterprise Linux 5 and 6. This issue does affect kernels 7, MRG-2 and realtime kernels and plans to be fixed in a future update.", "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.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2016-9793" }, { "category": "external", "summary": "RHBZ#1402013", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1402013" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2016-9793", "url": "https://www.cve.org/CVERecord?id=CVE-2016-9793" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-9793", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-9793" } ], "release_date": "2016-12-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-04-12T13:29:20+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2017:0933" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 6.9, "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "vectorString": "AV:L/AC:M/Au:N/C:C/I:C/A:C", "version": "2.0" }, "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: Signed overflow for SO_{SND|RCV}BUFFORCE" }, { "acknowledgments": [ { "names": [ "Paul Moore" ], "organization": "Red Hat Engineering", "summary": "This issue was discovered by Red Hat." } ], "cve": "CVE-2017-2618", "cwe": { "id": "CWE-193", "name": "Off-by-one Error" }, "discovery_date": "2017-02-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1419916" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Linux kernel\u0027s handling of clearing SELinux attributes on /proc/pid/attr files. An empty (null) write to this file can crash the system by causing the system to attempt to access unmapped kernel memory.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Off-by-one error in selinux_setprocattr (/proc/self/attr/fscreate)", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue does not affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 5, 6 due to a missing commit ( bb646cdb12e75d82258c2f2e7746d5952d3e321a ) which enabled changed system behavior.\n\nThis issue does affect Red Hat Enteprise Linux 7 and MRG-2 kernels. A future Linux kernel updates for the respective releases may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-2618" }, { "category": "external", "summary": "RHBZ#1419916", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419916" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-2618", "url": "https://www.cve.org/CVERecord?id=CVE-2017-2618" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-2618", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-2618" } ], "release_date": "2017-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-04-12T13:29:20+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2017:0933" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: Off-by-one error in selinux_setprocattr (/proc/self/attr/fscreate)" }, { "acknowledgments": [ { "names": [ "Alexander Popov" ] } ], "cve": "CVE-2017-2636", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "discovery_date": "2017-03-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1428319" } ], "notes": [ { "category": "description", "text": "A race condition flaw was found in the N_HLDC Linux kernel driver when accessing n_hdlc.tbuf list that can lead to double free. A local, unprivileged user able to set the HDLC line discipline on the tty device could use this flaw to increase their privileges on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Race condition access to n_hdlc.tbuf causes double free in n_hdlc_release()", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue does not affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 5.\n\nThis issue does affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 6, 7 and Red Hat Enterprise MRG 2. As this issue is rated as Important, it has been scheduled to be fixed in future updates for the respective releases.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-2636" }, { "category": "external", "summary": "RHBZ#1428319", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1428319" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-2636", "url": "https://www.cve.org/CVERecord?id=CVE-2017-2636" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-2636", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-2636" }, { "category": "external", "summary": "https://a13xp0p0v.github.io/2017/03/24/CVE-2017-2636.html", "url": "https://a13xp0p0v.github.io/2017/03/24/CVE-2017-2636.html" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/CVE-2017-2636", "url": "https://access.redhat.com/security/vulnerabilities/CVE-2017-2636" } ], "release_date": "2017-03-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-04-12T13:29:20+00:00", "details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2017:0933" }, { "category": "workaround", "details": "The n_hdlc kernel module will be automatically loaded when an application attempts to use the HDLC line discipline from userspace. This module can be prevented from being loaded by using the system-wide modprobe rules. The following command, run as root, will prevent accidental or intentional loading of the module. Red Hat Product Security believe this method is a robust method to prevent accidental loading of the module, even by privileged users.\n\n\u200b# echo \"install n_hdlc /bin/true\" \u003e\u003e /etc/modprobe.d/disable-n_hdlc.conf\n\nThe system will need to be restarted if the n_hdlc modules are already loaded. In most circumstances, the n_hdlc kernel modules will be unable to be unloaded if in use and while any current process using this line discipline is required.\n\nExploiting this flaw does not require Microgate or SyncLink hardware to be in use.\n\nIf further assistance is needed, see this KCS article ( https://access.redhat.com/solutions/41278 ) or contact Red Hat Global Support Services.", "product_ids": [ "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Client-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Client-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7ComputeNode-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7ComputeNode-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Server-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Server-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.src", "7Workstation-optional-7.3.Z:kernel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-abi-whitelists-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-bootwrapper-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debug-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-ppc64le-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-s390x-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-debuginfo-common-x86_64-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-doc-0:3.10.0-514.16.1.el7.noarch", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-headers-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-kdump-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-kdump-devel-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:kernel-tools-libs-devel-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-0:3.10.0-514.16.1.el7.x86_64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.ppc64le", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.s390x", "7Workstation-optional-7.3.Z:python-perf-debuginfo-0:3.10.0-514.16.1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: Race condition access to n_hdlc.tbuf causes double free in n_hdlc_release()" } ] }
rhsa-2017_0932
Vulnerability from csaf_redhat
Published
2017-04-12 10:51
Modified
2024-11-05 19:59
Summary
Red Hat Security Advisory: kernel-rt security and bug fix update
Notes
Topic
An update for kernel-rt is now available for Red Hat Enterprise MRG 2.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.
Security Fix(es):
* A race condition flaw was found in the N_HLDC Linux kernel driver when accessing n_hdlc.tbuf list that can lead to double free. A local, unprivileged user able to set the HDLC line discipline on the tty device could use this flaw to increase their privileges on the system. (CVE-2017-2636, Important)
* A use-after-free flaw was found in the way the Linux kernel's Datagram Congestion Control Protocol (DCCP) implementation freed SKB (socket buffer) resources for a DCCP_PKT_REQUEST packet when the IPV6_RECVPKTINFO option is set on the socket. A local, unprivileged user could use this flaw to alter the kernel memory, allowing them to escalate their privileges on the system. (CVE-2017-6074, Important)
* A flaw was found in the Linux kernel key management subsystem in which a local attacker could crash the kernel or corrupt the stack and additional memory (denial of service) by supplying a specially crafted RSA key. This flaw panics the machine during the verification of the RSA key. (CVE-2016-8650, Moderate)
* A flaw was found in the Linux kernel's implementation of setsockopt for the SO_{SND|RCV}BUFFORCE setsockopt() system call. Users with non-namespace CAP_NET_ADMIN are able to trigger this call and create a situation in which the sockets sendbuff data size could be negative. This could adversely affect memory allocations and create situations where the system could crash or cause memory corruption. (CVE-2016-9793, Moderate)
* A flaw was found in the Linux kernel's handling of clearing SELinux attributes on /proc/pid/attr files. An empty (null) write to this file can crash the system by causing the system to attempt to access unmapped kernel memory. (CVE-2017-2618, Moderate)
Red Hat would like to thank Alexander Popov for reporting CVE-2017-2636; Andrey Konovalov (Google) for reporting CVE-2017-6074; and Ralf Spenneberg for reporting CVE-2016-8650. The CVE-2017-2618 issue was discovered by Paul Moore (Red Hat Engineering).
Bug Fix(es):
* The kernel-rt packages have been upgraded to version 3.10.0-514.rt56.219, which provides a number of bug fix updates over the previous version. (BZ#1429613)
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for kernel-rt is now available for Red Hat Enterprise MRG 2.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.\n\nSecurity Fix(es):\n\n* A race condition flaw was found in the N_HLDC Linux kernel driver when accessing n_hdlc.tbuf list that can lead to double free. A local, unprivileged user able to set the HDLC line discipline on the tty device could use this flaw to increase their privileges on the system. (CVE-2017-2636, Important)\n\n* A use-after-free flaw was found in the way the Linux kernel\u0027s Datagram Congestion Control Protocol (DCCP) implementation freed SKB (socket buffer) resources for a DCCP_PKT_REQUEST packet when the IPV6_RECVPKTINFO option is set on the socket. A local, unprivileged user could use this flaw to alter the kernel memory, allowing them to escalate their privileges on the system. (CVE-2017-6074, Important)\n\n* A flaw was found in the Linux kernel key management subsystem in which a local attacker could crash the kernel or corrupt the stack and additional memory (denial of service) by supplying a specially crafted RSA key. This flaw panics the machine during the verification of the RSA key. (CVE-2016-8650, Moderate)\n\n* A flaw was found in the Linux kernel\u0027s implementation of setsockopt for the SO_{SND|RCV}BUFFORCE setsockopt() system call. Users with non-namespace CAP_NET_ADMIN are able to trigger this call and create a situation in which the sockets sendbuff data size could be negative. This could adversely affect memory allocations and create situations where the system could crash or cause memory corruption. (CVE-2016-9793, Moderate)\n\n* A flaw was found in the Linux kernel\u0027s handling of clearing SELinux attributes on /proc/pid/attr files. An empty (null) write to this file can crash the system by causing the system to attempt to access unmapped kernel memory. (CVE-2017-2618, Moderate)\n\nRed Hat would like to thank Alexander Popov for reporting CVE-2017-2636; Andrey Konovalov (Google) for reporting CVE-2017-6074; and Ralf Spenneberg for reporting CVE-2016-8650. The CVE-2017-2618 issue was discovered by Paul Moore (Red Hat Engineering).\n\nBug Fix(es):\n\n* The kernel-rt packages have been upgraded to version 3.10.0-514.rt56.219, which provides a number of bug fix updates over the previous version. (BZ#1429613)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2017:0932", "url": "https://access.redhat.com/errata/RHSA-2017:0932" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1395187", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1395187" }, { "category": "external", "summary": "1402013", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1402013" }, { "category": "external", "summary": "1419916", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419916" }, { "category": "external", "summary": "1423071", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1423071" }, { "category": "external", "summary": "1428319", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1428319" }, { "category": "external", "summary": "1429613", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1429613" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2017/rhsa-2017_0932.json" } ], "title": "Red Hat Security Advisory: kernel-rt security and bug fix update", "tracking": { "current_release_date": "2024-11-05T19:59:16+00:00", "generator": { "date": "2024-11-05T19:59:16+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2017:0932", "initial_release_date": "2017-04-12T10:51:03+00:00", "revision_history": [ { "date": "2017-04-12T10:51:03+00:00", "number": "1", "summary": "Initial version" }, { "date": "2017-04-12T10:51:03+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T19:59:16+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat MRG Realtime for RHEL 6 Server v.2", "product": { "name": "Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_mrg:2:server:el6" } } } ], "category": "product_family", "name": "Red Hat Enterprise MRG for RHEL-6" }, { "branches": [ { "category": "product_version", "name": "kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "product": { "name": "kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_id": "kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-trace-debuginfo@3.10.0-514.rt56.219.el6rt?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_id": "kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@3.10.0-514.rt56.219.el6rt?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "product": { "name": "kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_id": "kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@3.10.0-514.rt56.219.el6rt?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "product": { "name": "kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_id": "kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@3.10.0-514.rt56.219.el6rt?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "product": { "name": "kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_id": "kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@3.10.0-514.rt56.219.el6rt?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "product": { "name": "kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_id": "kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-vanilla-devel@3.10.0-514.rt56.219.el6rt?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "product": { "name": "kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_id": "kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-vanilla@3.10.0-514.rt56.219.el6rt?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "product": { "name": "kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_id": "kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@3.10.0-514.rt56.219.el6rt?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "product": { "name": "kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_id": "kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-trace-devel@3.10.0-514.rt56.219.el6rt?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "product": { "name": "kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_id": "kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@3.10.0-514.rt56.219.el6rt?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "product": { "name": "kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_id": "kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@3.10.0-514.rt56.219.el6rt?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "product": { "name": "kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_id": "kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-vanilla-debuginfo@3.10.0-514.rt56.219.el6rt?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "product": { "name": "kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_id": "kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-trace@3.10.0-514.rt56.219.el6rt?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "product": { "name": "kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "product_id": "kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@3.10.0-514.rt56.219.el6rt?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "product": { "name": "kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "product_id": "kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-doc@3.10.0-514.rt56.219.el6rt?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "product": { "name": "kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "product_id": "kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-firmware@3.10.0-514.rt56.219.el6rt?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-1:3.10.0-514.rt56.219.el6rt.src as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.src" }, "product_reference": "kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64" }, "product_reference": "kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64" }, "product_reference": "kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" }, "product_reference": "kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64" }, "product_reference": "kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" }, "product_reference": "kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch" }, "product_reference": "kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch" }, "product_reference": "kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64" }, "product_reference": "kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64" }, "product_reference": "kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" }, "product_reference": "kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64" }, "product_reference": "kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64" }, "product_reference": "kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" }, "product_reference": "kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" } ] }, "vulnerabilities": [ { "cve": "CVE-2016-8650", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2016-11-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1395187" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Linux kernel key management subsystem in which a local attacker could crash the kernel or corrupt the stack and additional memory (denial of service) by supplying a specially crafted RSA key. This flaw panics the machine during the verification of the RSA key.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Null pointer dereference via keyctl", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the Linux kernel packages as shipped with Red Hat Enterprise Linux 6, 7, MRG-2 and realtime kernels.\n\nThis issue does not affect kernels that ship with Red Hat Enterprise Linux 5.", "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": [ "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2016-8650" }, { "category": "external", "summary": "RHBZ#1395187", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1395187" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2016-8650", "url": "https://www.cve.org/CVERecord?id=CVE-2016-8650" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-8650", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-8650" } ], "release_date": "2016-11-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-04-12T10:51:03+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2017:0932" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 4.9, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:L/AC:L/Au:N/C:N/I:N/A:C", "version": "2.0" }, "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.0" }, "products": [ "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: Null pointer dereference via keyctl" }, { "cve": "CVE-2016-9793", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2016-12-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1402013" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Linux kernel\u0027s implementation of setsockopt for the SO_{SND|RCV}BUFFORCE setsockopt() system call. Users with non-namespace CAP_NET_ADMIN are able to trigger this call and create a situation in which the sockets sendbuff data size could be negative. This could adversely affect memory allocations and create situations where the system could crash or cause memory corruption.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Signed overflow for SO_{SND|RCV}BUFFORCE", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue does not affect the kernels as shipping with Red Hat Enterprise Linux 5 and 6. This issue does affect kernels 7, MRG-2 and realtime kernels and plans to be fixed in a future update.", "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": [ "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2016-9793" }, { "category": "external", "summary": "RHBZ#1402013", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1402013" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2016-9793", "url": "https://www.cve.org/CVERecord?id=CVE-2016-9793" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-9793", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-9793" } ], "release_date": "2016-12-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-04-12T10:51:03+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2017:0932" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 6.9, "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "vectorString": "AV:L/AC:M/Au:N/C:C/I:C/A:C", "version": "2.0" }, "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: Signed overflow for SO_{SND|RCV}BUFFORCE" }, { "acknowledgments": [ { "names": [ "Paul Moore" ], "organization": "Red Hat Engineering", "summary": "This issue was discovered by Red Hat." } ], "cve": "CVE-2017-2618", "cwe": { "id": "CWE-193", "name": "Off-by-one Error" }, "discovery_date": "2017-02-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1419916" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Linux kernel\u0027s handling of clearing SELinux attributes on /proc/pid/attr files. An empty (null) write to this file can crash the system by causing the system to attempt to access unmapped kernel memory.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Off-by-one error in selinux_setprocattr (/proc/self/attr/fscreate)", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue does not affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 5, 6 due to a missing commit ( bb646cdb12e75d82258c2f2e7746d5952d3e321a ) which enabled changed system behavior.\n\nThis issue does affect Red Hat Enteprise Linux 7 and MRG-2 kernels. A future Linux kernel updates for the respective releases may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-2618" }, { "category": "external", "summary": "RHBZ#1419916", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419916" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-2618", "url": "https://www.cve.org/CVERecord?id=CVE-2017-2618" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-2618", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-2618" } ], "release_date": "2017-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-04-12T10:51:03+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2017:0932" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: Off-by-one error in selinux_setprocattr (/proc/self/attr/fscreate)" }, { "acknowledgments": [ { "names": [ "Alexander Popov" ] } ], "cve": "CVE-2017-2636", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "discovery_date": "2017-03-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1428319" } ], "notes": [ { "category": "description", "text": "A race condition flaw was found in the N_HLDC Linux kernel driver when accessing n_hdlc.tbuf list that can lead to double free. A local, unprivileged user able to set the HDLC line discipline on the tty device could use this flaw to increase their privileges on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Race condition access to n_hdlc.tbuf causes double free in n_hdlc_release()", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue does not affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 5.\n\nThis issue does affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 6, 7 and Red Hat Enterprise MRG 2. As this issue is rated as Important, it has been scheduled to be fixed in future updates for the respective releases.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-2636" }, { "category": "external", "summary": "RHBZ#1428319", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1428319" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-2636", "url": "https://www.cve.org/CVERecord?id=CVE-2017-2636" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-2636", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-2636" }, { "category": "external", "summary": "https://a13xp0p0v.github.io/2017/03/24/CVE-2017-2636.html", "url": "https://a13xp0p0v.github.io/2017/03/24/CVE-2017-2636.html" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/CVE-2017-2636", "url": "https://access.redhat.com/security/vulnerabilities/CVE-2017-2636" } ], "release_date": "2017-03-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-04-12T10:51:03+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2017:0932" }, { "category": "workaround", "details": "The n_hdlc kernel module will be automatically loaded when an application attempts to use the HDLC line discipline from userspace. This module can be prevented from being loaded by using the system-wide modprobe rules. The following command, run as root, will prevent accidental or intentional loading of the module. Red Hat Product Security believe this method is a robust method to prevent accidental loading of the module, even by privileged users.\n\n\u200b# echo \"install n_hdlc /bin/true\" \u003e\u003e /etc/modprobe.d/disable-n_hdlc.conf\n\nThe system will need to be restarted if the n_hdlc modules are already loaded. In most circumstances, the n_hdlc kernel modules will be unable to be unloaded if in use and while any current process using this line discipline is required.\n\nExploiting this flaw does not require Microgate or SyncLink hardware to be in use.\n\nIf further assistance is needed, see this KCS article ( https://access.redhat.com/solutions/41278 ) or contact Red Hat Global Support Services.", "product_ids": [ "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: Race condition access to n_hdlc.tbuf causes double free in n_hdlc_release()" }, { "acknowledgments": [ { "names": [ "Andrey Konovalov" ], "organization": "Google" } ], "cve": "CVE-2017-6074", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2017-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1423071" } ], "notes": [ { "category": "description", "text": "A use-after-free flaw was found in the way the Linux kernel\u0027s Datagram Congestion Control Protocol (DCCP) implementation freed SKB (socket buffer) resources for a DCCP_PKT_REQUEST packet when the IPV6_RECVPKTINFO option is set on the socket. A local, unprivileged user could use this flaw to alter the kernel memory, allowing them to escalate their privileges on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: use after free in dccp protocol", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects Red Hat Enterprise Linux 5, 6, 7, and Red Hat Enterprise MRG 2 kernels.\n\nAs this issue is rated as Important, it has been scheduled to be fixed in a future version of Red Hat Enterprise Linux 5, 6, 7, and Red Hat Enterprise MRG 2 kernels.", "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": [ "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-6074" }, { "category": "external", "summary": "RHBZ#1423071", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1423071" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-6074", "url": "https://www.cve.org/CVERecord?id=CVE-2017-6074" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-6074", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-6074" }, { "category": "external", "summary": "https://access.redhat.com/node/2934281", "url": "https://access.redhat.com/node/2934281" } ], "release_date": "2017-02-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-04-12T10:51:03+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2017:0932" }, { "category": "workaround", "details": "Recent versions of the SELinux policy can mitigate this flaw. The steps below will work with SELinux enabled or disabled.\n\nAs the DCCP module will be auto-loaded when required, its use can be disabled \nby preventing the module from loading with the following instructions:\n\n # echo \"install dccp /bin/true\" \u003e\u003e /etc/modprobe.d/disable-dccp.conf \n \nThe system will need to be restarted if the DCCP modules are loaded. In most circumstances, the DCCP kernel modules will be unable to be unloaded while any network interfaces are active and the protocol is in use.\n\nIf you need further assistance, see KCS article https://access.redhat.com/solutions/41278 or contact Red Hat Global Support Services.", "product_ids": [ "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-1:3.10.0-514.rt56.219.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-1:3.10.0-514.rt56.219.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-1:3.10.0-514.rt56.219.el6rt.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: use after free in dccp protocol" } ] }
ghsa-p7q5-g2pg-7rc9
Vulnerability from github
Published
2022-05-14 03:54
Modified
2022-05-14 03:54
Severity ?
Details
The sock_setsockopt function in net/core/sock.c in the Linux kernel before 4.8.14 mishandles negative values of sk_sndbuf and sk_rcvbuf, which allows local users to cause a denial of service (memory corruption and system crash) or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN capability for a crafted setsockopt system call with the (1) SO_SNDBUFFORCE or (2) SO_RCVBUFFORCE option.
{ "affected": [], "aliases": [ "CVE-2016-9793" ], "database_specific": { "cwe_ids": [ "CWE-119" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2016-12-28T07:59:00Z", "severity": "HIGH" }, "details": "The sock_setsockopt function in net/core/sock.c in the Linux kernel before 4.8.14 mishandles negative values of sk_sndbuf and sk_rcvbuf, which allows local users to cause a denial of service (memory corruption and system crash) or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN capability for a crafted setsockopt system call with the (1) SO_SNDBUFFORCE or (2) SO_RCVBUFFORCE option.", "id": "GHSA-p7q5-g2pg-7rc9", "modified": "2022-05-14T03:54:58Z", "published": "2022-05-14T03:54:58Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-9793" }, { "type": "WEB", "url": "https://github.com/torvalds/linux/commit/b98b0bc8c431e3ceb4b26b0dfc8db509518fb290" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2017:0931" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2017:0932" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2017:0933" }, { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1402013" }, { "type": "WEB", "url": "https://github.com/xairy/kernel-exploits/tree/master/CVE-2016-9793" }, { "type": "WEB", "url": "https://source.android.com/security/bulletin/2017-03-01.html" }, { "type": "WEB", "url": "http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b98b0bc8c431e3ceb4b26b0dfc8db509518fb290" }, { "type": "WEB", "url": "http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.14" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2016/12/03/1" }, { "type": "WEB", "url": "http://www.securityfocus.com/bid/94655" }, { "type": "WEB", "url": "http://www.securitytracker.com/id/1037968" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ] }
gsd-2016-9793
Vulnerability from gsd
Modified
2023-12-13 01:21
Details
The sock_setsockopt function in net/core/sock.c in the Linux kernel before 4.8.14 mishandles negative values of sk_sndbuf and sk_rcvbuf, which allows local users to cause a denial of service (memory corruption and system crash) or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN capability for a crafted setsockopt system call with the (1) SO_SNDBUFFORCE or (2) SO_RCVBUFFORCE option.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2016-9793", "description": "The sock_setsockopt function in net/core/sock.c in the Linux kernel before 4.8.14 mishandles negative values of sk_sndbuf and sk_rcvbuf, which allows local users to cause a denial of service (memory corruption and system crash) or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN capability for a crafted setsockopt system call with the (1) SO_SNDBUFFORCE or (2) SO_RCVBUFFORCE option.", "id": "GSD-2016-9793", "references": [ "https://www.suse.com/security/cve/CVE-2016-9793.html", "https://access.redhat.com/errata/RHSA-2017:0933", "https://access.redhat.com/errata/RHSA-2017:0932", "https://access.redhat.com/errata/RHSA-2017:0931", "https://ubuntu.com/security/CVE-2016-9793", "https://advisories.mageia.org/CVE-2016-9793.html", "https://alas.aws.amazon.com/cve/html/CVE-2016-9793.html", "https://linux.oracle.com/cve/CVE-2016-9793.html", "https://packetstormsecurity.com/files/cve/CVE-2016-9793" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2016-9793" ], "details": "The sock_setsockopt function in net/core/sock.c in the Linux kernel before 4.8.14 mishandles negative values of sk_sndbuf and sk_rcvbuf, which allows local users to cause a denial of service (memory corruption and system crash) or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN capability for a crafted setsockopt system call with the (1) SO_SNDBUFFORCE or (2) SO_RCVBUFFORCE option.", "id": "GSD-2016-9793", "modified": "2023-12-13T01:21:21.235998Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2016-9793", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "The sock_setsockopt function in net/core/sock.c in the Linux kernel before 4.8.14 mishandles negative values of sk_sndbuf and sk_rcvbuf, which allows local users to cause a denial of service (memory corruption and system crash) or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN capability for a crafted setsockopt system call with the (1) SO_SNDBUFFORCE or (2) SO_RCVBUFFORCE option." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/torvalds/linux/commit/b98b0bc8c431e3ceb4b26b0dfc8db509518fb290", "refsource": "CONFIRM", "url": "https://github.com/torvalds/linux/commit/b98b0bc8c431e3ceb4b26b0dfc8db509518fb290" }, { "name": "1037968", "refsource": "SECTRACK", "url": "http://www.securitytracker.com/id/1037968" }, { "name": "http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b98b0bc8c431e3ceb4b26b0dfc8db509518fb290", "refsource": "CONFIRM", "url": "http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b98b0bc8c431e3ceb4b26b0dfc8db509518fb290" }, { "name": "RHSA-2017:0932", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2017:0932" }, { "name": "https://github.com/xairy/kernel-exploits/tree/master/CVE-2016-9793", "refsource": "MISC", "url": "https://github.com/xairy/kernel-exploits/tree/master/CVE-2016-9793" }, { "name": "94655", "refsource": "BID", "url": "http://www.securityfocus.com/bid/94655" }, { "name": "[oss-security] 20161202 Re: CVE Request: Linux: signed overflows for SO_{SND|RCV}BUFFORCE", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2016/12/03/1" }, { "name": "http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.14", "refsource": "CONFIRM", "url": "http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.14" }, { "name": "RHSA-2017:0933", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2017:0933" }, { "name": "RHSA-2017:0931", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2017:0931" }, { "name": "https://source.android.com/security/bulletin/2017-03-01.html", "refsource": "CONFIRM", "url": "https://source.android.com/security/bulletin/2017-03-01.html" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1402013", "refsource": "CONFIRM", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1402013" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "3.16.40", "versionStartIncluding": "3.13", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "3.18.52", "versionStartIncluding": "3.17", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "4.8.14", "versionStartIncluding": "4.5", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "4.4.38", "versionStartIncluding": "4.2", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "3.12.69", "versionStartIncluding": "3.5", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "4.1.50", "versionStartIncluding": "3.19", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2016-9793" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "The sock_setsockopt function in net/core/sock.c in the Linux kernel before 4.8.14 mishandles negative values of sk_sndbuf and sk_rcvbuf, which allows local users to cause a denial of service (memory corruption and system crash) or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN capability for a crafted setsockopt system call with the (1) SO_SNDBUFFORCE or (2) SO_RCVBUFFORCE option." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-119" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/torvalds/linux/commit/b98b0bc8c431e3ceb4b26b0dfc8db509518fb290", "refsource": "CONFIRM", "tags": [ "Patch", "Vendor Advisory" ], "url": "https://github.com/torvalds/linux/commit/b98b0bc8c431e3ceb4b26b0dfc8db509518fb290" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1402013", "refsource": "CONFIRM", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1402013" }, { "name": "[oss-security] 20161202 Re: CVE Request: Linux: signed overflows for SO_{SND|RCV}BUFFORCE", "refsource": "MLIST", "tags": [ "Mailing List", "Patch", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2016/12/03/1" }, { "name": "http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.14", "refsource": "CONFIRM", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.14" }, { "name": "http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b98b0bc8c431e3ceb4b26b0dfc8db509518fb290", "refsource": "CONFIRM", "tags": [ "Patch", "Vendor Advisory" ], "url": "http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b98b0bc8c431e3ceb4b26b0dfc8db509518fb290" }, { "name": "94655", "refsource": "BID", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/94655" }, { "name": "https://source.android.com/security/bulletin/2017-03-01.html", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://source.android.com/security/bulletin/2017-03-01.html" }, { "name": "1037968", "refsource": "SECTRACK", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securitytracker.com/id/1037968" }, { "name": "https://github.com/xairy/kernel-exploits/tree/master/CVE-2016-9793", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://github.com/xairy/kernel-exploits/tree/master/CVE-2016-9793" }, { "name": "RHSA-2017:0933", "refsource": "REDHAT", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2017:0933" }, { "name": "RHSA-2017:0932", "refsource": "REDHAT", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2017:0932" }, { "name": "RHSA-2017:0931", "refsource": "REDHAT", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2017:0931" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 7.2, "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "vectorString": "AV:L/AC:L/Au:N/C:C/I:C/A:C", "version": "2.0" }, "exploitabilityScore": 3.9, "impactScore": 10.0, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "HIGH", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 5.9 } }, "lastModifiedDate": "2023-01-17T21:05Z", "publishedDate": "2016-12-28T07:59Z" } } }
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.