<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:51: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-12355] Support for linux kernel version 5.0</title>
                <link>https://jira.whamcloud.com/browse/LU-12355</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Several API changes from 4.18 to 5.0&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Trivial&lt;/p&gt;

&lt;p&gt;ib_device_ops&lt;/p&gt;

&lt;p&gt;function int ib_fmr_pool_unmap() -&amp;gt; void&#160;ib_fmr_pool_unmap()&lt;/p&gt;

&lt;p&gt;DECLARE_PCI_UNMAP_ADDR() dropped&lt;/p&gt;

&lt;p&gt;4.16: kernel_sock_ioctl() helper function dropped&lt;/p&gt;

&lt;p&gt;Fix up&#160;inode_has_no_xattr() now that MS_* and SB_* flags have split.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;4.18: kernel inode i_mtime, i_atime, i_ctime are timespec64&lt;/p&gt;

&lt;p&gt;4.19: kernel ext4_iget() now takes a flags argument&lt;/p&gt;

&lt;p&gt;4.20: iov_iter_type is defined breaking a macro only used by lustre&lt;/p&gt;

&lt;p&gt;Provide accessor wrapper for:&lt;/p&gt;

&lt;p&gt;kernel 5.0 commit ca79b0c211af63fa3276f0e3fd7dd9ada2439839&lt;br/&gt;
mm: convert totalram_pages and totalhigh_pages variables to atomic&lt;/p&gt;

&lt;p&gt;&#160;kernel 4.19 vfs &apos;atomic_open&apos; changed signature. Use&#160;FMODE_CREATED flag instead of &apos;*opened&apos; argument.&lt;/p&gt;

&lt;p&gt;kernel 5.1 commit 3d252529480c68bfd6a6774652df7c8968b28e41&lt;br/&gt;
SELinux: Remove unused selinux_is_enabled&lt;/p&gt;

&lt;p&gt;(commit 3d252529480 included in ubuntu 5.0 kernel)&lt;/p&gt;

&lt;p&gt;Provide .m4 macros and wrappers as needed.&lt;/p&gt;

&lt;p&gt;(Mostly trivial changes on top of changes for RHEL8).&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment>Ubuntu 19.04</environment>
        <key id="55782">LU-12355</key>
            <summary>Support for linux kernel version 5.0</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="stancheff">Shaun Tancheff</assignee>
                                    <reporter username="stancheff">Shaun Tancheff</reporter>
                        <labels>
                    </labels>
                <created>Wed, 29 May 2019 18:42:27 +0000</created>
                <updated>Tue, 8 Jun 2021 22:26:18 +0000</updated>
                            <resolved>Mon, 10 Feb 2020 12:42:17 +0000</resolved>
                                    <version>Lustre 2.13.0</version>
                                    <fixVersion>Lustre 2.14.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="248118" author="simmonsja" created="Fri, 31 May 2019 15:28:04 +0000"  >&lt;p&gt;Note I have a Ubuntu 18.10 system at home which I do build test on. It is a 5.0 kernel. The changes needed for client support are:&lt;/p&gt;

&lt;p&gt;totalram_pages -&amp;gt; totalram_pages()&lt;/p&gt;

&lt;p&gt;ib_fmr_pool_unmap() is a void return.&lt;/p&gt;

&lt;p&gt;ibh_ibdev-&amp;gt;alloc_fmr&#160; =&amp;gt; ibh_ibdev-&amp;gt;ops.alloc_fmr&lt;/p&gt;

&lt;p&gt;inode_has_no_xattr() in lustre_compat.h is wrong. I think this is due to MS_NOSEC being renamed.&lt;/p&gt;

&lt;p&gt;MS_* flags renamed to SB_FLAGS&lt;/p&gt;

&lt;p&gt;sb-&amp;gt;s_flags is now accessed by sb_***(sb) macros&lt;/p&gt;

&lt;p&gt;No more&#160;iov_for_each()&lt;/p&gt;

&lt;p&gt;selinux_is_enabled() is gone&lt;/p&gt;

