<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cpe="http://cpe.mitre.org/language/2.0" xmlns:cvrf="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf" xmlns:cvrf-common="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/common" xmlns:cvssv2="http://scap.nist.gov/schema/cvss-v2/1.0" xmlns:cvssv3="https://www.first.org/cvss/cvss-v3.0.xsd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://purl.org/dc/elements/1.1/" xmlns:prod="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod" xmlns:scap-core="http://scap.nist.gov/schema/scap-core/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:vuln="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf">
  <DocumentTitle xml:lang="en">CVE-2025-22091</DocumentTitle>
  <DocumentType>SUSE CVE</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE CVE-2025-22091</ID>
    </Identification>
    <Status>Interim</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>13</Number>
        <Date>2026-03-05T01:15:21Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2025-04-22T23:13:05Z</InitialReleaseDate>
    <CurrentReleaseDate>2026-03-05T01:15:21Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf-cve.pl</Engine>
      <Date>2020-12-27T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="CVE" Type="Summary" Ordinal="1" xml:lang="en">CVE-2025-22091</Note>
    <Note Title="Mitre CVE Description" Type="Description" Ordinal="2" xml:lang="en">In the Linux kernel, the following vulnerability has been resolved:

RDMA/mlx5: Fix page_size variable overflow

Change all variables storing mlx5_umem_mkc_find_best_pgsz() result to
unsigned long to support values larger than 31 and avoid overflow.

For example: If we try to register 4GB of memory that is contiguous in
physical memory, the driver will optimize the page_size and try to use
an mkey with 4GB entity size. The 'unsigned int' page_size variable will
overflow to '0' and we'll hit the WARN_ON() in alloc_cacheable_mr().

WARNING: CPU: 2 PID: 1203 at drivers/infiniband/hw/mlx5/mr.c:1124 alloc_cacheable_mr+0x22/0x580 [mlx5_ib]
Modules linked in: mlx5_ib mlx5_core bonding ip6_gre ip6_tunnel tunnel6 ip_gre gre rdma_rxe rdma_ucm ib_uverbs ib_ipoib ib_umad rpcrdma ib_iser libiscsi scsi_transport_iscsi rdma_cm iw_cm ib_cm fuse ib_core [last unloaded: mlx5_core]
CPU: 2 UID: 70878 PID: 1203 Comm: rdma_resource_l Tainted: G        W          6.14.0-rc4-dirty #43
Tainted: [W]=WARN
Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-0-gf21b5a4aeb02-prebuilt.qemu.org 04/01/2014
RIP: 0010:alloc_cacheable_mr+0x22/0x580 [mlx5_ib]
Code: 90 90 90 90 90 90 90 90 0f 1f 44 00 00 55 48 89 e5 41 57 41 56 41 55 41 54 41 52 53 48 83 ec 30 f6 46 28 04 4c 8b 77 08 75 21 &lt;0f&gt; 0b 49 c7 c2 ea ff ff ff 48 8d 65 d0 4c 89 d0 5b 41 5a 41 5c 41
RSP: 0018:ffffc900006ffac8 EFLAGS: 00010246
RAX: 0000000004c0d0d0 RBX: ffff888217a22000 RCX: 0000000000100001
RDX: 00007fb7ac480000 RSI: ffff8882037b1240 RDI: ffff8882046f0600
RBP: ffffc900006ffb28 R08: 0000000000000001 R09: 0000000000000000
R10: 00000000000007e0 R11: ffffea0008011d40 R12: ffff8882037b1240
R13: ffff8882046f0600 R14: ffff888217a22000 R15: ffffc900006ffe00
FS:  00007fb7ed013340(0000) GS:ffff88885fd00000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007fb7ed1d8000 CR3: 00000001fd8f6006 CR4: 0000000000772eb0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
PKRU: 55555554
Call Trace:
 &lt;TASK&gt;
 ? __warn+0x81/0x130
 ? alloc_cacheable_mr+0x22/0x580 [mlx5_ib]
 ? report_bug+0xfc/0x1e0
 ? handle_bug+0x55/0x90
 ? exc_invalid_op+0x17/0x70
 ? asm_exc_invalid_op+0x1a/0x20
 ? alloc_cacheable_mr+0x22/0x580 [mlx5_ib]
 create_real_mr+0x54/0x150 [mlx5_ib]
 ib_uverbs_reg_mr+0x17f/0x2a0 [ib_uverbs]
 ib_uverbs_handler_UVERBS_METHOD_INVOKE_WRITE+0xca/0x140 [ib_uverbs]
 ib_uverbs_run_method+0x6d0/0x780 [ib_uverbs]
 ? __pfx_ib_uverbs_handler_UVERBS_METHOD_INVOKE_WRITE+0x10/0x10 [ib_uverbs]
 ib_uverbs_cmd_verbs+0x19b/0x360 [ib_uverbs]
 ? walk_system_ram_range+0x79/0xd0
 ? ___pte_offset_map+0x1b/0x110
 ? __pte_offset_map_lock+0x80/0x100
 ib_uverbs_ioctl+0xac/0x110 [ib_uverbs]
 __x64_sys_ioctl+0x94/0xb0
 do_syscall_64+0x50/0x110
 entry_SYSCALL_64_after_hwframe+0x76/0x7e
