<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:11:36 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-14651] Linux kernel 5.12 support</title>
                <link>https://jira.whamcloud.com/browse/LU-14651</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The 5.12 Linux kernel has just been released. Moving the native Linux client to this version exposed various kernel API changes:&lt;/p&gt;

&lt;p&gt;1) Support of IDMAPPED mounts. The impact on Lustre is struct user_namespace is passed to all VFS operations.&#160; You can read about this feature at - &lt;a href=&quot;https://lwn.net/Articles/842423&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://lwn.net/Articles/842423&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2) fscrypto API has been reworked.&lt;/p&gt;

&lt;p&gt;3) Linux kernel will not build UAPI headers with our CONF_T_* values.&lt;/p&gt;

&lt;p&gt;4) rdma_reject() returns an error string to print out.&lt;/p&gt;

&lt;p&gt;5) setsockopt uses a new sockptr_t abstract to handle both userland and kernel space at the same tim.&lt;/p&gt;</description>
                <environment>Any system running 5.12 kernel.</environment>
        <key id="63980">LU-14651</key>
            <summary>Linux kernel 5.12 support</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="simmonsja">James A Simmons</assignee>
                                    <reporter username="simmonsja">James A Simmons</reporter>
                        <labels>
                    </labels>
                <created>Thu, 29 Apr 2021 14:46:10 +0000</created>
                <updated>Mon, 25 Dec 2023 23:28:41 +0000</updated>
                            <resolved>Wed, 26 Jan 2022 14:26:57 +0000</resolved>
                                    <version>Lustre 2.15.0</version>
                                    <fixVersion>Lustre 2.15.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="300116" author="gerrit" created="Thu, 29 Apr 2021 15:33:50 +0000"  >&lt;p&gt;James Simmons (jsimmons@infradead.org) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43494&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43494&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14651&quot; title=&quot;Linux kernel 5.12 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14651&quot;&gt;&lt;del&gt;LU-14651&lt;/del&gt;&lt;/a&gt; uapi: rename CONFIG_T_* to CFG_T_*&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8bab4d03a3335bc6e36b439dba918f714fe0970d&lt;/p&gt;</comment>
                            <comment id="301947" author="gerrit" created="Wed, 19 May 2021 02:03:35 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43494/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14651&quot; title=&quot;Linux kernel 5.12 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14651&quot;&gt;&lt;del&gt;LU-14651&lt;/del&gt;&lt;/a&gt; uapi: rename CONFIG_T_* to MGS_CFG_T_*&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4d5a2eba617780eadf172cb5c1fc28d5ab023a97&lt;/p&gt;</comment>
                            <comment id="312550" author="adilger" created="Sat, 11 Sep 2021 09:08:24 +0000"  >&lt;p&gt;Is there more to be done for the 5.12 kernel to work on the client?  it would be good to add this to lustre/Changelog. &lt;/p&gt;</comment>
                            <comment id="317532" author="yujian" created="Fri, 5 Nov 2021 06:11:17 +0000"  >&lt;p&gt;Hi James,&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;1) Support of IDMAPPED mounts. The impact on Lustre is struct user_namespace is passed to all VFS operations.  You can read about this feature at - &lt;a href=&quot;https://lwn.net/Articles/842423&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://lwn.net/Articles/842423&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Are you working on this? I&apos;m also hitting this issue and working on it.&lt;/p&gt;</comment>
                            <comment id="320377" author="gerrit" created="Thu, 9 Dec 2021 08:25:23 +0000"  >&lt;p&gt;&quot;Jian Yu &amp;lt;yujian@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/45805&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/45805&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14651&quot; title=&quot;Linux kernel 5.12 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14651&quot;&gt;&lt;del&gt;LU-14651&lt;/del&gt;&lt;/a&gt; libcfs: use namespace CRYPTO_INTERNAL&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a984bc88e72480a8e666fafc16aed1f68c73644e&lt;/p&gt;</comment>
                            <comment id="321537" author="gerrit" created="Fri, 24 Dec 2021 11:02:44 +0000"  >&lt;p&gt;&quot;Jian Yu &amp;lt;yujian@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/45938&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/45938&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14651&quot; title=&quot;Linux kernel 5.12 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14651&quot;&gt;&lt;del&gt;LU-14651&lt;/del&gt;&lt;/a&gt; llite: extend inode methods with user namespace arg&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b393991277c997fc3d152144c9888359a8ff8fdf&lt;/p&gt;</comment>
                            <comment id="321946" author="gerrit" created="Thu, 6 Jan 2022 22:00:34 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/45805/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/45805/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14651&quot; title=&quot;Linux kernel 5.12 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14651&quot;&gt;&lt;del&gt;LU-14651&lt;/del&gt;&lt;/a&gt; libcfs: use namespace CRYPTO_INTERNAL&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 67e1017da0e5c71367336ccb77c4cb6f1fbc0e88&lt;/p&gt;</comment>
                            <comment id="322395" author="gerrit" created="Wed, 12 Jan 2022 00:50:35 +0000"  >&lt;p&gt;&quot;James Simmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/46054&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/46054&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14651&quot; title=&quot;Linux kernel 5.12 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14651&quot;&gt;&lt;del&gt;LU-14651&lt;/del&gt;&lt;/a&gt;: uapi: fix gcc11 -Werror=stringop-overread&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 606273981d5ebabd4155bc5ab0fce5cad0c86854&lt;/p&gt;</comment>
                            <comment id="322398" author="simmonsja" created="Wed, 12 Jan 2022 00:55:06 +0000"  >&lt;p&gt;With the patches in this ticket I can get Ubuntu 21 5.13 kernel clients working.&lt;/p&gt;</comment>
                            <comment id="322466" author="gerrit" created="Wed, 12 Jan 2022 17:00:05 +0000"  >&lt;p&gt;&quot;James Simmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/46070&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/46070&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14651&quot; title=&quot;Linux kernel 5.12 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14651&quot;&gt;&lt;del&gt;LU-14651&lt;/del&gt;&lt;/a&gt; build: remove KALLSYMS build requirement&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2901a756a1496e809627ad0d2e195256b8afbd4f&lt;/p&gt;</comment>
                            <comment id="323268" author="gerrit" created="Thu, 20 Jan 2022 06:40:22 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/45938/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/45938/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14651&quot; title=&quot;Linux kernel 5.12 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14651&quot;&gt;&lt;del&gt;LU-14651&lt;/del&gt;&lt;/a&gt; llite: extend inode methods with user namespace arg&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0feec5a3c7d4518d5c563739124b202a6a0a99f7&lt;/p&gt;</comment>
                            <comment id="323952" author="gerrit" created="Wed, 26 Jan 2022 05:14:05 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/46070/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/46070/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14651&quot; title=&quot;Linux kernel 5.12 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14651&quot;&gt;&lt;del&gt;LU-14651&lt;/del&gt;&lt;/a&gt; build: remove KALLSYMS build requirement&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8e04e4ff8a1d0807d107a65a2c1bf76aea9b4ce5&lt;/p&gt;</comment>
                            <comment id="324010" author="pjones" created="Wed, 26 Jan 2022 14:26:58 +0000"  >&lt;p&gt;Landed for 2.15&lt;/p&gt;</comment>
                            <comment id="326053" author="yujian" created="Fri, 11 Feb 2022 19:08:58 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=simmonsja&quot; class=&quot;user-hover&quot; rel=&quot;simmonsja&quot;&gt;simmonsja&lt;/a&gt;,&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;With the patches in this ticket I can get Ubuntu 21 5.13 kernel clients working.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;After building Lustre codes on an Ubuntu 20.04 VirtualBox vm node with kernel 5.13.0-27-generic, I hit the following error while loading Lustre client module :&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;# modprobe lustre