&lt;p&gt;Various GSS changes&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="248119" author="gerrit" created="Fri, 31 May 2019 16:14:32 +0000"  >&lt;p&gt;Shaun Tancheff (stancheff@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35014&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35014&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; lnet: kernel helper kernel_sock_ioctl removed&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0c754af69a93c6cc6d0e2f48e1e2232ddd39cdf9&lt;/p&gt;</comment>
                            <comment id="248121" author="gerrit" created="Fri, 31 May 2019 17:02:30 +0000"  >&lt;p&gt;Shaun Tancheff (stancheff@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35016&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35016&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; lnet: Adjust checks for ib_device_ops&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e32a39380c8859f36bfa310082a1c485f25b6705&lt;/p&gt;</comment>
                            <comment id="248123" author="gerrit" created="Fri, 31 May 2019 17:08:38 +0000"  >&lt;p&gt;Shaun Tancheff (stancheff@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35017&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35017&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; lnet: ib_fmr_pool_unmap returns void&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 439952c3e10e97135ea31aa8cfb0cf1763633e97&lt;/p&gt;</comment>
                            <comment id="248131" author="gerrit" created="Fri, 31 May 2019 17:47:07 +0000"  >&lt;p&gt;Shaun Tancheff (stancheff@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35019&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35019&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: MS_* flags and SB_* flags split&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 850f2474e97e9bc701f32b4a77107a14cbbf1a24&lt;/p&gt;</comment>
                            <comment id="248134" author="gerrit" created="Fri, 31 May 2019 18:03:59 +0000"  >&lt;p&gt;Shaun Tancheff (stancheff@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35020&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35020&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: vfs atomic_open change with FMODE_CREATED&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ba4261b129b3aa1fcda059f300ed1023dca1effd&lt;/p&gt;</comment>
                            <comment id="248137" author="gerrit" created="Fri, 31 May 2019 18:23:53 +0000"  >&lt;p&gt;Shaun Tancheff (stancheff@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35023&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35023&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; ldiskfs: Added ext4_iget_flags to ext4_iget&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ab982b9ec6c7718efc9e62ea7fc07f4a8d3958a0&lt;/p&gt;</comment>
                            <comment id="248138" author="gerrit" created="Fri, 31 May 2019 19:12:10 +0000"  >&lt;p&gt;Shaun Tancheff (stancheff@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35024&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35024&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: Lustre specific iov_for_each broken (removed)&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ab8a1621976649d6d42cf5249911a7044f31c8aa&lt;/p&gt;</comment>
                            <comment id="248140" author="gerrit" created="Fri, 31 May 2019 19:41:55 +0000"  >&lt;p&gt;Shaun Tancheff (stancheff@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35025&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35025&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: totalram_pages changed to atomic_long_t&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2a1833f0993f64d8e79627fb394c53634645c687&lt;/p&gt;</comment>
                            <comment id="248217" author="gerrit" created="Sun, 2 Jun 2019 19:56:25 +0000"  >&lt;p&gt;Shaun Tancheff (stancheff@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35035&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35035&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: include file linux/selinux.h removed&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2a0720868777dcea694cebdc3b2e10e0b9301d69&lt;/p&gt;</comment>
                            <comment id="248262" author="gerrit" created="Mon, 3 Jun 2019 13:27:34 +0000"  >&lt;p&gt;Shaun Tancheff (stancheff@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35040&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35040&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; ldiskfs: bio_phys_segments symbol is not exported&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9b93fa3fbacceb15244592c39a77527029069d38&lt;/p&gt;</comment>
                            <comment id="248302" author="gerrit" created="Mon, 3 Jun 2019 22:49:40 +0000"  >&lt;p&gt;Shaun Tancheff (stancheff@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35050&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35050&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; osd-ldiskfs: timespec_trunc removed&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 383cbc9ed23ecd73cecb40e24963e55060f05523&lt;/p&gt;</comment>
                            <comment id="248304" author="gerrit" created="Mon, 3 Jun 2019 22:55:26 +0000"  >&lt;p&gt;Shaun Tancheff (stancheff@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35051&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35051&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; ldiskfs: Update ldiskfs patches for 5.0&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6f7ef68dd4889286542971da90d5e405f92d32ba&lt;/p&gt;</comment>
                            <comment id="249224" author="gerrit" created="Thu, 13 Jun 2019 18:50:53 +0000"  >&lt;p&gt;Shaun Tancheff (stancheff@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35223&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35223&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: vfs_read removed, use kernel_read&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ffd3a43a1f15ffae1537f6402e13fa3c2e017eaa&lt;/p&gt;</comment>
                            <comment id="249335" author="gerrit" created="Sun, 16 Jun 2019 03:26:26 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35016/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35016/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; lnet: Adjust checks for ib_device_ops&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 27572b0476b07b396174430940f184ed85088eeb&lt;/p&gt;</comment>
                            <comment id="249522" author="gerrit" created="Thu, 20 Jun 2019 03:50:34 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35050/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35050/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; osd-ldiskfs: timespec_trunc removed&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1dec2632b68eab9a46d6a81d33a456345b0c0bf7&lt;/p&gt;</comment>
                            <comment id="249523" author="gerrit" created="Thu, 20 Jun 2019 03:50:38 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35023/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35023/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; ldiskfs: Added ext4_iget_flags to ext4_iget&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8ab3aa50a14f09f0f048d69b0dc087b1280befd0&lt;/p&gt;</comment>
                            <comment id="249524" author="gerrit" created="Thu, 20 Jun 2019 03:50:41 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35020/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35020/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: vfs atomic_open change with FMODE_CREATED&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4decb4c2da6053066f10cbe419e2db212de8e4aa&lt;/p&gt;</comment>
                            <comment id="249525" author="gerrit" created="Thu, 20 Jun 2019 03:50:47 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35017/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35017/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; lnet: ib_fmr_pool_unmap returns void&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 46298ffe0b436a8cf1c60aa3d7bde7ae52c78d00&lt;/p&gt;</comment>
                            <comment id="249533" author="gerrit" created="Thu, 20 Jun 2019 03:53:07 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35040/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35040/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; ldiskfs: bio_phys_segments symbol is not exported&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 032004cd076bdc69076d8ea455ae2de10d996428&lt;/p&gt;</comment>
                            <comment id="251198" author="gerrit" created="Fri, 12 Jul 2019 05:22:06 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35025/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35025/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: totalram_pages changed to atomic_long_t&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5ca5b19e8efdfede8ec3405eaced7202984f396b&lt;/p&gt;</comment>
                            <comment id="251349" author="gerrit" created="Sun, 14 Jul 2019 11:18:33 +0000"  >&lt;p&gt;Shaun Tancheff (stancheff@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35496&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35496&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; ldiskfs: Remove old map blocks support&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6ef895e497f578dbc75fe264c5e829d3045b3b0a&lt;/p&gt;</comment>
                            <comment id="251912" author="gerrit" created="Wed, 24 Jul 2019 04:21:05 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35019/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35019/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: MS_* flags and SB_* flags split&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 72a84970e6d2a2d4b3a35f2ee058511be2fda82e&lt;/p&gt;</comment>
                            <comment id="252430" author="gerrit" created="Fri, 2 Aug 2019 06:02:27 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35496/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35496/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; ldiskfs: Remove old map blocks support&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e7e13c90969808e6eada81bbb1facad6e6113bd3&lt;/p&gt;</comment>
                            <comment id="252832" author="gerrit" created="Fri, 9 Aug 2019 04:40:06 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35024/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35024/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: Lustre specific iov_for_each broken (removed)&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d93aa0171a25f8ffca51bed35a2d477a45fda0f3&lt;/p&gt;</comment>
                            <comment id="252833" author="gerrit" created="Fri, 9 Aug 2019 04:40:12 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35035/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35035/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: include file linux/selinux.h removed&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 39e5bfa73414d18738001761b42ea0e3264c2983&lt;/p&gt;</comment>
                            <comment id="255613" author="gerrit" created="Mon, 30 Sep 2019 16:50:00 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36328&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36328&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; lnet: Adjust checks for ib_device_ops&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 23c0dfab81c59fe7ec04b1438c79c719aa7eac3c&lt;/p&gt;</comment>
                            <comment id="255614" author="gerrit" created="Mon, 30 Sep 2019 16:50:00 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36329&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36329&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; lnet: ib_fmr_pool_unmap returns void&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6311a66d25d372fcbe894ba19f6dad5bc4d79cbc&lt;/p&gt;</comment>
                            <comment id="255946" author="gerrit" created="Fri, 4 Oct 2019 20:31:13 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36328/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36328/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; lnet: Adjust checks for ib_device_ops&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 147d9b037cb9a664b3f3e4fd297cd859e53c7dff&lt;/p&gt;</comment>
                            <comment id="255947" author="gerrit" created="Fri, 4 Oct 2019 20:31:17 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36329/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36329/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; lnet: ib_fmr_pool_unmap returns void&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 96f70774fb45243748ea113d9913bb8536c18db3&lt;/p&gt;</comment>
                            <comment id="256142" author="gerrit" created="Wed, 9 Oct 2019 19:58:09 +0000"  >&lt;p&gt;Jian Yu (yujian@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36415&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36415&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: vfs atomic_open change with FMODE_CREATED&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4679a32d23a8d2f04305e949a7e9e5b1585fac8a&lt;/p&gt;</comment>
                            <comment id="258612" author="gerrit" created="Thu, 21 Nov 2019 07:34:14 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36415/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36415/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: vfs atomic_open change with FMODE_CREATED&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8f5922a924de71b6a732eb7d2d2b50d58ecb0996&lt;/p&gt;</comment>
                            <comment id="259286" author="gerrit" created="Fri, 6 Dec 2019 01:05:11 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35051/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35051/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; ldiskfs: Update ldiskfs patches for 5.0&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: fafb52290c675e36b09d1de88cdd65ba981cb3a0&lt;/p&gt;</comment>
                            <comment id="259333" author="pjones" created="Fri, 6 Dec 2019 02:40:20 +0000"  >&lt;p&gt;Everything open has landed - is there anything more still to come under this ticket or can we mark it as resolved?&lt;/p&gt;</comment>
                            <comment id="262998" author="simmonsja" created="Mon, 10 Feb 2020 12:41:59 +0000"  >&lt;p&gt;Everything has landed so this can be closed.&lt;/p&gt;</comment>
                            <comment id="269258" author="gerrit" created="Mon, 4 May 2020 19:59:25 +0000"  >&lt;p&gt;Jian Yu (yujian@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38479&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38479&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: Lustre specific iov_for_each broken (removed)&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 145a42ee5a94dcb1f97f2fe0fdb9d4fee2b0b382&lt;/p&gt;</comment>
                            <comment id="269259" author="gerrit" created="Mon, 4 May 2020 20:03:42 +0000"  >&lt;p&gt;Jian Yu (yujian@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38480&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38480&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: include file linux/selinux.h removed&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8fc827345c00846b35c60d9bf1f5ae5fe44e97e7&lt;/p&gt;</comment>
                            <comment id="271211" author="gerrit" created="Wed, 27 May 2020 02:40:08 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38479/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: Lustre specific iov_for_each broken (removed)&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e6d9610390bd8dcf4d0afe09d65399d84ef083cb&lt;/p&gt;</comment>
                            <comment id="271212" author="gerrit" created="Wed, 27 May 2020 02:40:11 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38480/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: include file linux/selinux.h removed&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 547cda898d8f3523aa411c5d7f98c2a14beb2139&lt;/p&gt;</comment>
                            <comment id="283111" author="gerrit" created="Fri, 23 Oct 2020 07:33:20 +0000"  >&lt;p&gt;Jian Yu (yujian@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40376&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40376&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: totalram_pages changed to atomic_long_t&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b93f619e9f6f2bd4dfa42210a1a103f2a4f14faf&lt;/p&gt;</comment>
                            <comment id="283114" author="gerrit" created="Fri, 23 Oct 2020 07:47:22 +0000"  >&lt;p&gt;Jian Yu (yujian@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40379&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40379&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: MS_* flags and SB_* flags split&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 698df502bb65cb93082127d24362b30e0c651b89&lt;/p&gt;</comment>
                            <comment id="303900" author="gerrit" created="Tue, 8 Jun 2021 22:26:12 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/40376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40376/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: totalram_pages changed to atomic_long_t&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 004a8fae2ddb04f6c8a3ccf40a0fb9b233cfe811&lt;/p&gt;</comment>
                            <comment id="303901" author="gerrit" created="Tue, 8 Jun 2021 22:26:18 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/40379/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40379/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12355&quot; title=&quot;Support for linux kernel version 5.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12355&quot;&gt;&lt;del&gt;LU-12355&lt;/del&gt;&lt;/a&gt; llite: MS_* flags and SB_* flags split&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f9d52ca68ef2078a93b39bb83b103f14a7053162&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="55971">LU-12445</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="55958">LU-12438</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_10030" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Epic/Theme</customfieldname>
                        <customfieldvalues>
                                        <label>build</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i00h5z:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>