<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:22:39 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-15945] 2.15.0-RC5 build fails on rhel 8.6</title>
                <link>https://jira.whamcloud.com/browse/LU-15945</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;build fails with&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-bash&quot;&gt;
/tmp/rpmbuild-lustre-snehring-1Hf0tY1v/BUILD/lustre-2.15.0_RC5/lustre/ptlrpc/../../lustre/target/update_trans.c:1611:16: error: &lt;span class=&quot;code-quote-red&quot;&gt;&apos;struct task_struct&apos;&lt;/span&gt; has no member named &lt;span class=&quot;code-quote-red&quot;&gt;&apos;state&apos;&lt;/span&gt;; did you mean &lt;span class=&quot;code-quote-red&quot;&gt;&apos;__state&apos;&lt;/span&gt;?   &lt;span class=&quot;code-object&quot;&gt;if&lt;/span&gt; (current-&amp;gt;state)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;between 8.5 and 8.6 redhat changed the task_struct struct and introduced&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-c&quot;&gt;
RH_KABI_REPLACE_SPLIT(&lt;span class=&quot;code-keyword&quot;&gt;volatile&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;long&lt;/span&gt;&lt;/span&gt;     state,
                              &lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;unsigned&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;&lt;/span&gt;      __state)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;Not sure if it&apos;ll be possible to get this in before the 2.15.0 release proper and support 8.6. I personally am hoping to update to it and remake our scratch volume under it.&lt;/p&gt;

&lt;p&gt;I changed that one like to be &lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-c&quot;&gt;
if (current-&amp;gt;__state)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;and it does finish building successfully.&lt;/p&gt;</description>
                <environment>rhel 8.6 x86_64</environment>
        <key id="70746">LU-15945</key>
            <summary>2.15.0-RC5 build fails on rhel 8.6</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="3">Duplicate</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="snehring">Shane Nehring</reporter>
                        <labels>
                    </labels>
                <created>Tue, 14 Jun 2022 21:03:15 +0000</created>
                <updated>Tue, 14 Jun 2022 22:49:48 +0000</updated>
                            <resolved>Tue, 14 Jun 2022 22:13:46 +0000</resolved>
                                    <version>Lustre 2.15.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="337764" author="snehring" created="Tue, 14 Jun 2022 21:04:17 +0000"  >&lt;p&gt;*one line&lt;/p&gt;</comment>
                            <comment id="337765" author="snehring" created="Tue, 14 Jun 2022 21:08:45 +0000"  >&lt;p&gt;Looks like this was addressed in &lt;a href=&quot;https://review.whamcloud.com/#/c/47329/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/47329/&lt;/a&gt; for 2.12&lt;/p&gt;</comment>
                            <comment id="337768" author="snehring" created="Tue, 14 Jun 2022 21:18:48 +0000"  >&lt;p&gt;and &lt;a href=&quot;https://review.whamcloud.com/#/c/47327/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/47327/&lt;/a&gt; for 2.15 but not merged I guess&lt;/p&gt;</comment>
                            <comment id="337774" author="pjones" created="Tue, 14 Jun 2022 22:13:46 +0000"  >&lt;p&gt;Yes- 2.15.0 went into code freeze before RHEL 8.6 is GA so only supports RHEL 8.5. We will be landing RHEL 8.6 support to b2_15 as soon as 2.15.0 is GA&lt;/p&gt;</comment>
                            <comment id="337778" author="snehring" created="Tue, 14 Jun 2022 22:49:48 +0000"  >&lt;p&gt;Understood. Thanks. &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|i02s4v:</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>