<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:24:09 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-16116] Linux 5.17+ Configure tests for rhltable, bitmap_alloc, rdma_wr, nla_strdup</title>
                <link>https://jira.whamcloud.com/browse/LU-16116</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;    rhel8.6 with kernel 5.18 breaks a couple of compile tests&lt;/p&gt;

&lt;p&gt;    struct rhltable test fails with:&lt;br/&gt;
    ... error: &#8216;hlt&#8217; is used uninitialized in this function&lt;br/&gt;
        &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror=uninitialized&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;    bitmap_alloc() test fails with:&lt;br/&gt;
    ... error: unused variable &#8216;map&#8217; &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror=unused-variable&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;    rdma_wr() test failes with:&lt;br/&gt;
    ... error: assignment discards &#8216;const&#8217; qualifier from pointer&lt;br/&gt;
        target type &lt;span class=&quot;error&quot;&gt;&amp;#91;-Werror=discarded-qualifiers&amp;#93;&lt;/span&gt;&lt;br/&gt;
       wr = rdma_wr(NULL);&lt;/p&gt;

&lt;p&gt;    nla_strdup() test fails due to unused variable &apos;tmp&apos;&lt;/p&gt;

&lt;hr /&gt;
&lt;p&gt;Linux commit v5.15-12273-gab2f9d2d3626&lt;br/&gt;
   mm: unexport &lt;/p&gt;
{,un}
&lt;p&gt;lock_page_memcg&lt;/p&gt;

&lt;p&gt;Fails when lock_page_memcg exists but is not exported.&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;In file included from /home/shaun/lustre-release/lustre/include/lvfs.h:44,
                 from /home/shaun/lustre-release/lustre/include/obd.h:55,
                 from /home/shaun/lustre-release/lustre/llite/vvp_io.c:39:
/home/shaun/lustre-release/lustre/include/lustre_compat.h:468:31: error: expected identifier or &#8216;(&#8217; before &#8216;do&#8217;
 #define lock_page_memcg(page) do {} while (0)
                               ^~
include/linux/memcontrol.h:946:6: note: in expansion of macro &#8216;lock_page_memcg&#8217;
 void lock_page_memcg(struct page *page);
      ^~~~~~~~~~~~~~~
/home/shaun/lustre-release/lustre/include/lustre_compat.h:468:37: error: expected identifier or &#8216;(&#8217; before &#8216;while&#8217;
 #define lock_page_memcg(page) do {} while (0)
                                     ^~~~~
include/linux/memcontrol.h:946:6: note: in expansion of macro &#8216;lock_page_memcg&#8217;
 void lock_page_memcg(struct page *page);
      ^~~~~~~~~~~~~~~
/home/shaun/lustre-release/lustre/include/lustre_compat.h:469:33: error: expected identifier or &#8216;(&#8217; before &#8216;do&#8217;
 #define unlock_page_memcg(page) do {} while (0)
                                 ^~
include/linux/memcontrol.h:947:6: note: in expansion of macro &#8216;unlock_page_memcg&#8217;
 void unlock_page_memcg(struct page *page);
      ^~~~~~~~~~~~~~~~~
/home/shaun/lustre-release/lustre/include/lustre_compat.h:469:39: error: expected identifier or &#8216;(&#8217; before &#8216;while&#8217;
 #define unlock_page_memcg(page) do {} while (0)
                                       ^~~~~
include/linux/memcontrol.h:947:6: note: in expansion of macro &#8216;unlock_page_memcg&#8217;
 void unlock_page_memcg(struct page *page);
      ^~~~~~~~~~~~~~~~~
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Adjust usage of &lt;span class=&quot;error&quot;&gt;&amp;#91;un&amp;#93;&lt;/span&gt;lock_page_memcg() to vvp_&lt;span class=&quot;error&quot;&gt;&amp;#91;un&amp;#93;&lt;/span&gt;lock_page_memcg() and &lt;br/&gt;
define the mapping accordingly to avoid the compile error.&lt;/p&gt;

</description>
                <environment></environment>
        <key id="72035">LU-16116</key>
            <summary>Linux 5.17+ Configure tests for rhltable, bitmap_alloc, rdma_wr, nla_strdup</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="stancheff">Shaun Tancheff</assignee>
                                    <reporter username="stancheff">Shaun Tancheff</reporter>
                        <labels>
                    </labels>
                <created>Sun, 28 Aug 2022 14:43:49 +0000</created>
                <updated>Sat, 20 May 2023 12:06:28 +0000</updated>
                            <resolved>Sat, 20 May 2023 12:06:28 +0000</resolved>
                                                    <fixVersion>Lustre 2.16.0</fixVersion>
                    <fixVersion>Lustre 2.15.3</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="344927" author="gerrit" created="Sun, 28 Aug 2022 14:48:24 +0000"  >&lt;p&gt;&quot;Shaun Tancheff &amp;lt;shaun.tancheff@hpe.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/48361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48361&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16116&quot; title=&quot;Linux 5.17+ Configure tests for rhltable, bitmap_alloc, rdma_wr, nla_strdup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16116&quot;&gt;&lt;del&gt;LU-16116&lt;/del&gt;&lt;/a&gt; build: Configure tests for rhltable, bitmap_alloc...&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2608d12851134d408da27e817696c1e9224f39eb&lt;/p&gt;</comment>
                            <comment id="352667" author="gerrit" created="Thu, 10 Nov 2022 21:05:27 +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/c/fs/lustre-release/+/49116&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49116&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16116&quot; title=&quot;Linux 5.17+ Configure tests for rhltable, bitmap_alloc, rdma_wr, nla_strdup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16116&quot;&gt;&lt;del&gt;LU-16116&lt;/del&gt;&lt;/a&gt; build: Configure tests for rhltable, bitmap_alloc...&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 626fdd731d09a3f6357054454237acf39fc3d120&lt;/p&gt;</comment>
                            <comment id="352830" author="gerrit" created="Sun, 13 Nov 2022 06:16:08 +0000"  >&lt;p&gt;&quot;Shaun Tancheff &amp;lt;shaun.tancheff@hpe.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49144&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49144&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16116&quot; title=&quot;Linux 5.17+ Configure tests for rhltable, bitmap_alloc, rdma_wr, nla_strdup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16116&quot;&gt;&lt;del&gt;LU-16116&lt;/del&gt;&lt;/a&gt; build: Fix configure tests for lock_page_memcg&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5f11d74ff58a3a89498e40bf66499d9e6bdae967&lt;/p&gt;</comment>
                            <comment id="358209" author="gerrit" created="Sat, 7 Jan 2023 07:54:13 +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/+/48361/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/48361/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16116&quot; title=&quot;Linux 5.17+ Configure tests for rhltable, bitmap_alloc, rdma_wr, nla_strdup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16116&quot;&gt;&lt;del&gt;LU-16116&lt;/del&gt;&lt;/a&gt; build: Configure tests for rhltable, bitmap_alloc...&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 009faf132dc47dcfb604b95c93211da7d2c644e2&lt;/p&gt;</comment>
                            <comment id="365225" author="gerrit" created="Wed, 8 Mar 2023 06:46:03 +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/+/49116/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49116/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16116&quot; title=&quot;Linux 5.17+ Configure tests for rhltable, bitmap_alloc, rdma_wr, nla_strdup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16116&quot;&gt;&lt;del&gt;LU-16116&lt;/del&gt;&lt;/a&gt; build: Configure tests for rhltable, bitmap_alloc...&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 130d7a0e246ab1776efff55fe11c096da1c69ec8&lt;/p&gt;</comment>
                    </comments>
                    <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|i02y7b:</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>