<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:58:44 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-6266] kstrtoul does not exist before 2.6.39</title>
                <link>https://jira.whamcloud.com/browse/LU-6266</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The kstrtoul() function was only added to the upstream kernel in 2.6.39 (commit v2.6.38-6934-g33ee3b2).  While it is backported to RHEL6 2.6.32 kernels, it does not exist for vanilla kernels before that point.&lt;/p&gt;

&lt;p&gt;The patch from &lt;a href=&quot;http://review.whamcloud.com/5700&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5700&lt;/a&gt; &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1778&quot; title=&quot;Root Squash is not always properly enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1778&quot;&gt;&lt;del&gt;LU-1778&lt;/del&gt;&lt;/a&gt; llite: fix inconsistencies of root squash feature&quot; added uses of kstrtoul() to Lustre that break the build for older kernels.  While it would be possible to convert those calls over to simple_strtoul() that function is deprecated in newer kernels, and checkpatch.pl will generate a warning, so using kstrtoul() is the right thing for newer kernels.&lt;/p&gt;</description>
                <environment></environment>
        <key id="28783">LU-6266</key>
            <summary>kstrtoul does not exist before 2.6.39</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="adilger">Andreas Dilger</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                    </labels>
                <created>Fri, 20 Feb 2015 10:58:13 +0000</created>
                <updated>Mon, 6 Jul 2015 23:55:00 +0000</updated>
                            <resolved>Fri, 1 May 2015 11:31:36 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                    <version>Lustre 2.5.4</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                    <fixVersion>Lustre 2.5.4</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="107469" author="gerrit" created="Fri, 20 Feb 2015 11:34:22 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13820&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13820&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6266&quot; title=&quot;kstrtoul does not exist before 2.6.39&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6266&quot;&gt;&lt;del&gt;LU-6266&lt;/del&gt;&lt;/a&gt; libcfs: add kstrtoul() compat function&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7152817e70b605dd5ecf03e6eb90e895a8cb8055&lt;/p&gt;</comment>
                            <comment id="107470" author="gerrit" created="Fri, 20 Feb 2015 11:59:56 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13821&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13821&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6266&quot; title=&quot;kstrtoul does not exist before 2.6.39&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6266&quot;&gt;&lt;del&gt;LU-6266&lt;/del&gt;&lt;/a&gt; libcfs: add kstrtoul() compat function&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_5&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 66cc169998700168741c4443d1ea683e20643a29&lt;/p&gt;</comment>
                            <comment id="108759" author="simmonsja" created="Wed, 4 Mar 2015 18:00:50 +0000"  >&lt;p&gt;Should we drop support for pathless clients with kernel versions 2.6.38 and less? It might be time for some cleanup for support there. &lt;/p&gt;</comment>
                            <comment id="113967" author="gerrit" created="Fri, 1 May 2015 03:25:10 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/13820/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13820/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6266&quot; title=&quot;kstrtoul does not exist before 2.6.39&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6266&quot;&gt;&lt;del&gt;LU-6266&lt;/del&gt;&lt;/a&gt; libcfs: add kstrtoul() compat function&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6804cf756791d0e8342f209f2daf445100509b22&lt;/p&gt;</comment>
                            <comment id="113989" author="pjones" created="Fri, 1 May 2015 11:31:36 +0000"  >&lt;p&gt;Landed for 2.8&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|hzx6rb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>17562</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>