RIP: 0033:0x7fb7ecf0737b
Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 &lt;48&gt; 3d 01 f0 ff ff 73 01 c3 48 8b 0d 7d 2a 0f 00 f7 d8 64 89 01 48
RSP: 002b:00007ffdbe03ecc8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
RAX: ffffffffffffffda RBX: 00007ffdbe03edb8 RCX: 00007fb7ecf0737b
RDX: 00007ffdbe03eda0 RSI: 00000000c0181b01 RDI: 0000000000000003
RBP: 00007ffdbe03ed80 R08: 00007fb7ecc84010 R09: 00007ffdbe03eed4
R10: 0000000000000009 R11: 0000000000000246 R12: 00007ffdbe03eed4
R13: 000000000000000c R14: 000000000000000c R15: 00007fb7ecc84150
 &lt;/TASK&gt;</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="4" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
  </DocumentNotes>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/suse-liberty-linux-updates/2025-July/001849.html</URL>
      <Description>E-Mail link for RHSA-2025:11861</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2025-June/040285.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:01951-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-June/021533.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:01967-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2025-June/040321.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:01972-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod">
    <Branch Type="Product Family" Name="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.7.20.5.1">
      <Branch Type="Product Name" Name="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.7.20.5.1">
        <FullProductName ProductID="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.7.20.5.1">Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.7.20.5.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP7-Azure-3P">Image SLES15-SP7-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Azure-Basic">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Azure-Basic">
        <FullProductName ProductID="Image SLES15-SP7-Azure-Basic">Image SLES15-SP7-Azure-Basic</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Azure-Standard">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Azure-Standard">
        <FullProductName ProductID="Image SLES15-SP7-Azure-Standard">Image SLES15-SP7-Azure-Standard</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-BYOS-Azure">Image SLES15-SP7-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-BYOS-EC2">Image SLES15-SP7-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-BYOS-GCE">Image SLES15-SP7-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-Aliyun">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-Aliyun">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Aliyun">Image SLES15-SP7-CHOST-BYOS-Aliyun</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Azure">Image SLES15-SP7-CHOST-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-EC2">Image SLES15-SP7-CHOST-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-GCE">Image SLES15-SP7-CHOST-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-GDC">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-GDC">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-GDC">Image SLES15-SP7-CHOST-BYOS-GDC</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud">Image SLES15-SP7-CHOST-BYOS-SAP-CCloud</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-EC2">
        <FullProductName ProductID="Image SLES15-SP7-EC2">Image SLES15-SP7-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-EC2-ECS-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP7-EC2-ECS-HVM">
        <FullProductName ProductID="Image SLES15-SP7-EC2-ECS-HVM">Image SLES15-SP7-EC2-ECS-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-GCE">
        <FullProductName ProductID="Image SLES15-SP7-GCE">Image SLES15-SP7-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-GCE-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-GCE-3P">
        <FullProductName ProductID="Image SLES15-SP7-GCE-3P">Image SLES15-SP7-GCE-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-Azure">
        <FullProductName ProductID="Image SLES15-SP7-HPC-Azure">Image SLES15-SP7-HPC-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-Azure">Image SLES15-SP7-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-EC2">Image SLES15-SP7-HPC-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-GCE">Image SLES15-SP7-HPC-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-Azure">Image SLES15-SP7-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-EC2">Image SLES15-SP7-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-GCE">Image SLES15-SP7-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Azure">Image SLES15-SP7-SAP-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P">Image SLES15-SP7-SAP-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">Image SLES15-SP7-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure">Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2">Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE">Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAP-EC2">Image SLES15-SP7-SAP-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-GCE">Image SLES15-SP7-SAP-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-GCE-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-GCE-3P">
        <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P">Image SLES15-SP7-SAP-GCE-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure">Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE">Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAPCAL-Azure">Image SLES15-SP7-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAPCAL-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAPCAL-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAPCAL-EC2">Image SLES15-SP7-SAPCAL-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAPCAL-GCE">Image SLES15-SP7-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SLES-LTSS-TERADATA 15 SP2">
      <Branch Type="Product Name" Name="SLES-LTSS-TERADATA 15 SP2">
        <FullProductName ProductID="SLES-LTSS-TERADATA 15 SP2" CPE="cpe:/o:suse:sles-ltss-teradata:15:sp2">SLES-LTSS-TERADATA 15 SP2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Liberty Linux 9">
      <Branch Type="Product Name" Name="SUSE Liberty Linux 9">
        <FullProductName ProductID="SUSE Liberty Linux 9" CPE="cpe:/o:suse:sll:9">SUSE Liberty Linux 9</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6" CPE="cpe:/o:suse:sle-module-basesystem:15:sp6">SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6" CPE="cpe:/o:suse:sle-module-development-tools:15:sp6">SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Workstation Extension 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP6" CPE="cpe:/o:suse:sle-we:15:sp6">SUSE Linux Enterprise Workstation Extension 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7" CPE="cpe:/o:suse:sle-module-development-tools:15:sp7">SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Workstation Extension 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP7" CPE="cpe:/o:suse:sle-we:15:sp7">SUSE Linux Enterprise Workstation Extension 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Availability Extension 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Availability Extension 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP7" CPE="cpe:/o:suse:sle-ha:15:sp7">SUSE Linux Enterprise High Availability Extension 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp3">SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp4">SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp5">SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp5">SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6" CPE="cpe:/o:suse:sle-module-basesystem:15:sp6">SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6" CPE="cpe:/o:suse:sle-module-development-tools:15:sp6">SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP6" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp6">SUSE Linux Enterprise Module for Public Cloud 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7" CPE="cpe:/o:suse:sle-module-development-tools:15:sp7">SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP7" CPE="cpe:/o:suse:sle-module-legacy:15:sp7">SUSE Linux Enterprise Module for Legacy 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP7" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp7">SUSE Linux Enterprise Module for Public Cloud 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Live Patching 12 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Live Patching 12 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP5" CPE="cpe:/o:suse:sle-live-patching:12:sp5">SUSE Linux Enterprise Live Patching 12 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Live Patching 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Live Patching 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP3" CPE="cpe:/o:suse:sle-module-live-patching:15:sp3">SUSE Linux Enterprise Live Patching 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Live Patching 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Live Patching 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP4" CPE="cpe:/o:suse:sle-module-live-patching:15:sp4">SUSE Linux Enterprise Live Patching 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Live Patching 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Live Patching 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP5" CPE="cpe:/o:suse:sle-module-live-patching:15:sp5">SUSE Linux Enterprise Live Patching 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Live Patching 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Live Patching 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP6" CPE="cpe:/o:suse:sle-module-live-patching:15:sp6">SUSE Linux Enterprise Live Patching 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Live Patching 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Live Patching 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP7" CPE="cpe:/o:suse:sle-module-live-patching:15:sp7">SUSE Linux Enterprise Live Patching 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.0">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.0">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.0" CPE="cpe:/o:suse:suse-microos:5.0">SUSE Linux Enterprise Micro 5.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.1">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.1">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1" CPE="cpe:/o:suse:suse-microos:5.1">SUSE Linux Enterprise Micro 5.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.2">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2" CPE="cpe:/o:suse:suse-microos:5.2">SUSE Linux Enterprise Micro 5.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.3">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3" CPE="cpe:/o:suse:sle-micro:5.3">SUSE Linux Enterprise Micro 5.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.4">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4" CPE="cpe:/o:suse:sle-micro:5.4">SUSE Linux Enterprise Micro 5.4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.5">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5" CPE="cpe:/o:suse:sle-micro:5.5">SUSE Linux Enterprise Micro 5.5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Real Time 15 SP6">
      <Branch Type="Product Name" Name="SUSE Real Time Module 15 SP6">
        <FullProductName ProductID="SUSE Real Time Module 15 SP6" CPE="cpe:/o:suse:sle-module-rt:15:sp6">SUSE Real Time Module 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Real Time 15 SP7">
      <Branch Type="Product Name" Name="SUSE Real Time Module 15 SP7">
        <FullProductName ProductID="SUSE Real Time Module 15 SP7" CPE="cpe:/o:suse:sle-module-rt:15:sp7">SUSE Real Time Module 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 11 SP4 LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 11 SP4 LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS" CPE="cpe:/o:suse:suse_sles_ltss:11:sp4">SUSE Linux Enterprise Server 11 SP4 LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
        <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE" CPE="cpe:/o:suse:suse_sles_ltss-extreme-core:11:sp4">SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS" CPE="cpe:/o:suse:sles-ltss:12:sp2">SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS" CPE="cpe:/o:suse:sles-ltss:12:sp4">SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP5-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS" CPE="cpe:/o:suse:sles-ltss:12:sp5">SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security" CPE="cpe:/o:suse:sles-ltss-extended-security:12:sp5">SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP1-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp1">SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp2">SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp3">SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp4">SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP5-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp5">SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6" CPE="cpe:/o:suse:sle-module-basesystem:15:sp6">SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6" CPE="cpe:/o:suse:sle-module-development-tools:15:sp6">SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP6" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp6">SUSE Linux Enterprise Module for Public Cloud 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Workstation Extension 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP6" CPE="cpe:/o:suse:sle-we:15:sp6">SUSE Linux Enterprise Workstation Extension 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7" CPE="cpe:/o:suse:sle-module-development-tools:15:sp7">SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP7" CPE="cpe:/o:suse:sle-module-legacy:15:sp7">SUSE Linux Enterprise Module for Legacy 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP7" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp7">SUSE Linux Enterprise Module for Public Cloud 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Workstation Extension 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP7" CPE="cpe:/o:suse:sle-we:15:sp7">SUSE Linux Enterprise Workstation Extension 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS" CPE="cpe:/o:suse:sles-ltss:15">SUSE Linux Enterprise Server 15-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 16.0">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 16.0">
        <FullProductName ProductID="SUSE Linux Enterprise Server 16.0" CPE="cpe:/o:suse:sles:16:16.0:server">SUSE Linux Enterprise Server 16.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server Teradata 12 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server Teradata 12 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 12 SP3" CPE="cpe:/o:suse:sles_teradata:12:sp3">SUSE Linux Enterprise Server Teradata 12 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server Teradata 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server Teradata 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 15 SP4" CPE="cpe:/o:suse:sles_teradata:15:sp4">SUSE Linux Enterprise Server Teradata 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3" CPE="cpe:/o:suse:sles_sap:15:sp3">SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4" CPE="cpe:/o:suse:sles_sap:15:sp4">SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5" CPE="cpe:/o:suse:sles_sap:15:sp5">SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6" CPE="cpe:/o:suse:sle-module-basesystem:15:sp6">SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6" CPE="cpe:/o:suse:sle-module-development-tools:15:sp6">SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP6" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp6">SUSE Linux Enterprise Module for Public Cloud 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Workstation Extension 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP6" CPE="cpe:/o:suse:sle-we:15:sp6">SUSE Linux Enterprise Workstation Extension 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7" CPE="cpe:/o:suse:sle-module-development-tools:15:sp7">SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Legacy 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP7" CPE="cpe:/o:suse:sle-module-legacy:15:sp7">SUSE Linux Enterprise Module for Legacy 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Public Cloud 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP7" CPE="cpe:/o:suse:sle-module-public-cloud:15:sp7">SUSE Linux Enterprise Module for Public Cloud 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Workstation Extension 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP7" CPE="cpe:/o:suse:sle-we:15:sp7">SUSE Linux Enterprise Workstation Extension 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Micro 6.0">
      <Branch Type="Product Name" Name="SUSE Linux Micro 6.0">
        <FullProductName ProductID="SUSE Linux Micro 6.0" CPE="cpe:/o:suse:sl-micro:6.0">SUSE Linux Micro 6.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Micro 6.1">
      <Branch Type="Product Name" Name="SUSE Linux Micro 6.1">
        <FullProductName ProductID="SUSE Linux Micro 6.1" CPE="cpe:/o:suse:sl-micro:6.1">SUSE Linux Micro 6.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Proxy 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Proxy 4.3">
        <FullProductName ProductID="SUSE Manager Proxy 4.3" CPE="cpe:/o:suse:suse-manager-proxy:4.3">SUSE Manager Proxy 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Retail Branch Server 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Retail Branch Server 4.3">
        <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3" CPE="cpe:/o:suse:suse-manager-retail-branch-server:4.3">SUSE Manager Retail Branch Server 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Server 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Server 4.3">
        <FullProductName ProductID="SUSE Manager Server 4.3" CPE="cpe:/o:suse:suse-manager-server:4.3">SUSE Manager Server 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.6">
      <Branch Type="Product Name" Name="openSUSE Leap 15.6">
        <FullProductName ProductID="openSUSE Leap 15.6" CPE="cpe:/o:opensuse:leap:15.6">openSUSE Leap 15.6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-default">
      <FullProductName ProductID="cluster-md-kmp-default">cluster-md-kmp-default</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-default-6.4.0-150700.53.3.1">
      <FullProductName ProductID="cluster-md-kmp-default-6.4.0-150700.53.3.1">cluster-md-kmp-default-6.4.0-150700.53.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-rt-6.4.0-150700.7.3.1">
      <FullProductName ProductID="cluster-md-kmp-rt-6.4.0-150700.7.3.1">cluster-md-kmp-rt-6.4.0-150700.7.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-default">
      <FullProductName ProductID="dlm-kmp-default">dlm-kmp-default</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-default-6.4.0-150700.53.3.1">
      <FullProductName ProductID="dlm-kmp-default-6.4.0-150700.53.3.1">dlm-kmp-default-6.4.0-150700.53.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-rt-6.4.0-150700.7.3.1">
      <FullProductName ProductID="dlm-kmp-rt-6.4.0-150700.7.3.1">dlm-kmp-rt-6.4.0-150700.7.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-default">
      <FullProductName ProductID="gfs2-kmp-default">gfs2-kmp-default</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-default-6.4.0-150700.53.3.1">
      <FullProductName ProductID="gfs2-kmp-default-6.4.0-150700.53.3.1">gfs2-kmp-default-6.4.0-150700.53.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-rt-6.4.0-150700.7.3.1">
      <FullProductName ProductID="gfs2-kmp-rt-6.4.0-150700.7.3.1">gfs2-kmp-rt-6.4.0-150700.7.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-5.14.0-570.30.1.el9_6">kernel-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-64kb-6.12.0-160000.5.1" CPE="cpe:2.3:o:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-64kb-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-6.4.0-150700.53.3.1">
      <FullProductName ProductID="kernel-64kb-6.4.0-150700.53.3.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-64kb-6.4.0-150700.53.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-devel-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-64kb-devel-6.12.0-160000.5.1">kernel-64kb-devel-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-devel-6.4.0-150700.53.3.1">
      <FullProductName ProductID="kernel-64kb-devel-6.4.0-150700.53.3.1">kernel-64kb-devel-6.4.0-150700.53.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-extra-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-64kb-extra-6.12.0-160000.5.1">kernel-64kb-extra-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-abi-stablelists-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-abi-stablelists-5.14.0-570.30.1.el9_6">kernel-abi-stablelists-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-azure-6.12.0-160000.2.2">
      <FullProductName ProductID="kernel-azure-6.12.0-160000.2.2" CPE="cpe:2.3:o:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-azure-6.12.0-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-azure-6.4.0-150700.20.3.1">
      <FullProductName ProductID="kernel-azure-6.4.0-150700.20.3.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-azure-6.4.0-150700.20.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-azure-devel-6.12.0-160000.2.2">
      <FullProductName ProductID="kernel-azure-devel-6.12.0-160000.2.2">kernel-azure-devel-6.12.0-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-azure-devel-6.4.0-150700.20.3.1">
      <FullProductName ProductID="kernel-azure-devel-6.4.0-150700.20.3.1">kernel-azure-devel-6.4.0-150700.20.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-azure-extra-6.12.0-160000.2.2">
      <FullProductName ProductID="kernel-azure-extra-6.12.0-160000.2.2">kernel-azure-extra-6.12.0-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-azure-vdso-6.12.0-160000.2.2">
      <FullProductName ProductID="kernel-azure-vdso-6.12.0-160000.2.2">kernel-azure-vdso-6.12.0-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-core-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-core-5.14.0-570.30.1.el9_6">kernel-core-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-cross-headers-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-cross-headers-5.14.0-570.30.1.el9_6">kernel-cross-headers-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-debug-5.14.0-570.30.1.el9_6" CPE="cpe:2.3:a:linux:linux_kernel:5.14.0:*:*:*:*:*:*:*">kernel-debug-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-core-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-debug-core-5.14.0-570.30.1.el9_6">kernel-debug-core-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-devel-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-debug-devel-5.14.0-570.30.1.el9_6">kernel-debug-devel-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-devel-matched-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-debug-devel-matched-5.14.0-570.30.1.el9_6">kernel-debug-devel-matched-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-modules-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-debug-modules-5.14.0-570.30.1.el9_6">kernel-debug-modules-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-modules-core-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-debug-modules-core-5.14.0-570.30.1.el9_6">kernel-debug-modules-core-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-modules-extra-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-debug-modules-extra-5.14.0-570.30.1.el9_6">kernel-debug-modules-extra-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-uki-virt-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-debug-uki-virt-5.14.0-570.30.1.el9_6">kernel-debug-uki-virt-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default">
      <FullProductName ProductID="kernel-default" CPE="cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*">kernel-default</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-default-6.12.0-160000.5.1" CPE="cpe:2.3:o:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-default-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-6.4.0-150700.53.3.1">
      <FullProductName ProductID="kernel-default-6.4.0-150700.53.3.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-default-6.4.0-150700.53.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base">
      <FullProductName ProductID="kernel-default-base" CPE="cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*">kernel-default-base</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base-6.4.0-150700.53.3.1.150700.17.2.1">
      <FullProductName ProductID="kernel-default-base-6.4.0-150700.53.3.1.150700.17.2.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-default-base-6.4.0-150700.53.3.1.150700.17.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel">
      <FullProductName ProductID="kernel-default-devel">kernel-default-devel</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-default-devel-6.12.0-160000.5.1">kernel-default-devel-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel-6.4.0-150700.53.3.1">
      <FullProductName ProductID="kernel-default-devel-6.4.0-150700.53.3.1">kernel-default-devel-6.4.0-150700.53.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-extra">
      <FullProductName ProductID="kernel-default-extra">kernel-default-extra</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-extra-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-default-extra-6.12.0-160000.5.1">kernel-default-extra-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-extra-6.4.0-150700.53.3.1">
      <FullProductName ProductID="kernel-default-extra-6.4.0-150700.53.3.1">kernel-default-extra-6.4.0-150700.53.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-kgraft">
      <FullProductName ProductID="kernel-default-kgraft">kernel-default-kgraft</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-kgraft-devel">
      <FullProductName ProductID="kernel-default-kgraft-devel">kernel-default-kgraft-devel</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-livepatch">
      <FullProductName ProductID="kernel-default-livepatch">kernel-default-livepatch</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-livepatch-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-default-livepatch-6.12.0-160000.5.1">kernel-default-livepatch-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-livepatch-devel">
      <FullProductName ProductID="kernel-default-livepatch-devel">kernel-default-livepatch-devel</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-man">
      <FullProductName ProductID="kernel-default-man">kernel-default-man</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-optional">
      <FullProductName ProductID="kernel-default-optional">kernel-default-optional</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-vdso">
      <FullProductName ProductID="kernel-default-vdso">kernel-default-vdso</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-vdso-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-default-vdso-6.12.0-160000.5.1">kernel-default-vdso-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel">
      <FullProductName ProductID="kernel-devel" CPE="cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*">kernel-devel</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-devel-5.14.0-570.30.1.el9_6" CPE="cpe:2.3:o:linux:linux_kernel:5.14.0:*:*:*:*:*:*:*">kernel-devel-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-devel-6.12.0-160000.5.1" CPE="cpe:2.3:o:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-devel-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-6.4.0-150700.53.3.1">
      <FullProductName ProductID="kernel-devel-6.4.0-150700.53.3.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-devel-6.4.0-150700.53.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-azure">
      <FullProductName ProductID="kernel-devel-azure">kernel-devel-azure</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-azure-6.12.0-160000.2.2">
      <FullProductName ProductID="kernel-devel-azure-6.12.0-160000.2.2">kernel-devel-azure-6.12.0-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-azure-6.4.0-150700.20.3.1">
      <FullProductName ProductID="kernel-devel-azure-6.4.0-150700.20.3.1">kernel-devel-azure-6.4.0-150700.20.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-matched-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-devel-matched-5.14.0-570.30.1.el9_6">kernel-devel-matched-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-rt">
      <FullProductName ProductID="kernel-devel-rt">kernel-devel-rt</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-rt-6.4.0-150700.7.3.1">
      <FullProductName ProductID="kernel-devel-rt-6.4.0-150700.7.3.1">kernel-devel-rt-6.4.0-150700.7.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-doc-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-doc-5.14.0-570.30.1.el9_6">kernel-doc-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-docs-6.12.0-160000.5.1" CPE="cpe:2.3:o:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-docs-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-6.4.0-150700.53.3.1">
      <FullProductName ProductID="kernel-docs-6.4.0-150700.53.3.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-docs-6.4.0-150700.53.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-html-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-docs-html-6.12.0-160000.5.1">kernel-docs-html-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-headers-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-headers-5.14.0-570.30.1.el9_6">kernel-headers-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-kvmsmall-6.12.0-160000.5.1" CPE="cpe:2.3:a:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-kvmsmall-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-devel-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-kvmsmall-devel-6.12.0-160000.5.1">kernel-kvmsmall-devel-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-vdso-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-kvmsmall-vdso-6.12.0-160000.5.1">kernel-kvmsmall-vdso-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-6_4_0-150700_7_3-rt-1-150700.1.3.1">
      <FullProductName ProductID="kernel-livepatch-6_4_0-150700_7_3-rt-1-150700.1.3.1">kernel-livepatch-6_4_0-150700_7_3-rt-1-150700.1.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-macros">
      <FullProductName ProductID="kernel-macros">kernel-macros</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-macros-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-macros-6.12.0-160000.5.1">kernel-macros-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-macros-6.4.0-150700.53.3.1">
      <FullProductName ProductID="kernel-macros-6.4.0-150700.53.3.1">kernel-macros-6.4.0-150700.53.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-modules-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-modules-5.14.0-570.30.1.el9_6">kernel-modules-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-modules-core-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-modules-core-5.14.0-570.30.1.el9_6">kernel-modules-core-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-modules-extra-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-modules-extra-5.14.0-570.30.1.el9_6">kernel-modules-extra-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-obs-build-6.4.0-150700.53.3.1">
      <FullProductName ProductID="kernel-obs-build-6.4.0-150700.53.3.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-obs-build-6.4.0-150700.53.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-obs-qa-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-obs-qa-6.12.0-160000.5.1" CPE="cpe:2.3:a:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-obs-qa-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt">
      <FullProductName ProductID="kernel-rt" CPE="cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*">kernel-rt</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-rt-5.14.0-570.30.1.el9_6" CPE="cpe:2.3:o:linux:linux_kernel:5.14.0:*:*:*:*:*:*:*">kernel-rt-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-6.4.0-150700.7.3.1">
      <FullProductName ProductID="kernel-rt-6.4.0-150700.7.3.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-rt-6.4.0-150700.7.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-core-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-rt-core-5.14.0-570.30.1.el9_6">kernel-rt-core-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-debug-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-rt-debug-5.14.0-570.30.1.el9_6">kernel-rt-debug-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-debug-core-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-rt-debug-core-5.14.0-570.30.1.el9_6">kernel-rt-debug-core-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-debug-devel-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-rt-debug-devel-5.14.0-570.30.1.el9_6">kernel-rt-debug-devel-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-debug-kvm-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-rt-debug-kvm-5.14.0-570.30.1.el9_6">kernel-rt-debug-kvm-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-debug-modules-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-rt-debug-modules-5.14.0-570.30.1.el9_6">kernel-rt-debug-modules-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-debug-modules-core-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-rt-debug-modules-core-5.14.0-570.30.1.el9_6">kernel-rt-debug-modules-core-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-debug-modules-extra-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-rt-debug-modules-extra-5.14.0-570.30.1.el9_6">kernel-rt-debug-modules-extra-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-devel-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-rt-devel-5.14.0-570.30.1.el9_6">kernel-rt-devel-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-devel-6.4.0-150700.7.3.1">
      <FullProductName ProductID="kernel-rt-devel-6.4.0-150700.7.3.1">kernel-rt-devel-6.4.0-150700.7.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-kvm-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-rt-kvm-5.14.0-570.30.1.el9_6">kernel-rt-kvm-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-modules-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-rt-modules-5.14.0-570.30.1.el9_6">kernel-rt-modules-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-modules-core-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-rt-modules-core-5.14.0-570.30.1.el9_6">kernel-rt-modules-core-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt-modules-extra-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-rt-modules-extra-5.14.0-570.30.1.el9_6">kernel-rt-modules-extra-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt_debug-6.4.0-150700.7.3.1">
      <FullProductName ProductID="kernel-rt_debug-6.4.0-150700.7.3.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-rt_debug-6.4.0-150700.7.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-rt_debug-devel-6.4.0-150700.7.3.1">
      <FullProductName ProductID="kernel-rt_debug-devel-6.4.0-150700.7.3.1">kernel-rt_debug-devel-6.4.0-150700.7.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source">
      <FullProductName ProductID="kernel-source" CPE="cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*">kernel-source</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-source-6.12.0-160000.5.1" CPE="cpe:2.3:o:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-source-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-6.4.0-150700.53.3.1">
      <FullProductName ProductID="kernel-source-6.4.0-150700.53.3.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-source-6.4.0-150700.53.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-azure">
      <FullProductName ProductID="kernel-source-azure" CPE="cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*">kernel-source-azure</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-azure-6.12.0-160000.2.2">
      <FullProductName ProductID="kernel-source-azure-6.12.0-160000.2.2" CPE="cpe:2.3:o:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-source-azure-6.12.0-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-azure-6.4.0-150700.20.3.1">
      <FullProductName ProductID="kernel-source-azure-6.4.0-150700.20.3.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-source-azure-6.4.0-150700.20.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-rt">
      <FullProductName ProductID="kernel-source-rt" CPE="cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*">kernel-source-rt</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-rt-6.4.0-150700.7.3.1">
      <FullProductName ProductID="kernel-source-rt-6.4.0-150700.7.3.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-source-rt-6.4.0-150700.7.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-vanilla">
      <FullProductName ProductID="kernel-source-vanilla">kernel-source-vanilla</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-vanilla-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-source-vanilla-6.12.0-160000.5.1">kernel-source-vanilla-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-syms-6.12.0-160000.5.1" CPE="cpe:2.3:o:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-syms-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-6.4.0-150700.53.3.1">
      <FullProductName ProductID="kernel-syms-6.4.0-150700.53.3.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-syms-6.4.0-150700.53.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-azure-6.4.0-150700.20.3.1">
      <FullProductName ProductID="kernel-syms-azure-6.4.0-150700.20.3.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-syms-azure-6.4.0-150700.20.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-rt-6.4.0-150700.7.3.1">
      <FullProductName ProductID="kernel-syms-rt-6.4.0-150700.7.3.1" CPE="cpe:2.3:o:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-syms-rt-6.4.0-150700.7.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-tools-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-tools-5.14.0-570.30.1.el9_6">kernel-tools-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-tools-libs-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-tools-libs-5.14.0-570.30.1.el9_6">kernel-tools-libs-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-tools-libs-devel-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-tools-libs-devel-5.14.0-570.30.1.el9_6">kernel-tools-libs-devel-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-uki-virt-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-uki-virt-5.14.0-570.30.1.el9_6">kernel-uki-virt-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-uki-virt-addons-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="kernel-uki-virt-addons-5.14.0-570.30.1.el9_6">kernel-uki-virt-addons-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-zfcpdump-6.12.0-160000.5.1">
      <FullProductName ProductID="kernel-zfcpdump-6.12.0-160000.5.1" CPE="cpe:2.3:a:linux:linux_kernel:6.12.0:*:*:*:*:*:*:*">kernel-zfcpdump-6.12.0-160000.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-zfcpdump-6.4.0-150700.53.3.1">
      <FullProductName ProductID="kernel-zfcpdump-6.4.0-150700.53.3.1" CPE="cpe:2.3:a:linux:linux_kernel:6.4.0:*:*:*:*:*:*:*">kernel-zfcpdump-6.4.0-150700.53.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kselftests-kmp-default">
      <FullProductName ProductID="kselftests-kmp-default">kselftests-kmp-default</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libperf-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="libperf-5.14.0-570.30.1.el9_6">libperf-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-default">
      <FullProductName ProductID="ocfs2-kmp-default">ocfs2-kmp-default</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-default-6.4.0-150700.53.3.1">
      <FullProductName ProductID="ocfs2-kmp-default-6.4.0-150700.53.3.1">ocfs2-kmp-default-6.4.0-150700.53.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-rt-6.4.0-150700.7.3.1">
      <FullProductName ProductID="ocfs2-kmp-rt-6.4.0-150700.7.3.1">ocfs2-kmp-rt-6.4.0-150700.7.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perf-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="perf-5.14.0-570.30.1.el9_6">perf-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-perf-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="python3-perf-5.14.0-570.30.1.el9_6">python3-perf-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="reiserfs-kmp-default">
      <FullProductName ProductID="reiserfs-kmp-default">reiserfs-kmp-default</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="reiserfs-kmp-default-6.4.0-150700.53.3.1">
      <FullProductName ProductID="reiserfs-kmp-default-6.4.0-150700.53.3.1">reiserfs-kmp-default-6.4.0-150700.53.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rtla-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="rtla-5.14.0-570.30.1.el9_6">rtla-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="rv-5.14.0-570.30.1.el9_6">
      <FullProductName ProductID="rv-5.14.0-570.30.1.el9_6">rv-5.14.0-570.30.1.el9_6</FullProductName>
    </Branch>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.7.20.5.1">
      <FullProductName ProductID="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.7.20.5.1:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.7.20.5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-6.4.0-150700.20.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-Azure-3P:kernel-azure-6.4.0-150700.20.3.1">kernel-azure-6.4.0-150700.20.3.1 as a component of Image SLES15-SP7-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-6.4.0-150700.20.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP7-Azure-Basic:kernel-azure-6.4.0-150700.20.3.1">kernel-azure-6.4.0-150700.20.3.1 as a component of Image SLES15-SP7-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-6.4.0-150700.20.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP7-Azure-Standard:kernel-azure-6.4.0-150700.20.3.1">kernel-azure-6.4.0-150700.20.3.1 as a component of Image SLES15-SP7-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-Azure:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-EC2:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-GCE:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Aliyun:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Azure:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-EC2:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-GCE:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-CHOST-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-GDC">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-GDC:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-CHOST-BYOS-GDC</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-EC2">
      <FullProductName ProductID="Image SLES15-SP7-EC2:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-EC2-ECS-HVM">
      <FullProductName ProductID="Image SLES15-SP7-EC2-ECS-HVM:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-EC2-ECS-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-GCE">
      <FullProductName ProductID="Image SLES15-SP7-GCE:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-GCE-3P:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-6.4.0-150700.20.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP7-HPC-Azure:kernel-azure-6.4.0-150700.20.3.1">kernel-azure-6.4.0-150700.20.3.1 as a component of Image SLES15-SP7-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-Azure:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-EC2:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-GCE:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-Azure:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-EC2:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-GCE:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:cluster-md-kmp-default-6.4.0-150700.53.3.1">cluster-md-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:dlm-kmp-default-6.4.0-150700.53.3.1">dlm-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:gfs2-kmp-default-6.4.0-150700.53.3.1">gfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:ocfs2-kmp-default-6.4.0-150700.53.3.1">ocfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:cluster-md-kmp-default-6.4.0-150700.53.3.1">cluster-md-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:dlm-kmp-default-6.4.0-150700.53.3.1">dlm-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:gfs2-kmp-default-6.4.0-150700.53.3.1">gfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:ocfs2-kmp-default-6.4.0-150700.53.3.1">ocfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-6.4.0-150700.53.3.1">cluster-md-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-6.4.0-150700.53.3.1">dlm-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-6.4.0-150700.53.3.1">gfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-6.4.0-150700.53.3.1">ocfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-6.4.0-150700.53.3.1">cluster-md-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-6.4.0-150700.53.3.1">dlm-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-6.4.0-150700.53.3.1">gfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-6.4.0-150700.53.3.1">ocfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:cluster-md-kmp-default-6.4.0-150700.53.3.1">cluster-md-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:dlm-kmp-default-6.4.0-150700.53.3.1">dlm-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:gfs2-kmp-default-6.4.0-150700.53.3.1">gfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:ocfs2-kmp-default-6.4.0-150700.53.3.1">ocfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:cluster-md-kmp-default-6.4.0-150700.53.3.1">cluster-md-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:dlm-kmp-default-6.4.0-150700.53.3.1">dlm-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:gfs2-kmp-default-6.4.0-150700.53.3.1">gfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:ocfs2-kmp-default-6.4.0-150700.53.3.1">ocfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:cluster-md-kmp-default-6.4.0-150700.53.3.1">cluster-md-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:dlm-kmp-default-6.4.0-150700.53.3.1">dlm-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:gfs2-kmp-default-6.4.0-150700.53.3.1">gfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:ocfs2-kmp-default-6.4.0-150700.53.3.1">ocfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:cluster-md-kmp-default-6.4.0-150700.53.3.1">cluster-md-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:dlm-kmp-default-6.4.0-150700.53.3.1">dlm-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:gfs2-kmp-default-6.4.0-150700.53.3.1">gfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:ocfs2-kmp-default-6.4.0-150700.53.3.1">ocfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:cluster-md-kmp-default-6.4.0-150700.53.3.1">cluster-md-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:dlm-kmp-default-6.4.0-150700.53.3.1">dlm-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:gfs2-kmp-default-6.4.0-150700.53.3.1">gfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:ocfs2-kmp-default-6.4.0-150700.53.3.1">ocfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:cluster-md-kmp-default-6.4.0-150700.53.3.1">cluster-md-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:dlm-kmp-default-6.4.0-150700.53.3.1">dlm-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:gfs2-kmp-default-6.4.0-150700.53.3.1">gfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:ocfs2-kmp-default-6.4.0-150700.53.3.1">ocfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:cluster-md-kmp-default-6.4.0-150700.53.3.1">cluster-md-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:dlm-kmp-default-6.4.0-150700.53.3.1">dlm-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:gfs2-kmp-default-6.4.0-150700.53.3.1">gfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:ocfs2-kmp-default-6.4.0-150700.53.3.1">ocfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:cluster-md-kmp-default-6.4.0-150700.53.3.1">cluster-md-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:dlm-kmp-default-6.4.0-150700.53.3.1">dlm-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:gfs2-kmp-default-6.4.0-150700.53.3.1">gfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:ocfs2-kmp-default-6.4.0-150700.53.3.1">ocfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:cluster-md-kmp-default-6.4.0-150700.53.3.1">cluster-md-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:dlm-kmp-default-6.4.0-150700.53.3.1">dlm-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:gfs2-kmp-default-6.4.0-150700.53.3.1">gfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:ocfs2-kmp-default-6.4.0-150700.53.3.1">ocfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:cluster-md-kmp-default-6.4.0-150700.53.3.1">cluster-md-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:dlm-kmp-default-6.4.0-150700.53.3.1">dlm-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:gfs2-kmp-default-6.4.0-150700.53.3.1">gfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:ocfs2-kmp-default-6.4.0-150700.53.3.1">ocfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:cluster-md-kmp-default-6.4.0-150700.53.3.1">cluster-md-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:dlm-kmp-default-6.4.0-150700.53.3.1">dlm-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:gfs2-kmp-default-6.4.0-150700.53.3.1">gfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:ocfs2-kmp-default-6.4.0-150700.53.3.1">ocfs2-kmp-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-Azure:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-EC2:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-GCE:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of Image SLES15-SP7-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-5.14.0-570.30.1.el9_6">kernel-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-abi-stablelists-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-abi-stablelists-5.14.0-570.30.1.el9_6">kernel-abi-stablelists-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-core-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-core-5.14.0-570.30.1.el9_6">kernel-core-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-cross-headers-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-cross-headers-5.14.0-570.30.1.el9_6">kernel-cross-headers-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-debug-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-debug-5.14.0-570.30.1.el9_6">kernel-debug-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-debug-core-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-debug-core-5.14.0-570.30.1.el9_6">kernel-debug-core-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-debug-devel-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-debug-devel-5.14.0-570.30.1.el9_6">kernel-debug-devel-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-debug-devel-matched-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-debug-devel-matched-5.14.0-570.30.1.el9_6">kernel-debug-devel-matched-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-debug-modules-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-debug-modules-5.14.0-570.30.1.el9_6">kernel-debug-modules-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-debug-modules-core-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-debug-modules-core-5.14.0-570.30.1.el9_6">kernel-debug-modules-core-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-debug-modules-extra-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-debug-modules-extra-5.14.0-570.30.1.el9_6">kernel-debug-modules-extra-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-debug-uki-virt-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-debug-uki-virt-5.14.0-570.30.1.el9_6">kernel-debug-uki-virt-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-devel-5.14.0-570.30.1.el9_6">kernel-devel-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-matched-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-devel-matched-5.14.0-570.30.1.el9_6">kernel-devel-matched-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-doc-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-doc-5.14.0-570.30.1.el9_6">kernel-doc-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-headers-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-headers-5.14.0-570.30.1.el9_6">kernel-headers-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-modules-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-modules-5.14.0-570.30.1.el9_6">kernel-modules-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-modules-core-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-modules-core-5.14.0-570.30.1.el9_6">kernel-modules-core-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-modules-extra-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-modules-extra-5.14.0-570.30.1.el9_6">kernel-modules-extra-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-rt-5.14.0-570.30.1.el9_6">kernel-rt-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-core-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-rt-core-5.14.0-570.30.1.el9_6">kernel-rt-core-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-debug-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-rt-debug-5.14.0-570.30.1.el9_6">kernel-rt-debug-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-debug-core-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-rt-debug-core-5.14.0-570.30.1.el9_6">kernel-rt-debug-core-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-debug-devel-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-rt-debug-devel-5.14.0-570.30.1.el9_6">kernel-rt-debug-devel-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-debug-kvm-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-rt-debug-kvm-5.14.0-570.30.1.el9_6">kernel-rt-debug-kvm-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-debug-modules-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-rt-debug-modules-5.14.0-570.30.1.el9_6">kernel-rt-debug-modules-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-debug-modules-core-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-rt-debug-modules-core-5.14.0-570.30.1.el9_6">kernel-rt-debug-modules-core-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-debug-modules-extra-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-rt-debug-modules-extra-5.14.0-570.30.1.el9_6">kernel-rt-debug-modules-extra-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-devel-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-rt-devel-5.14.0-570.30.1.el9_6">kernel-rt-devel-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-kvm-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-rt-kvm-5.14.0-570.30.1.el9_6">kernel-rt-kvm-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-modules-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-rt-modules-5.14.0-570.30.1.el9_6">kernel-rt-modules-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-modules-core-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-rt-modules-core-5.14.0-570.30.1.el9_6">kernel-rt-modules-core-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-modules-extra-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-rt-modules-extra-5.14.0-570.30.1.el9_6">kernel-rt-modules-extra-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-tools-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-tools-5.14.0-570.30.1.el9_6">kernel-tools-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-tools-libs-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-tools-libs-5.14.0-570.30.1.el9_6">kernel-tools-libs-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-tools-libs-devel-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-tools-libs-devel-5.14.0-570.30.1.el9_6">kernel-tools-libs-devel-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-uki-virt-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-uki-virt-5.14.0-570.30.1.el9_6">kernel-uki-virt-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-uki-virt-addons-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:kernel-uki-virt-addons-5.14.0-570.30.1.el9_6">kernel-uki-virt-addons-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="libperf-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:libperf-5.14.0-570.30.1.el9_6">libperf-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="perf-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:perf-5.14.0-570.30.1.el9_6">perf-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-perf-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:python3-perf-5.14.0-570.30.1.el9_6">python3-perf-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="rtla-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:rtla-5.14.0-570.30.1.el9_6">rtla-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="rv-5.14.0-570.30.1.el9_6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:rv-5.14.0-570.30.1.el9_6">rv-5.14.0-570.30.1.el9_6 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP7:cluster-md-kmp-default-6.4.0-150700.53.3.1">cluster-md-kmp-default-6.4.0-150700.53.3.1 as a component of SUSE Linux Enterprise High Availability Extension 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP7:dlm-kmp-default-6.4.0-150700.53.3.1">dlm-kmp-default-6.4.0-150700.53.3.1 as a component of SUSE Linux Enterprise High Availability Extension 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP7:gfs2-kmp-default-6.4.0-150700.53.3.1">gfs2-kmp-default-6.4.0-150700.53.3.1 as a component of SUSE Linux Enterprise High Availability Extension 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP7:ocfs2-kmp-default-6.4.0-150700.53.3.1">ocfs2-kmp-default-6.4.0-150700.53.3.1 as a component of SUSE Linux Enterprise High Availability Extension 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-6_4_0-150700_7_3-rt-1-150700.1.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_7_3-rt-1-150700.1.3.1">kernel-livepatch-6_4_0-150700_7_3-rt-1-150700.1.3.1 as a component of SUSE Linux Enterprise Live Patching 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-64kb-6.4.0-150700.53.3.1">kernel-64kb-6.4.0-150700.53.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-devel-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-64kb-devel-6.4.0-150700.53.3.1">kernel-64kb-devel-6.4.0-150700.53.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-default-6.4.0-150700.53.3.1">kernel-default-6.4.0-150700.53.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-6.4.0-150700.53.3.1.150700.17.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-default-base-6.4.0-150700.53.3.1.150700.17.2.1">kernel-default-base-6.4.0-150700.53.3.1.150700.17.2.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-default-devel-6.4.0-150700.53.3.1">kernel-default-devel-6.4.0-150700.53.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-devel-6.4.0-150700.53.3.1">kernel-devel-6.4.0-150700.53.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-macros-6.4.0-150700.53.3.1">kernel-macros-6.4.0-150700.53.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-zfcpdump-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-zfcpdump-6.4.0-150700.53.3.1">kernel-zfcpdump-6.4.0-150700.53.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-docs-6.4.0-150700.53.3.1">kernel-docs-6.4.0-150700.53.3.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-obs-build-6.4.0-150700.53.3.1">kernel-obs-build-6.4.0-150700.53.3.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-source-6.4.0-150700.53.3.1">kernel-source-6.4.0-150700.53.3.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-syms-6.4.0-150700.53.3.1">kernel-syms-6.4.0-150700.53.3.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Legacy 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Legacy 15 SP7:reiserfs-kmp-default-6.4.0-150700.53.3.1">reiserfs-kmp-default-6.4.0-150700.53.3.1 as a component of SUSE Linux Enterprise Module for Legacy 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-6.4.0-150700.20.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-azure-6.4.0-150700.20.3.1">kernel-azure-6.4.0-150700.20.3.1 as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-devel-6.4.0-150700.20.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-azure-devel-6.4.0-150700.20.3.1">kernel-azure-devel-6.4.0-150700.20.3.1 as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-azure-6.4.0-150700.20.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-devel-azure-6.4.0-150700.20.3.1">kernel-devel-azure-6.4.0-150700.20.3.1 as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-azure-6.4.0-150700.20.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-source-azure-6.4.0-150700.20.3.1">kernel-source-azure-6.4.0-150700.20.3.1 as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-azure-6.4.0-150700.20.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-syms-azure-6.4.0-150700.20.3.1">kernel-syms-azure-6.4.0-150700.20.3.1 as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-64kb-6.12.0-160000.5.1">kernel-64kb-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-devel-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-64kb-devel-6.12.0-160000.5.1">kernel-64kb-devel-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-extra-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-64kb-extra-6.12.0-160000.5.1">kernel-64kb-extra-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-6.12.0-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-azure-6.12.0-160000.2.2">kernel-azure-6.12.0-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-devel-6.12.0-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-azure-devel-6.12.0-160000.2.2">kernel-azure-devel-6.12.0-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-extra-6.12.0-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-azure-extra-6.12.0-160000.2.2">kernel-azure-extra-6.12.0-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-azure-vdso-6.12.0-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-azure-vdso-6.12.0-160000.2.2">kernel-azure-vdso-6.12.0-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-default-6.12.0-160000.5.1">kernel-default-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-default-devel-6.12.0-160000.5.1">kernel-default-devel-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-extra-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-default-extra-6.12.0-160000.5.1">kernel-default-extra-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-default-livepatch-6.12.0-160000.5.1">kernel-default-livepatch-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-vdso-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-default-vdso-6.12.0-160000.5.1">kernel-default-vdso-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-devel-6.12.0-160000.5.1">kernel-devel-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-azure-6.12.0-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-devel-azure-6.12.0-160000.2.2">kernel-devel-azure-6.12.0-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-docs-6.12.0-160000.5.1">kernel-docs-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-html-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-docs-html-6.12.0-160000.5.1">kernel-docs-html-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-kvmsmall-6.12.0-160000.5.1">kernel-kvmsmall-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-devel-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-kvmsmall-devel-6.12.0-160000.5.1">kernel-kvmsmall-devel-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-kvmsmall-vdso-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-kvmsmall-vdso-6.12.0-160000.5.1">kernel-kvmsmall-vdso-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-macros-6.12.0-160000.5.1">kernel-macros-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-qa-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-obs-qa-6.12.0-160000.5.1">kernel-obs-qa-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-source-6.12.0-160000.5.1">kernel-source-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-azure-6.12.0-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-source-azure-6.12.0-160000.2.2">kernel-source-azure-6.12.0-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-vanilla-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-source-vanilla-6.12.0-160000.5.1">kernel-source-vanilla-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-syms-6.12.0-160000.5.1">kernel-syms-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-zfcpdump-6.12.0-160000.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:kernel-zfcpdump-6.12.0-160000.5.1">kernel-zfcpdump-6.12.0-160000.5.1 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-extra-6.4.0-150700.53.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Workstation Extension 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP7:kernel-default-extra-6.4.0-150700.53.3.1">kernel-default-extra-6.4.0-150700.53.3.1 as a component of SUSE Linux Enterprise Workstation Extension 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-rt-6.4.0-150700.7.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:cluster-md-kmp-rt-6.4.0-150700.7.3.1">cluster-md-kmp-rt-6.4.0-150700.7.3.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-rt-6.4.0-150700.7.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:dlm-kmp-rt-6.4.0-150700.7.3.1">dlm-kmp-rt-6.4.0-150700.7.3.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-rt-6.4.0-150700.7.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:gfs2-kmp-rt-6.4.0-150700.7.3.1">gfs2-kmp-rt-6.4.0-150700.7.3.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-rt-6.4.0-150700.7.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:kernel-devel-rt-6.4.0-150700.7.3.1">kernel-devel-rt-6.4.0-150700.7.3.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-6.4.0-150700.7.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:kernel-rt-6.4.0-150700.7.3.1">kernel-rt-6.4.0-150700.7.3.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt-devel-6.4.0-150700.7.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:kernel-rt-devel-6.4.0-150700.7.3.1">kernel-rt-devel-6.4.0-150700.7.3.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt_debug-6.4.0-150700.7.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:kernel-rt_debug-6.4.0-150700.7.3.1">kernel-rt_debug-6.4.0-150700.7.3.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt_debug-devel-6.4.0-150700.7.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:kernel-rt_debug-devel-6.4.0-150700.7.3.1">kernel-rt_debug-devel-6.4.0-150700.7.3.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt-6.4.0-150700.7.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:kernel-source-rt-6.4.0-150700.7.3.1">kernel-source-rt-6.4.0-150700.7.3.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-rt-6.4.0-150700.7.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:kernel-syms-rt-6.4.0-150700.7.3.1">kernel-syms-rt-6.4.0-150700.7.3.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-rt-6.4.0-150700.7.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP7">
      <FullProductName ProductID="SUSE Real Time Module 15 SP7:ocfs2-kmp-rt-6.4.0-150700.7.3.1">ocfs2-kmp-rt-6.4.0-150700.7.3.1 as a component of SUSE Real Time Module 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SLES-LTSS-TERADATA 15 SP2">
      <FullProductName ProductID="SLES-LTSS-TERADATA 15 SP2:kernel-default">kernel-default as a component of SLES-LTSS-TERADATA 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SLES-LTSS-TERADATA 15 SP2">
      <FullProductName ProductID="SLES-LTSS-TERADATA 15 SP2:kernel-source">kernel-source as a component of SLES-LTSS-TERADATA 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default">cluster-md-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default">dlm-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default">gfs2-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default">kernel-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default">ocfs2-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source">kernel-source as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default">cluster-md-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default">dlm-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default">gfs2-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default">ocfs2-kmp-default as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-kgraft" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft">kernel-default-kgraft as a component of SUSE Linux Enterprise Live Patching 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-kgraft-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel">kernel-default-kgraft-devel as a component of SUSE Linux Enterprise Live Patching 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP5:kernel-default">kernel-default as a component of SUSE Linux Enterprise Live Patching 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 12 SP5:kernel-source">kernel-source as a component of SUSE Linux Enterprise Live Patching 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch">kernel-default-livepatch as a component of SUSE Linux Enterprise Live Patching 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel">kernel-default-livepatch-devel as a component of SUSE Linux Enterprise Live Patching 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP3:kernel-default">kernel-default as a component of SUSE Linux Enterprise Live Patching 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP3:kernel-source">kernel-source as a component of SUSE Linux Enterprise Live Patching 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch">kernel-default-livepatch as a component of SUSE Linux Enterprise Live Patching 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel">kernel-default-livepatch-devel as a component of SUSE Linux Enterprise Live Patching 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP4:kernel-default">kernel-default as a component of SUSE Linux Enterprise Live Patching 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP4:kernel-source">kernel-source as a component of SUSE Linux Enterprise Live Patching 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch">kernel-default-livepatch as a component of SUSE Linux Enterprise Live Patching 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel">kernel-default-livepatch-devel as a component of SUSE Linux Enterprise Live Patching 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP5:kernel-default">kernel-default as a component of SUSE Linux Enterprise Live Patching 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP5:kernel-source">kernel-source as a component of SUSE Linux Enterprise Live Patching 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP6:kernel-default-livepatch">kernel-default-livepatch as a component of SUSE Linux Enterprise Live Patching 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP6:kernel-default-livepatch-devel">kernel-default-livepatch-devel as a component of SUSE Linux Enterprise Live Patching 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP6:kernel-default">kernel-default as a component of SUSE Linux Enterprise Live Patching 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP6:kernel-source">kernel-source as a component of SUSE Linux Enterprise Live Patching 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.0">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.0:kernel-default">kernel-default as a component of SUSE Linux Enterprise Micro 5.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:kernel-default">kernel-default as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:kernel-rt">kernel-rt as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:kernel-source">kernel-source as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:kernel-source-rt">kernel-source-rt as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:kernel-default">kernel-default as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:kernel-rt">kernel-rt as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:kernel-source">kernel-source as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:kernel-source-rt">kernel-source-rt as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:kernel-default">kernel-default as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:kernel-rt">kernel-rt as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:kernel-source">kernel-source as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:kernel-source-rt">kernel-source-rt as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:kernel-default">kernel-default as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:kernel-rt">kernel-rt as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:kernel-source">kernel-source as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:kernel-source-rt">kernel-source-rt as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:kernel-default">kernel-default as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:kernel-source">kernel-source as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:kernel-devel-rt">kernel-devel-rt as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:kernel-source-rt">kernel-source-rt as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-default">kernel-default as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-source">kernel-source as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6:kernel-default">kernel-default as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6:kernel-source">kernel-source as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-azure" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP6:kernel-devel-azure">kernel-devel-azure as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-azure" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Public Cloud 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Public Cloud 15 SP6:kernel-source-azure">kernel-source-azure as a component of SUSE Linux Enterprise Module for Public Cloud 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 11 SP4 LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 11 SP4 LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-default-base">kernel-default-base as a component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base">kernel-default-base as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man">kernel-default-man as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-base">kernel-default-base as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-man">kernel-default-man as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 12 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:cluster-md-kmp-default">cluster-md-kmp-default as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:dlm-kmp-default">dlm-kmp-default as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:gfs2-kmp-default">gfs2-kmp-default as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-base">kernel-default-base as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-man">kernel-default-man as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:ocfs2-kmp-default">ocfs2-kmp-default as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-azure" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-devel-azure">kernel-devel-azure as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-azure" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-source-azure">kernel-source-azure as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base">kernel-default-base as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man">kernel-default-man as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default">cluster-md-kmp-default as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default">dlm-kmp-default as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default">gfs2-kmp-default as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default">ocfs2-kmp-default as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:kernel-default-base">kernel-default-base as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:kernel-default-man">kernel-default-man as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server Teradata 12 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 12 SP3:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server Teradata 12 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server Teradata 12 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 12 SP3:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server Teradata 12 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server Teradata 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 15 SP4:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server Teradata 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server Teradata 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server Teradata 15 SP4:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server Teradata 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default">cluster-md-kmp-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default">dlm-kmp-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default">gfs2-kmp-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default">kernel-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel">kernel-default-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default">ocfs2-kmp-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default">reiserfs-kmp-default as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel">kernel-devel as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros">kernel-macros as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source">kernel-source as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-extra" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Workstation Extension 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP6:kernel-default-extra">kernel-default-extra as a component of SUSE Linux Enterprise Workstation Extension 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Workstation Extension 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP6:kernel-default">kernel-default as a component of SUSE Linux Enterprise Workstation Extension 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Workstation Extension 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Workstation Extension 15 SP6:kernel-source">kernel-source as a component of SUSE Linux Enterprise Workstation Extension 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-default">kernel-default as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-devel">kernel-devel as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-macros">kernel-macros as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-source">kernel-source as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-devel-rt">kernel-devel-rt as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:kernel-source-rt">kernel-source-rt as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-default">kernel-default as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-devel">kernel-devel as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-macros">kernel-macros as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-source">kernel-source as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-devel-rt">kernel-devel-rt as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:kernel-source-rt">kernel-source-rt as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:kernel-default">kernel-default as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:kernel-default-devel">kernel-default-devel as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:kernel-devel">kernel-devel as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:kernel-macros">kernel-macros as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:kernel-source">kernel-source as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:kernel-default">kernel-default as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:kernel-default-devel">kernel-default-devel as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:kernel-devel">kernel-devel as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:kernel-macros">kernel-macros as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.3">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.3:kernel-source">kernel-source as a component of SUSE Manager Retail Branch Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:kernel-default">kernel-default as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:kernel-default-devel">kernel-default-devel as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:kernel-devel">kernel-devel as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:kernel-macros">kernel-macros as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:kernel-source">kernel-source as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP6">
      <FullProductName ProductID="SUSE Real Time Module 15 SP6:kernel-devel-rt">kernel-devel-rt as a component of SUSE Real Time Module 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt" RelationType="Default Component Of" RelatesToProductReference="SUSE Real Time Module 15 SP6">
      <FullProductName ProductID="SUSE Real Time Module 15 SP6:kernel-source-rt">kernel-source-rt as a component of SUSE Real Time Module 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:cluster-md-kmp-default">cluster-md-kmp-default as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dlm-kmp-default">dlm-kmp-default as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:gfs2-kmp-default">gfs2-kmp-default as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-default">kernel-default as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-default-devel">kernel-default-devel as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-extra" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-default-extra">kernel-default-extra as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-default-livepatch">kernel-default-livepatch as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-devel" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-default-livepatch-devel">kernel-default-livepatch-devel as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-optional" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-default-optional">kernel-default-optional as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-vdso" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-default-vdso">kernel-default-vdso as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kselftests-kmp-default" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kselftests-kmp-default">kselftests-kmp-default as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:ocfs2-kmp-default">ocfs2-kmp-default as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:reiserfs-kmp-default">reiserfs-kmp-default as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-devel">kernel-devel as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-macros">kernel-macros as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-source">kernel-source as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-vanilla" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-source-vanilla">kernel-source-vanilla as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-azure" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-devel-azure">kernel-devel-azure as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-azure" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-source-azure">kernel-source-azure as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-rt" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-devel-rt">kernel-devel-rt as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-rt" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:kernel-source-rt">kernel-source-rt as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">In the Linux kernel, the following vulnerability has been resolved:

