<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:10:53 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-7666] llog_cat_new_log() should use chunk size when freeing header</title>
                <link>https://jira.whamcloud.com/browse/LU-7666</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;In &lt;tt&gt;llog_cat_new_log()&lt;/tt&gt; we create a spurious memory leak warning when we use &lt;tt&gt;OBD_FREE_PTR(loghandle-&amp;gt;lgh_hdr)&lt;/tt&gt; rather than &lt;tt&gt;OBD_FREE(...,  loghandle-&amp;gt;lgh_ctxt-&amp;gt;loc_chunk_size)&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;From &lt;tt&gt;leak_finder.pl&lt;/tt&gt;:&lt;/p&gt;
&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;*** Free different size (32768 alloced, 8192 freed).
    malloc at llog.c:llog_init_handle:345, free at llog_cat.c:llog_cat_new_log:104
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="34114">LU-7666</key>
            <summary>llog_cat_new_log() should use chunk size when freeing header</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="jhammond">John Hammond</assignee>
                                    <reporter username="jhammond">John Hammond</reporter>
                        <labels>
                            <label>llog</label>
                    </labels>
                <created>Thu, 14 Jan 2016 16:15:30 +0000</created>
                <updated>Wed, 27 Jan 2016 00:58:45 +0000</updated>
                            <resolved>Wed, 27 Jan 2016 00:58:45 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="138954" author="jgmitter" created="Thu, 14 Jan 2016 19:05:28 +0000"  >&lt;p&gt;Assigning to John as he is planning to push the patch.&lt;/p&gt;</comment>
                            <comment id="138957" author="gerrit" created="Thu, 14 Jan 2016 19:35:26 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/18009&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/18009&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7666&quot; title=&quot;llog_cat_new_log() should use chunk size when freeing header&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7666&quot;&gt;&lt;del&gt;LU-7666&lt;/del&gt;&lt;/a&gt; llog: use correct size when freeing log header&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: afe98c8874de48c4cc308fcef5ec369c1e871bb5&lt;/p&gt;</comment>
                            <comment id="139209" author="adilger" created="Mon, 18 Jan 2016 23:33:37 +0000"  >&lt;p&gt;This problem was introduced in &lt;a href=&quot;http://review.whamcloud.com/14883&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14883&lt;/a&gt; &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6602&quot; title=&quot;ASSERTION( rec-&amp;gt;lrh_len &amp;lt;= 8192 ) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6602&quot;&gt;&lt;del&gt;LU-6602&lt;/del&gt;&lt;/a&gt; obdclass: variable llog chunk size&quot;.&lt;/p&gt;</comment>
                            <comment id="140105" author="gerrit" created="Tue, 26 Jan 2016 20:20:17 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/18009/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/18009/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7666&quot; title=&quot;llog_cat_new_log() should use chunk size when freeing header&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7666&quot;&gt;&lt;del&gt;LU-7666&lt;/del&gt;&lt;/a&gt; llog: use correct size when freeing log header&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2b9ac5ce6399f1cec82a772c05aa64fec15b7112&lt;/p&gt;</comment>
                            <comment id="140142" author="jgmitter" created="Wed, 27 Jan 2016 00:58:45 +0000"  >&lt;p&gt;Landed for 2.8.0&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="30066">LU-6602</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="30011">LU-6587</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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|hzxy7j:</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>