<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:46:06 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-4817] more leXX_to_cpu() size and usage mismatches</title>
                <link>https://jira.whamcloud.com/browse/LU-4817</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&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;/root/lustre-release/lustre/lmv/lmv_obd.c:2870:18: warning: argument to le32_to_cpu is of type &apos;int&apos;
        for (i = 0; i &amp;lt; le32_to_cpu(stripe_count); i++) {
                        ^
--
/root/lustre-release/lustre/mgs/mgs_nids.c:310:14: warning: argument to le64_to_cpu is of type &apos;u64&apos;
                *version = le64_to_cpu(tmpver);
                           ^
--
/root/lustre-release/lustre/obdclass/acl.c:731:29: warning: argument to le16_to_cpu is of type &apos;__u32&apos;
                        if (le16_to_cpu(ext_header-&amp;gt;a_entries[i].e_stat) !=
                            ^
--
/root/lustre-release/lustre/osd-ldiskfs/osd_iam_lfix.c:178:31: warning: argument to le16_to_cpu is of type &apos;int&apos;
        if (ill-&amp;gt;ill_magic == le16_to_cpu(IAM_LEAF_HEADER_MAGIC) &amp;amp;&amp;amp;
                              ^
/root/lustre-release/lustre/osd-ldiskfs/osd_iam_lfix.c:189:40: warning: argument to le16_to_cpu is of type &apos;int&apos;
                       ill-&amp;gt;ill_magic, le16_to_cpu(IAM_LEAF_HEADER_MAGIC),
                                       ^
--
/root/lustre-release/lustre/osd-ldiskfs/osd_iam_lvar.c:402:32: warning: argument to le16_to_cpu is of type &apos;int&apos;
        if (head-&amp;gt;vlh_magic == le16_to_cpu(IAM_LVAR_LEAF_MAGIC) &amp;amp;&amp;amp;
                               ^
/root/lustre-release/lustre/osd-ldiskfs/osd_iam_lvar.c:413:41: warning: argument to le16_to_cpu is of type &apos;int&apos;
                       head-&amp;gt;vlh_magic, le16_to_cpu(IAM_LVAR_LEAF_MAGIC),
                                        ^
--
/root/lustre-release/lustre/osd-ldiskfs/osd_iam_lvar.c:865:21: warning: argument to le64_to_cpu is of type &apos;__le32&apos;
                if (le64_to_cpu(root-&amp;gt;vr_magic) != IAM_LVAR_ROOT_MAGIC)
                    ^
--
/root/lustre-release/lustre/osd-ldiskfs/osd_iam_lvar.c:1062:21: warning: argument to le64_to_cpu is of type &apos;const __le32&apos;
                if (le64_to_cpu(root-&amp;gt;vr_magic) == IAM_LVAR_ROOT_MAGIC) {
                    ^
--
/root/lustre-release/lustre/osd-ldiskfs/osd_quota_fmt.c:247:7: warning: argument to le32_to_cpu is of type &apos;__u16&apos;
        if (!le32_to_cpu(dqhead-&amp;gt;dqdh_entries))
             ^
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="23893">LU-4817</key>
            <summary>more leXX_to_cpu() size and usage mismatches</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="jhammond">John Hammond</assignee>
                                    <reporter username="jhammond">John Hammond</reporter>
                        <labels>
                            <label>endianness</label>
                            <label>lmv</label>
                            <label>osd</label>
                    </labels>
                <created>Tue, 25 Mar 2014 20:10:24 +0000</created>
                <updated>Tue, 6 May 2014 02:45:30 +0000</updated>
                            <resolved>Tue, 6 May 2014 02:45:19 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                                    <fixVersion>Lustre 2.6.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="80312" author="green" created="Wed, 26 Mar 2014 17:19:34 +0000"  >&lt;p&gt;what tool was used here? New gcc?&lt;/p&gt;</comment>
                            <comment id="80315" author="jhammond" created="Wed, 26 Mar 2014 17:25:30 +0000"  >&lt;p&gt;Clang plugin written by me.&lt;/p&gt;</comment>
                            <comment id="80408" author="jhammond" created="Thu, 27 Mar 2014 19:22:06 +0000"  >&lt;p&gt;See &lt;a href=&quot;http://review.whamcloud.com/#/c/9825/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/9825/&lt;/a&gt; for osd.&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|hzwidj:</customfieldvalue>

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