modprobe: ERROR: could not insert &apos;lustre&apos;: Exec format error

kernel: [187850.110155] module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc 00000000cab2976e, val ffffffffc110f9f8
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Have you ever hit the above issue?&lt;/p&gt;</comment>
                            <comment id="337185" author="simmonsja" created="Thu, 9 Jun 2022 17:03:16 +0000"  >&lt;p&gt;No I never hit this issue before. Are you still hitting it?&lt;/p&gt;</comment>
                            <comment id="337579" author="yujian" created="Sun, 12 Jun 2022 19:40:21 +0000"  >&lt;blockquote&gt;&lt;p&gt;No I never hit this issue before. Are you still hitting it?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The issue is fixed in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15939&quot; title=&quot;configure script changes system header and config files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15939&quot;&gt;&lt;del&gt;LU-15939&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="339794" author="gerrit" created="Thu, 7 Jul 2022 15:43:11 +0000"  >&lt;p&gt;&quot;James Simmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/47900&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47900&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14651&quot; title=&quot;Linux kernel 5.12 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14651&quot;&gt;&lt;del&gt;LU-14651&lt;/del&gt;&lt;/a&gt; ldiskfs: add 5.11 kernel support&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: fcef425d3bf1236f6a3af7994b306f8425fff453&lt;/p&gt;</comment>
                            <comment id="342463" author="gerrit" created="Wed, 3 Aug 2022 19:28:31 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/47900/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47900/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14651&quot; title=&quot;Linux kernel 5.12 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14651&quot;&gt;&lt;del&gt;LU-14651&lt;/del&gt;&lt;/a&gt; ldiskfs: add 5.11 kernel support&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7919255685d2080d619df71eecfa1545211b4ddb&lt;/p&gt;</comment>
                            <comment id="397379" author="gerrit" created="Tue, 19 Dec 2023 04:44:55 +0000"  >&lt;p&gt;&quot;Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53503&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53503&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14651&quot; title=&quot;Linux kernel 5.12 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14651&quot;&gt;&lt;del&gt;LU-14651&lt;/del&gt;&lt;/a&gt; build: fix build for el7.9 kernels&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: cc03199c61df217f7da249d9f9f3419e0333c671&lt;/p&gt;</comment>
                            <comment id="397381" author="gerrit" created="Tue, 19 Dec 2023 05:00:05 +0000"  >&lt;p&gt;&quot;Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53504&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53504&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14651&quot; title=&quot;Linux kernel 5.12 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14651&quot;&gt;&lt;del&gt;LU-14651&lt;/del&gt;&lt;/a&gt; build: fix build for el7.9 kernels&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 17f8509fb0779aea1e8f4dc8b2158bd763805e08&lt;/p&gt;</comment>
                            <comment id="397545" author="gerrit" created="Wed, 20 Dec 2023 01:58:08 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53503/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53503/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14651&quot; title=&quot;Linux kernel 5.12 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14651&quot;&gt;&lt;del&gt;LU-14651&lt;/del&gt;&lt;/a&gt; build: fix build for el7.9 kernels&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7815835d21a5c0b6dbc58d9bc9dd823d4952f86f&lt;/p&gt;</comment>
                            <comment id="397583" author="gerrit" created="Wed, 20 Dec 2023 03:47:48 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53504/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14651&quot; title=&quot;Linux kernel 5.12 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14651&quot;&gt;&lt;del&gt;LU-14651&lt;/del&gt;&lt;/a&gt; build: fix build for el7.9 kernels&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 531b666e4011464939b41fed75653b34b7f78f3e&lt;/p&gt;</comment>
                            <comment id="398002" author="gerrit" created="Mon, 25 Dec 2023 07:16:44 +0000"  >&lt;p&gt;&quot;Xing Huang &amp;lt;hxing@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53549&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53549&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14651&quot; title=&quot;Linux kernel 5.12 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14651&quot;&gt;&lt;del&gt;LU-14651&lt;/del&gt;&lt;/a&gt; llite: extend inode methods with user namespace arg&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_14&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 03a4dadc28a029aad031501d2a25481d8011e8d4&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="56278">LU-12511</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="67158">LU-15220</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|i01tdb:</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>