<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:06:51 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-7200] kernel update [SLES11 SP3 3.0.101-0.47.67]</title>
                <link>https://jira.whamcloud.com/browse/LU-7200</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The SUSE Linux Enterprise 11 SP3 kernel was updated to receive various security and bugfixes.&lt;/p&gt;

&lt;p&gt;Following security bugs were fixed:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;CVE-2015-5707: An integer overflow in the SCSI generic driver could&lt;br/&gt;
  be potentially used by local attackers to crash the kernel or execute&lt;br/&gt;
  code (bsc#940338).&lt;/li&gt;
	&lt;li&gt;CVE-2015-5364: A remote denial of service (hang) via UDP flood with&lt;br/&gt;
  incorrect package checksums was fixed. (bsc#936831).&lt;/li&gt;
	&lt;li&gt;CVE-2015-5366: A remote denial of service (unexpected error returns)&lt;br/&gt;
  via UDP flood with incorrect package checksums was fixed. (bsc#936831).&lt;/li&gt;
	&lt;li&gt;CVE-2015-1420: A race condition in the handle_to_path function in&lt;br/&gt;
  fs/fhandle.c in the Linux kernel allowed local users to bypass intended&lt;br/&gt;
  size restrictions and trigger read operations on additional memory&lt;br/&gt;
  locations by changing the handle_bytes value of a file handle during&lt;br/&gt;
  the execution of this function (bnc#915517).&lt;/li&gt;
	&lt;li&gt;CVE-2015-4700: A local user could have created a bad instruction in&lt;br/&gt;
  the JIT processed BPF code, leading to a kernel crash (bnc#935705).&lt;/li&gt;
	&lt;li&gt;CVE-2015-4167: The UDF filesystem in the Linux kernel was vulnerable&lt;br/&gt;
  to a crash which could occur while fetching inode information from a&lt;br/&gt;
  corrupted/malicious udf file system image. (bsc#933907).&lt;/li&gt;
	&lt;li&gt;CVE-2014-9728 CVE-2014-9729 CVE-2014-9730 CVE-2014-9731: Various&lt;br/&gt;
  issues in handling UDF filesystems in the Linux kernel allowed the&lt;br/&gt;
  corruption of kernel memory and other issues. An attacker able to mount&lt;br/&gt;
  a corrupted/malicious UDF file system image could cause the kernel to&lt;br/&gt;
  crash. (bsc#933904 bsc#933896)&lt;/li&gt;
	&lt;li&gt;CVE-2015-2150: The Linux kernel did not properly restrict access to&lt;br/&gt;
  PCI command registers, which might have allowed local guest users to&lt;br/&gt;
  cause a denial of service (non-maskable interrupt and host crash) by&lt;br/&gt;
  disabling the (1) memory or (2) I/O decoding for a PCI Express device&lt;br/&gt;
  and then accessing the device, which triggers an Unsupported Request&lt;br/&gt;
  (UR) response (bsc#919463).&lt;/li&gt;
	&lt;li&gt;CVE-2015-0777: drivers/xen/usbback/usbback.c as used in the Linux&lt;br/&gt;
  kernel 2.6.x and 3.x in SUSE Linux distributions, allowed guest OS users&lt;br/&gt;
  to obtain sensitive information from uninitialized locations in host OS&lt;br/&gt;
  kernel memory via unspecified vectors (bnc#917830).&lt;/li&gt;
	&lt;li&gt;CVE-2015-2830: arch/x86/kernel/entry_64.S in the Linux kernel did&lt;br/&gt;
  not prevent the TS_COMPAT flag from reaching a user-mode task, which&lt;br/&gt;
  might have allowed local users to bypass the seccomp or audit protection&lt;br/&gt;
  mechanism via a crafted application that uses the (1) fork or (2) close&lt;br/&gt;
  system call, as demonstrated by an attack against seccomp before 3.16&lt;br/&gt;
  (bnc#926240).&lt;/li&gt;
	&lt;li&gt;CVE-2015-1805: The Linux kernels implementation of vectored pipe&lt;br/&gt;
  read and write functionality did not take into account the I/O vectors&lt;br/&gt;
  that were already processed when retrying after a failed atomic access&lt;br/&gt;
  operation, potentially resulting in memory corruption due to an I/O vector&lt;br/&gt;
  array overrun. A local, unprivileged user could use this flaw to crash&lt;br/&gt;
  the system or, potentially, escalate their privileges on the system.&lt;br/&gt;
  (bsc#933429).&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;Also the following non-security bugs were fixed:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;audit: keep inode pinned (bsc#851068).&lt;/li&gt;
	&lt;li&gt;btrfs: be aware of btree inode write errors to avoid fs corruption (bnc#942350).&lt;/li&gt;
	&lt;li&gt;btrfs: check if previous transaction aborted to avoid fs corruption (bnc#942350).&lt;/li&gt;
	&lt;li&gt;btrfs: deal with convert_extent_bit errors to avoid fs corruption (bnc#942350).&lt;/li&gt;
	&lt;li&gt;cifs: Fix missing crypto allocation (bnc#937402).&lt;/li&gt;
	&lt;li&gt;client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is set (bnc#932348).&lt;/li&gt;
	&lt;li&gt;drm: ast,cirrus,mgag200: use drm_can_sleep (bnc#883380, bsc#935572).&lt;/li&gt;
	&lt;li&gt;drm/cirrus: do not attempt to acquire a reservation while in an interrupt handler (bsc#935572).&lt;/li&gt;
	&lt;li&gt;drm/mgag200: do not attempt to acquire a reservation while in an interrupt handler (bsc#935572).&lt;/li&gt;
	&lt;li&gt;drm/mgag200: Do not do full cleanup if mgag200_device_init fails.&lt;/li&gt;
	&lt;li&gt;ext3: Fix data corruption in inodes with journalled data (bsc#936637)&lt;/li&gt;
	&lt;li&gt;ext4: handle SEEK_HOLE/SEEK_DATA generically (bsc#934944).&lt;/li&gt;
	&lt;li&gt;fanotify: Fix deadlock with permission events (bsc#935053).&lt;/li&gt;
	&lt;li&gt;fork: reset mm-&amp;gt;pinned_vm (bnc#937855).&lt;/li&gt;
	&lt;li&gt;hrtimer: prevent timer interrupt DoS (bnc#886785).&lt;/li&gt;
	&lt;li&gt;hugetlb: do not account hugetlb pages as NR_FILE_PAGES (bnc#930092).&lt;/li&gt;
	&lt;li&gt;hugetlb, kabi: do not account hugetlb pages as NR_FILE_PAGES (bnc#930092).&lt;/li&gt;
	&lt;li&gt;IB/core: Fix mismatch between locked and pinned pages (bnc#937855).&lt;/li&gt;
	&lt;li&gt;iommu/amd: Fix memory leak in free_pagetable (bsc#935866).&lt;/li&gt;
	&lt;li&gt;iommu/amd: Handle integer overflow in dma_ops_area_alloc (bsc#931538).&lt;/li&gt;
	&lt;li&gt;iommu/amd: Handle large pages correctly in free_pagetable (bsc#935866).&lt;/li&gt;
	&lt;li&gt;ipr: Increase default adapter init stage change timeout (bsc#930761).&lt;/li&gt;
	&lt;li&gt;ixgbe: Use pci_vfs_assigned instead of ixgbe_vfs_are_assigned (bsc#927355).&lt;/li&gt;
	&lt;li&gt;kdump: fix crash_kexec()/smp_send_stop() race in panic() (bnc#937444).&lt;/li&gt;
	&lt;li&gt;kernel: add panic_on_warn. (bsc#934742)&lt;/li&gt;
	&lt;li&gt;kvm: irqchip: Break up high order allocations of kvm_irq_routing_table (bnc#926953).&lt;/li&gt;
	&lt;li&gt;libata: prevent HSM state change race between ISR and PIO (bsc#923245).&lt;/li&gt;
	&lt;li&gt;md: use kzalloc() when bitmap is disabled (bsc#939994).&lt;/li&gt;
	&lt;li&gt;megaraid_sas: Use correct reset sequence in adp_reset() (bsc#894936).&lt;/li&gt;
	&lt;li&gt;mlx4: Check for assigned VFs before disabling SR-IOV (bsc#927355).&lt;/li&gt;
	&lt;li&gt;mm/hugetlb: check for pte NULL pointer in __page_check_address() (bnc#929143).&lt;/li&gt;
	&lt;li&gt;mm: restrict access to slab files under procfs and sysfs (bnc#936077).&lt;/li&gt;
	&lt;li&gt;net: fib6: fib6_commit_metrics: fix potential NULL pointer dereference (bsc#867362).&lt;/li&gt;
	&lt;li&gt;net: Fix &quot;ip rule delete table 256&quot; (bsc#873385).&lt;/li&gt;
	&lt;li&gt;net: ipv6: fib: do not sleep inside atomic lock (bsc#867362).&lt;/li&gt;
	&lt;li&gt;net/mlx4_core: Do not disable SRIOV if there are active VFs (bsc#927355).&lt;/li&gt;
	&lt;li&gt;nfsd: Fix nfsv4 opcode decoding error (bsc#935906).&lt;/li&gt;
	&lt;li&gt;nfsd: support disabling 64bit dir cookies (bnc#937503).&lt;/li&gt;
	&lt;li&gt;nfs: never queue requests with rq_cong set on the sending queue (bsc#932458).&lt;/li&gt;
	&lt;li&gt;nfsv4: Minor cleanups for nfs4_handle_exception and nfs4_async_handle_error (bsc#939910).&lt;/li&gt;
	&lt;li&gt;pagecache limit: add tracepoints (bnc#924701).&lt;/li&gt;
	&lt;li&gt;pagecache limit: Do not skip over small zones that easily (bnc#925881).&lt;/li&gt;
	&lt;li&gt;pagecache limit: export debugging counters via /proc/vmstat (bnc#924701).&lt;/li&gt;
	&lt;li&gt;pagecache limit: fix wrong nr_reclaimed count (bnc#924701).&lt;/li&gt;
	&lt;li&gt;pagecache limit: reduce starvation due to reclaim retries (bnc#925903).&lt;/li&gt;
	&lt;li&gt;pci: Add SRIOV helper function to determine if VFs are assigned to guest (bsc#927355).&lt;/li&gt;
	&lt;li&gt;pci: Disable Bus Master only on kexec reboot (bsc#920110).&lt;/li&gt;
	&lt;li&gt;pci: disable Bus Master on PCI device shutdown (bsc#920110).&lt;/li&gt;
	&lt;li&gt;pci: Disable Bus Master unconditionally in pci_device_shutdown() (bsc#920110).&lt;/li&gt;
	&lt;li&gt;pci: Don&apos;t try to disable Bus Master on disconnected PCI devices (bsc#920110).&lt;/li&gt;
	&lt;li&gt;perf, nmi: Fix unknown NMI warning (bsc#929142).&lt;/li&gt;
	&lt;li&gt;perf/x86/intel: Move NMI clearing to end of PMI handler  (bsc#929142).&lt;/li&gt;
	&lt;li&gt;rtlwifi: rtl8192cu: Fix kernel deadlock (bnc#927786).&lt;/li&gt;
	&lt;li&gt;sched: fix __sched_setscheduler() vs load balancing race (bnc#921430)&lt;/li&gt;
	&lt;li&gt;scsi_error: add missing case statements in scsi_decide_disposition() (bsc#920733).&lt;/li&gt;
	&lt;li&gt;scsi: Set hostbyte status in scsi_check_sense() (bsc#920733).&lt;/li&gt;
	&lt;li&gt;scsi: set host msg status correctly (bnc#933936)&lt;/li&gt;
	&lt;li&gt;scsi: vmw_pvscsi: Fix pvscsi_abort() function (bnc#940398 bsc#930934).&lt;/li&gt;
	&lt;li&gt;st: null pointer dereference panic caused by use after kref_put by st_open (bsc#936875).&lt;/li&gt;
	&lt;li&gt;udf: Remove repeated loads blocksize (bsc#933907).&lt;/li&gt;
	&lt;li&gt;usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub port reset (bnc#937641).&lt;/li&gt;
	&lt;li&gt;vmxnet3: Bump up driver version number (bsc#936423).&lt;/li&gt;
	&lt;li&gt;vmxnet3: Changes for vmxnet3 adapter version 2 (fwd) (bug#936423).&lt;/li&gt;
	&lt;li&gt;vmxnet3: Fix memory leaks in rx path (fwd) (bug#936423).&lt;/li&gt;
	&lt;li&gt;vmxnet3: Register shutdown handler for device (fwd) (bug#936423).&lt;/li&gt;
	&lt;li&gt;x86/mm: Improve AMD Bulldozer ASLR workaround (bsc#937032).&lt;/li&gt;
	&lt;li&gt;x86, tls: Interpret an all-zero struct user_desc as &quot;no segment&quot; (bsc#920250).&lt;/li&gt;
	&lt;li&gt;x86, tls, ldt: Stop checking lm in LDT_empty (bsc#920250).&lt;/li&gt;
	&lt;li&gt;xenbus: add proper handling of XS_ERROR from Xenbus for transactions.&lt;/li&gt;
	&lt;li&gt;xfs: avoid mounting of xfs filesystems with inconsistent option (bnc#925705)&lt;/li&gt;
	&lt;li&gt;zcrypt: Fixed reset and interrupt handling of AP queues (bnc#936925, LTC#126491).&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="32288">LU-7200</key>
            <summary>kernel update [SLES11 SP3 3.0.101-0.47.67]</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="bogl">Bob Glossman</assignee>
                                    <reporter username="bogl">Bob Glossman</reporter>
                        <labels>
                    </labels>
                <created>Wed, 23 Sep 2015 17:25:48 +0000</created>
                <updated>Fri, 1 Jul 2016 18:49:43 +0000</updated>
                            <resolved>Wed, 18 Nov 2015 01:32:41 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="128294" author="gerrit" created="Wed, 23 Sep 2015 19:41:58 +0000"  >&lt;p&gt;Bob Glossman (bob.glossman@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/16617&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/16617&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7200&quot; title=&quot;kernel update [SLES11 SP3 3.0.101-0.47.67]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7200&quot;&gt;&lt;del&gt;LU-7200&lt;/del&gt;&lt;/a&gt; kernel: kernel update &lt;span class=&quot;error&quot;&gt;&amp;#91;SLES11 SP3 3.0.101-0.47.67&amp;#93;&lt;/span&gt;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 03672d45490195a95da80e1de7902dcf35c3dbd6&lt;/p&gt;</comment>
                            <comment id="131363" author="bogl" created="Fri, 23 Oct 2015 14:36:58 +0000"  >&lt;p&gt;seeing failure like this on every boot of MDS:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;02:33:55:[    1.798369] modprobe: page allocation failure: order:4, mode:0xd0
02:33:55:[    1.799381] Pid: 409, comm: modprobe Tainted: G           E   3.0.101-0.47.67_lustre.g71918e8-default #1
02:33:55:[    1.801128] Call Trace:
02:33:55:[    1.801750]  [&amp;lt;ffffffff81004b95&amp;gt;] dump_trace+0x75/0x300
02:33:55:[    1.802653]  [&amp;lt;ffffffff81465033&amp;gt;] dump_stack+0x69/0x6f
02:33:55:[    1.803551]  [&amp;lt;ffffffff811028d6&amp;gt;] warn_alloc_failed+0xc6/0x170
02:33:55:[    1.804574]  [&amp;lt;ffffffff811044e1&amp;gt;] __alloc_pages_slowpath+0x561/0x7f0
02:33:55:[    1.805603]  [&amp;lt;ffffffff81104959&amp;gt;] __alloc_pages_nodemask+0x1e9/0x200
02:33:55:[    1.806622]  [&amp;lt;ffffffff81146e43&amp;gt;] kmem_getpages+0x53/0x180
02:33:55:[    1.807563]  [&amp;lt;ffffffff81147c56&amp;gt;] fallback_alloc+0x196/0x270
02:33:55:[    1.808524]  [&amp;lt;ffffffff81148847&amp;gt;] kmem_cache_alloc+0x207/0x2a0
02:33:55:[    1.809491]  [&amp;lt;ffffffff8114acb7&amp;gt;] kmem_cache_create+0x297/0x540
02:33:55:[    1.810472]  [&amp;lt;ffffffffa033a316&amp;gt;] nfs_init_writepagecache+0x1f/0xd09 [nfs]
02:33:55:[    1.811563]  [&amp;lt;ffffffffa033a185&amp;gt;] init_nfs_fs+0xe5/0x138 [nfs]
02:33:55:[    1.812545]  [&amp;lt;ffffffff810001cb&amp;gt;] do_one_initcall+0x3b/0x180
02:33:55:[    1.813496]  [&amp;lt;ffffffff810a2e2f&amp;gt;] sys_init_module+0xcf/0x240
02:33:55:[    1.814458]  [&amp;lt;ffffffff8146fe72&amp;gt;] system_call_fastpath+0x16/0x1b
02:33:55:[    1.815442]  [&amp;lt;00007f17535abd5a&amp;gt;] 0x7f17535abd59
02:33:55:[    1.816299] Mem-Info:
02:33:55:[    1.816916] Node 0 DMA per-cpu:
02:33:55:[    1.817655] CPU    0: hi:    0, btch:   1 usd:   0
02:33:55:[    1.818518] Node 0 DMA32 per-cpu:
02:33:55:[    1.819303] CPU    0: hi:   42, btch:   7 usd:   0
02:33:55:[    1.820178] active_anon:1395 inactive_anon:6 isolated_anon:0
02:33:55:[    1.820179]  active_file:3865 inactive_file:3893 isolated_file:0
02:33:55:[    1.820179]  unevictable:9609 dirty:0 writeback:0 unstable:0
02:33:55:[    1.820180]  free:893 slab_reclaimable:893 slab_unreclaimable:4198
02:33:55:[    1.820181]  mapped:1160 shmem:8 pagetables:356 bounce:0
02:34:16:[    1.824950] Node 0 DMA free:460kB min:0kB low:0kB high:0kB active_anon:0kB inactive_anon:0kB active_file:72kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:308kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
02:34:16:[    1.830684] lowmem_reserve[]: 0 115 115 115
02:34:17:[    1.831764] Node 0 DMA32 free:3112kB min:1372kB low:1712kB high:2056kB active_anon:5580kB inactive_anon:24kB active_file:15388kB inactive_file:15572kB unevictable:38436kB isolated(anon):0kB isolated(file):0kB present:118392kB mlocked:8208kB dirty:0kB writeback:0kB mapped:4640kB shmem:32kB slab_reclaimable:3572kB slab_unreclaimable:16792kB kernel_stack:568kB pagetables:1424kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
02:34:17:[    1.837891] lowmem_reserve[]: 0 0 0 0
02:34:17:[    1.838916] Node 0 DMA: 3*4kB 0*8kB 0*16kB 0*32kB 3*64kB 2*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 460kB
02:34:17:[    1.841450] Node 0 DMA32: 142*4kB 126*8kB 54*16kB 17*32kB 2*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 3112kB
02:34:17:[    1.844017] 15327 total pagecache pages
02:34:17:[    1.844773] 0 pages in swap cache
02:34:17:[    1.845496] Swap cache stats: add 0, delete 0, find 0/0
02:34:17:[    1.846396] Free swap  = 0kB
02:34:17:[    1.847064] Total swap = 0kB
02:34:17:[    1.847719] 29675 pages RAM
02:34:17:[    1.848471] FS-Cache: Netfs &apos;nfs&apos; unregistered from caching
02:34:17:modprobe: FATAL: Error inserting nfs (/lib/modules/3.0.101-0.47.67_lustre.g71918e8-default/kernel/fs/nfs/nfs.ko): Cannot allocate memory
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;It doesn&apos;t appear fatal.  Execution proceeds after these events.  Sure to block use of nfs.  I believe it&apos;s common in many sites and test environments to mount nfs volumes to all servers for common logging or sharing low data rate info.&lt;/p&gt;</comment>
                            <comment id="133697" author="gerrit" created="Tue, 17 Nov 2015 15:26:08 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/16617/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/16617/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7200&quot; title=&quot;kernel update [SLES11 SP3 3.0.101-0.47.67]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7200&quot;&gt;&lt;del&gt;LU-7200&lt;/del&gt;&lt;/a&gt; kernel: kernel update &lt;span class=&quot;error&quot;&gt;&amp;#91;SLES11 SP3 3.0.101-0.47.67&amp;#93;&lt;/span&gt;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 77f345abbe6228f284ec1228efbe1094275ee9e5&lt;/p&gt;</comment>
                            <comment id="133794" author="jgmitter" created="Wed, 18 Nov 2015 01:32:41 +0000"  >&lt;p&gt;Landed for 2.8&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="31254">LU-6920</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="32793">LU-7333</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzxohr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>