RDMA/mlx5: Fix page_size variable overflow

Change all variables storing mlx5_umem_mkc_find_best_pgsz() result to
unsigned long to support values larger than 31 and avoid overflow.

For example: If we try to register 4GB of memory that is contiguous in
physical memory, the driver will optimize the page_size and try to use
an mkey with 4GB entity size. The 'unsigned int' page_size variable will
overflow to '0' and we'll hit the WARN_ON() in alloc_cacheable_mr().

WARNING: CPU: 2 PID: 1203 at drivers/infiniband/hw/mlx5/mr.c:1124 alloc_cacheable_mr+0x22/0x580 [mlx5_ib]
Modules linked in: mlx5_ib mlx5_core bonding ip6_gre ip6_tunnel tunnel6 ip_gre gre rdma_rxe rdma_ucm ib_uverbs ib_ipoib ib_umad rpcrdma ib_iser libiscsi scsi_transport_iscsi rdma_cm iw_cm ib_cm fuse ib_core [last unloaded: mlx5_core]
CPU: 2 UID: 70878 PID: 1203 Comm: rdma_resource_l Tainted: G        W          6.14.0-rc4-dirty #43
Tainted: [W]=WARN
Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-0-gf21b5a4aeb02-prebuilt.qemu.org 04/01/2014
RIP: 0010:alloc_cacheable_mr+0x22/0x580 [mlx5_ib]
Code: 90 90 90 90 90 90 90 90 0f 1f 44 00 00 55 48 89 e5 41 57 41 56 41 55 41 54 41 52 53 48 83 ec 30 f6 46 28 04 4c 8b 77 08 75 21 &lt;0f&gt; 0b 49 c7 c2 ea ff ff ff 48 8d 65 d0 4c 89 d0 5b 41 5a 41 5c 41
RSP: 0018:ffffc900006ffac8 EFLAGS: 00010246
RAX: 0000000004c0d0d0 RBX: ffff888217a22000 RCX: 0000000000100001
RDX: 00007fb7ac480000 RSI: ffff8882037b1240 RDI: ffff8882046f0600
RBP: ffffc900006ffb28 R08: 0000000000000001 R09: 0000000000000000
R10: 00000000000007e0 R11: ffffea0008011d40 R12: ffff8882037b1240
R13: ffff8882046f0600 R14: ffff888217a22000 R15: ffffc900006ffe00
FS:  00007fb7ed013340(0000) GS:ffff88885fd00000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007fb7ed1d8000 CR3: 00000001fd8f6006 CR4: 0000000000772eb0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
PKRU: 55555554
Call Trace:
 &lt;TASK&gt;
 ? __warn+0x81/0x130
 ? alloc_cacheable_mr+0x22/0x580 [mlx5_ib]
 ? report_bug+0xfc/0x1e0
 ? handle_bug+0x55/0x90
 ? exc_invalid_op+0x17/0x70
 ? asm_exc_invalid_op+0x1a/0x20
 ? alloc_cacheable_mr+0x22/0x580 [mlx5_ib]
 create_real_mr+0x54/0x150 [mlx5_ib]
 ib_uverbs_reg_mr+0x17f/0x2a0 [ib_uverbs]
 ib_uverbs_handler_UVERBS_METHOD_INVOKE_WRITE+0xca/0x140 [ib_uverbs]
 ib_uverbs_run_method+0x6d0/0x780 [ib_uverbs]
 ? __pfx_ib_uverbs_handler_UVERBS_METHOD_INVOKE_WRITE+0x10/0x10 [ib_uverbs]
 ib_uverbs_cmd_verbs+0x19b/0x360 [ib_uverbs]
 ? walk_system_ram_range+0x79/0xd0
 ? ___pte_offset_map+0x1b/0x110
 ? __pte_offset_map_lock+0x80/0x100
 ib_uverbs_ioctl+0xac/0x110 [ib_uverbs]
 __x64_sys_ioctl+0x94/0xb0
 do_syscall_64+0x50/0x110
 entry_SYSCALL_64_after_hwframe+0x76/0x7e
