<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:27:15 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-16464] oxe_can_hold() causes unnecessary reallocations</title>
                <link>https://jira.whamcloud.com/browse/LU-16464</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;There are a couple off-by-one errors when calculating the required buffer size in oxe_can_hold(), which can cause the OSP xattr entry to be reallocated if it&apos;s not already present in the cache, e.g. in osp_xattr_get() it is first allocated in osp_oac_xattr_find_or_add()&amp;#45;&amp;gt;osp_oac_xattr_alloc(), reallocated in osp_oac_xattr_assignment()&amp;#45;&amp;gt;osp_oac_xattr_alloc() and the first entry is freed via osp_oac_xattr_assignment()&amp;#45;&amp;gt;osp_oac_xattr_put().&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;00000004:00000001:0.0:1672773484.865928:0:70829:0:(osp_trans.c:495:osp_remote_sync()) Process leaving (rc=0 : 0 : 0)&lt;br/&gt;
00000004:00000010:0.0:1672773484.865929:0:70829:0:(osp_object.c:179:osp_oac_xattr_alloc()) kmalloced &apos;(oxe)&apos;: 108 at 000000005f47abf6.&lt;br/&gt;
00000004:00000010:0.0:1672773484.865930:0:70829:0:(osp_object.c:179:osp_oac_xattr_alloc()) kmalloced &apos;(oxe)&apos;: 108 at 00000000fd8ddabb.&lt;br/&gt;
00000004:00000010:0.0:1672773484.865930:0:70829:0:(osp_object.c:219:osp_oac_xattr_free()) kfreed &apos;oxe&apos;: 108 at 000000005f47abf6.&lt;br/&gt;
00000004:00000001:0.0:1672773484.865930:0:70829:0:(osp_object.c:1164:osp_xattr_get()) Process leaving via out (rc=56 : 56 : 0x38)&lt;/p&gt;&lt;/blockquote&gt;</description>
                <environment></environment>
        <key id="73955">LU-16464</key>
            <summary>oxe_can_hold() causes unnecessary reallocations</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="nangelinas">Nikitas Angelinas</assignee>
                                    <reporter username="nangelinas">Nikitas Angelinas</reporter>
                        <labels>
                    </labels>
                <created>Thu, 12 Jan 2023 15:52:44 +0000</created>
                <updated>Fri, 27 Jan 2023 04:33:26 +0000</updated>
                            <resolved>Fri, 27 Jan 2023 04:33:26 +0000</resolved>
                                    <version>Lustre 2.15.2</version>
                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="358816" author="gerrit" created="Thu, 12 Jan 2023 15:57:48 +0000"  >&lt;p&gt;&quot;Nikitas Angelinas &amp;lt;nikitas.angelinas@hpe.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49617&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49617&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16464&quot; title=&quot;oxe_can_hold() causes unnecessary reallocations&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16464&quot;&gt;&lt;del&gt;LU-16464&lt;/del&gt;&lt;/a&gt; osp: fix off-by-one errors in oxe_can_hold()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ed21e9dfd8d17f4ede4f32a5a6c79d4890e3bfbd&lt;/p&gt;</comment>
                            <comment id="360582" author="gerrit" created="Fri, 27 Jan 2023 00:36:23 +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/+/49617/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49617/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16464&quot; title=&quot;oxe_can_hold() causes unnecessary reallocations&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16464&quot;&gt;&lt;del&gt;LU-16464&lt;/del&gt;&lt;/a&gt; osp: fix off-by-one errors in oxe_can_hold()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: eac03ca97867240b3a1b3eced666a6a7aaddf60c&lt;/p&gt;</comment>
                            <comment id="360607" author="pjones" created="Fri, 27 Jan 2023 04:33:26 +0000"  >&lt;p&gt;Landed for 2.16&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|i039r3:</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>