<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:03:09 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-13662] LNet: crash on bad user space parameters</title>
                <link>https://jira.whamcloud.com/browse/LU-13662</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The following YAML causes a crash&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
 net:
  - net type: tcp
    local NI(s):
      - interfaces:
          0: eth0
        tunables:
          peer_credits: 32
      - interfaces:
          0: eth1
        tunables:
          peer_credits: 32
      - interfaces:
          0: eth2
        tunables:
          peer_credits: 32
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;peer_credits and peer_tx_credits default to 0, which causes an NI to be removed prematurely.&lt;/p&gt;

&lt;p&gt;Missing parameters should be defaulted.&lt;/p&gt;</description>
                <environment></environment>
        <key id="59524">LU-13662</key>
            <summary>LNet: crash on bad user space parameters</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="ashehata">Amir Shehata</assignee>
                                    <reporter username="ashehata">Amir Shehata</reporter>
                        <labels>
                    </labels>
                <created>Wed, 10 Jun 2020 22:02:20 +0000</created>
                <updated>Tue, 23 Jun 2020 13:01:55 +0000</updated>
                            <resolved>Tue, 23 Jun 2020 13:01:55 +0000</resolved>
                                                    <fixVersion>Lustre 2.14.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="272545" author="ssmirnov" created="Wed, 10 Jun 2020 22:31:51 +0000"  >&lt;p&gt;The following yaml also causes a problem:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
 net:
&#160; &#160; - net type: tcp
&#160; &#160; &#160; local NI(s):
&#160; &#160; &#160; &#160; - nid: 10.122.36.80@tcp
&#160; &#160; &#160; &#160; &#160; status: up
&#160; &#160; &#160; &#160; &#160; interfaces:
&#160; &#160; &#160; &#160; &#160; statistics:
&#160; &#160; &#160; &#160; &#160; &#160; &#160; send_count: 0
&#160; &#160; &#160; &#160; &#160; &#160; &#160; recv_count: 0
&#160; &#160; &#160; &#160; &#160; &#160; &#160; drop_count: 0
&#160; &#160; &#160; &#160; &#160; tunables:
&#160; &#160; &#160; &#160; &#160; &#160; &#160; peer_timeout: 180
&#160; &#160; &#160; &#160; &#160; &#160; &#160; peer_credits: 8
&#160; &#160; &#160; &#160; &#160; &#160; &#160; peer_buffer_credits: 0
&#160; &#160; &#160; &#160; &#160; &#160; &#160; credits: 256
&#160; &#160; &#160; &#160; &#160; lnd tunables:
&#160; &#160; &#160; &#160; &#160; tcp bonding: 0
&#160; &#160; &#160; &#160; &#160; dev cpt: -1
numa:
&#160; &#160; range: 0&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
# lnetctl &lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; lnetconf2.txt&#160;
error:
	fatal: out of memory
??S??:
Segmentation fault &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;This was reproduced on 7.8 Centos, b2_12 patchless client system (&lt;a href=&quot;https://build.whamcloud.com/job/lustre-b2_12-patchless/83/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://build.whamcloud.com/job/lustre-b2_12-patchless/83/&lt;/a&gt;) &#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="272547" author="gerrit" created="Wed, 10 Jun 2020 22:40:28 +0000"  >&lt;p&gt;Amir Shehata (ashehata@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38894&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38894&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13662&quot; title=&quot;LNet: crash on bad user space parameters&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13662&quot;&gt;&lt;del&gt;LU-13662&lt;/del&gt;&lt;/a&gt; lnet: handle undefined parameters&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1e9ffc30d74c254e206a32ac8d31fd1e01cfa0de&lt;/p&gt;</comment>
                            <comment id="273551" author="gerrit" created="Tue, 23 Jun 2020 08:12:22 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38894/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38894/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13662&quot; title=&quot;LNet: crash on bad user space parameters&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13662&quot;&gt;&lt;del&gt;LU-13662&lt;/del&gt;&lt;/a&gt; lnet: handle undefined parameters&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d934eb3c4f63858245132b55363002cda722c50b&lt;/p&gt;</comment>
                            <comment id="273577" author="pjones" created="Tue, 23 Jun 2020 13:01:55 +0000"  >&lt;p&gt;Landed for 2.14&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|i012gf:</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>