RIP: 0033:0x7fb7ecf0737b
Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 &lt;48&gt; 3d 01 f0 ff ff 73 01 c3 48 8b 0d 7d 2a 0f 00 f7 d8 64 89 01 48
RSP: 002b:00007ffdbe03ecc8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
RAX: ffffffffffffffda RBX: 00007ffdbe03edb8 RCX: 00007fb7ecf0737b
RDX: 00007ffdbe03eda0 RSI: 00000000c0181b01 RDI: 0000000000000003
RBP: 00007ffdbe03ed80 R08: 00007fb7ecc84010 R09: 00007ffdbe03eed4
R10: 0000000000000009 R11: 0000000000000246 R12: 00007ffdbe03eed4
R13: 000000000000000c R14: 000000000000000c R15: 00007fb7ecc84150
 &lt;/TASK&gt;</Note>
    </Notes>
    <CVE>CVE-2025-22091</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.7.20.5.1:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-3P:kernel-azure-6.4.0-150700.20.3.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-Basic:kernel-azure-6.4.0-150700.20.3.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-Standard:kernel-azure-6.4.0-150700.20.3.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-Azure:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-EC2:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-GCE:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-Aliyun:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-Azure:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-EC2:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-GCE:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-GDC:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-SAP-CCloud:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-EC2:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-EC2-ECS-HVM:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-GCE:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-GCE-3P:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-Azure:kernel-azure-6.4.0-150700.20.3.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-Azure:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-EC2:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-GCE:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-Azure:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-EC2:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-GCE:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:cluster-md-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:dlm-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:gfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:ocfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:cluster-md-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:dlm-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:gfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:ocfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:cluster-md-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:dlm-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:gfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:ocfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:cluster-md-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:dlm-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:gfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:ocfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:cluster-md-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:dlm-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:gfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:ocfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:cluster-md-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:dlm-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:gfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:ocfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:cluster-md-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:dlm-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:gfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:ocfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:cluster-md-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:dlm-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:gfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:ocfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:cluster-md-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:dlm-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:gfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:ocfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:cluster-md-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:dlm-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:gfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:ocfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:cluster-md-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:dlm-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:gfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:ocfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:cluster-md-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:dlm-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:gfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:ocfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:cluster-md-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:dlm-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:gfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:ocfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-Azure:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-EC2:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-GCE:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-abi-stablelists-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-core-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-cross-headers-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-debug-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-debug-core-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-debug-devel-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-debug-devel-matched-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-debug-modules-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-debug-modules-core-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-debug-modules-extra-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-debug-uki-virt-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-devel-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-devel-matched-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-doc-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-headers-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-modules-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-modules-core-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-modules-extra-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-rt-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-rt-core-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-rt-debug-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-rt-debug-core-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-rt-debug-devel-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-rt-debug-kvm-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-rt-debug-modules-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-rt-debug-modules-core-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-rt-debug-modules-extra-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-rt-devel-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-rt-kvm-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-rt-modules-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-rt-modules-core-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-rt-modules-extra-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-tools-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-tools-libs-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-tools-libs-devel-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-uki-virt-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:kernel-uki-virt-addons-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:libperf-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:perf-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:python3-perf-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:rtla-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Liberty Linux 9:rv-5.14.0-570.30.1.el9_6</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP7:cluster-md-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP7:dlm-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP7:gfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP7:ocfs2-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP7:kernel-livepatch-6_4_0-150700_7_3-rt-1-150700.1.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-64kb-6.4.0-150700.53.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-64kb-devel-6.4.0-150700.53.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-default-base-6.4.0-150700.53.3.1.150700.17.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-default-devel-6.4.0-150700.53.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-devel-6.4.0-150700.53.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-macros-6.4.0-150700.53.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:kernel-zfcpdump-6.4.0-150700.53.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-docs-6.4.0-150700.53.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-obs-build-6.4.0-150700.53.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-source-6.4.0-150700.53.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP7:kernel-syms-6.4.0-150700.53.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Legacy 15 SP7:reiserfs-kmp-default-6.4.0-150700.53.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-azure-6.4.0-150700.20.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-azure-devel-6.4.0-150700.20.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-devel-azure-6.4.0-150700.20.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-source-azure-6.4.0-150700.20.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP7:kernel-syms-azure-6.4.0-150700.20.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-64kb-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-64kb-devel-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-64kb-extra-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-azure-6.12.0-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-azure-devel-6.12.0-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-azure-extra-6.12.0-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-azure-vdso-6.12.0-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-default-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-default-devel-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-default-extra-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-default-livepatch-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-default-vdso-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-devel-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-devel-azure-6.12.0-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-docs-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-docs-html-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-kvmsmall-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-kvmsmall-devel-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-kvmsmall-vdso-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-macros-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-obs-qa-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-source-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-source-azure-6.12.0-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-source-vanilla-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-syms-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:kernel-zfcpdump-6.12.0-160000.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Workstation Extension 15 SP7:kernel-default-extra-6.4.0-150700.53.3.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:cluster-md-kmp-rt-6.4.0-150700.7.3.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:dlm-kmp-rt-6.4.0-150700.7.3.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:gfs2-kmp-rt-6.4.0-150700.7.3.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:kernel-devel-rt-6.4.0-150700.7.3.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:kernel-rt-6.4.0-150700.7.3.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:kernel-rt-devel-6.4.0-150700.7.3.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:kernel-rt_debug-6.4.0-150700.7.3.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:kernel-rt_debug-devel-6.4.0-150700.7.3.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:kernel-source-rt-6.4.0-150700.7.3.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:kernel-syms-rt-6.4.0-150700.7.3.1</ProductID>
        <ProductID>SUSE Real Time Module 15 SP7:ocfs2-kmp-rt-6.4.0-150700.7.3.1</ProductID>
      </Status>
      <Status Type="Known Not Affected">
        <ProductID>SLES-LTSS-TERADATA 15 SP2:kernel-default</ProductID>
        <ProductID>SLES-LTSS-TERADATA 15 SP2:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP5:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 12 SP5:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP4:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP4:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP5:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP5:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP6:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP6:kernel-default-livepatch</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP6:kernel-default-livepatch-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP6:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.0:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-rt</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-source-rt</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-rt</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-source-rt</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:kernel-rt</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:kernel-source-rt</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:kernel-rt</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:kernel-source-rt</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:kernel-devel-rt</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:kernel-source-rt</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP6:kernel-devel-azure</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Public Cloud 15 SP6:kernel-source-azure</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-default-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4 LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-default-man</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP4-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:cluster-md-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:dlm-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:gfs2-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-default-man</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-devel-azure</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:kernel-source-azure</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:ocfs2-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:kernel-default-base</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:kernel-default-man</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server Teradata 12 SP3:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server Teradata 12 SP3:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server Teradata 15 SP4:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server Teradata 15 SP4:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default</ProductID>
        <ProductID>SUSE Linux Enterprise Workstation Extension 15 SP6:kernel-default</ProductID>
        <ProductID>SUSE Linux Enterprise Workstation Extension 15 SP6:kernel-default-extra</ProductID>
        <ProductID>SUSE Linux Enterprise Workstation Extension 15 SP6:kernel-source</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-default</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-devel</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-devel-rt</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-macros</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-source</ProductID>
        <ProductID>SUSE Linux Micro 6.0:kernel-source-rt</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-default</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-devel</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-devel-rt</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-macros</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-source</ProductID>
        <ProductID>SUSE Linux Micro 6.1:kernel-source-rt</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:kernel-default</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:kernel-default-devel</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:kernel-devel</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:kernel-macros</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:kernel-source</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:kernel-default</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:kernel-default-devel</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:kernel-devel</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:kernel-macros</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.3:kernel-source</ProductID>
        <ProductID>SUSE Manager Server 4.3:kernel-default</ProductID>
        <ProductID>SUSE Manager Server 4.3:kernel-default-devel</ProductID>
        <ProductID>SUSE Manager Server 4.3:kernel-devel</ProductID>
        <ProductID>SUSE Manager Server 4.3:kernel-macros</ProductID>
        <ProductID>SUSE Manager Server 4.3:kernel-source</ProductID>
        <ProductID>SUSE Real Time Module 15 SP6:kernel-devel-rt</ProductID>
        <ProductID>SUSE Real Time Module 15 SP6:kernel-source-rt</ProductID>
        <ProductID>openSUSE Leap 15.6:cluster-md-kmp-default</ProductID>
        <ProductID>openSUSE Leap 15.6:dlm-kmp-default</ProductID>
        <ProductID>openSUSE Leap 15.6:gfs2-kmp-default</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-default</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-default-devel</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-default-extra</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-default-livepatch</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-default-livepatch-devel</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-default-optional</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-default-vdso</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-devel</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-devel-azure</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-devel-rt</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-macros</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-source</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-source-azure</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-source-rt</ProductID>
        <ProductID>openSUSE Leap 15.6:kernel-source-vanilla</ProductID>
        <ProductID>openSUSE Leap 15.6:kselftests-kmp-default</ProductID>
        <ProductID>openSUSE Leap 15.6:ocfs2-kmp-default</ProductID>
        <ProductID>openSUSE Leap 15.6:reiserfs-kmp-default</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV3>
        <BaseScoreV3>5.5</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H</VectorV3>
      </ScoreSetV3>
    </CVSSScoreSets>
  </Vulnerability>
</cvrfdoc>
