<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:02:25 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-6693] object_update_param_get inconsistent return value</title>
                <link>https://jira.whamcloud.com/browse/LU-6693</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Recent patch &lt;a href=&quot;http://review.whamcloud.com/14787&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14787&lt;/a&gt; added a code to object_update_param_get that returns PTR_ERR. But before it only returned NUL on error which all callers expect.&lt;br/&gt;
Now every caller is broken as they don&apos;t expect non NULL errors.&lt;/p&gt;

&lt;p&gt;E.g. in out_xattr_set, out_read (twice). in target/out_handler.c&lt;/p&gt;

&lt;p&gt;I think we need to convert object_update_param_get back to returning just NULL on error.&lt;/p&gt;</description>
                <environment></environment>
        <key id="30525">LU-6693</key>
            <summary>object_update_param_get inconsistent return value</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="di.wang">Di Wang</assignee>
                                    <reporter username="green">Oleg Drokin</reporter>
                        <labels>
                    </labels>
                <created>Fri, 5 Jun 2015 06:10:21 +0000</created>
                <updated>Fri, 4 Dec 2015 13:28:46 +0000</updated>
                            <resolved>Fri, 4 Dec 2015 13:28:45 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="121299" author="di.wang" created="Tue, 14 Jul 2015 22:47:56 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/12825/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/12825/&lt;/a&gt; has fixed this issue.&lt;/p&gt;</comment>
                            <comment id="121624" author="green" created="Sun, 19 Jul 2015 04:21:45 +0000"  >&lt;p&gt;This is not a full fix.&lt;br/&gt;
Remaining problems:&lt;/p&gt;

&lt;p&gt;/home/green/smt/git/lustre-release/lustre/ptlrpc/../../lustre/target/out_lib.c:204 out_create_pack() error: &apos;obdo&apos; dereferencing possible ERR_PTR()&lt;br/&gt;
/home/green/smt/git/lustre-release/lustre/ptlrpc/../../lustre/target/out_lib.c:252 out_attr_set_pack() error: &apos;obdo&apos; dereferencing possible ERR_PTR()&lt;/p&gt;</comment>
                            <comment id="127277" author="gerrit" created="Mon, 14 Sep 2015 19:46:13 +0000"  >&lt;p&gt;wangdi (di.wang@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/16417&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/16417&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6693&quot; title=&quot;object_update_param_get inconsistent return value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6693&quot;&gt;&lt;del&gt;LU-6693&lt;/del&gt;&lt;/a&gt; out: replace assert with error check in out_xx()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 942234aace34b48dc06cdbe0f112662f4eeba214&lt;/p&gt;</comment>
                            <comment id="135005" author="gerrit" created="Wed, 2 Dec 2015 18:24:41 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/16417/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/16417/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6693&quot; title=&quot;object_update_param_get inconsistent return value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6693&quot;&gt;&lt;del&gt;LU-6693&lt;/del&gt;&lt;/a&gt; out: not return NULL in object_update_param_get&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d059b3c01a9784b8da61ea99fb746e949d681b7e&lt;/p&gt;</comment>
                            <comment id="135211" author="pjones" created="Fri, 4 Dec 2015 13:28:46 +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|hzxf1r:</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>