<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:22:22 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-15914] BUG: unable to handle kernel NULL pointer dereference at 0000000000000050</title>
                <link>https://jira.whamcloud.com/browse/LU-15914</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;looks like regression in&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;commit 959304eac7ec5b156b4bfa57f47cbbf9ef3c8315
Author: Alexey Lyashkov &amp;lt;alexey.lyashkov@hpe.com&amp;gt;
Date:   Mon Feb 7 18:02:14 2022 +0300

    LU-15189 lnet: fix memory mapping.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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;[ 2699.061116] BUG: unable to handle kernel NULL pointer dereference at 0000000000000050
[ 2699.062873] IP: [&amp;lt;ffffffffc053c0eb&amp;gt;] lnet_find_best_ni_on_spec_net+0x6b/0x4d0 [lnet]
[ 2699.077584] RIP: 0010:[&amp;lt;ffffffffc053c0eb&amp;gt;]  [&amp;lt;ffffffffc053c0eb&amp;gt;] lnet_find_best_ni_on_spec_net+0x6b/0x4d0 [lnet]
[ 2699.079020] RSP: 0018:ffff8acfd8bcfaa8  EFLAGS: 00010286
[ 2699.079979] RAX: ffff8acfe93fe000 RBX: ffff8acfea501c00 RCX: 0000000000000000
[ 2699.080961] RDX: 00000000000002be RSI: 0000000000000000 RDI: 0000000000000000
[ 2699.082054] RBP: ffff8acfd8bcfb60 R08: 000000000000000a R09: 000000000000fffe
[ 2699.082981] R10: 0000000000000000 R11: 000000000000000f R12: ffff8acff9812480
[ 2699.083784] R13: ffff8acfd88ba000 R14: 0000000000000000 R15: 0000000000000000
[ 2699.084448] FS:  0000000000000000(0000) GS:ffff8acfffc00000(0000) knlGS:0000000000000000
[ 2699.085469] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2699.086065] CR2: 0000000000000050 CR3: 000000007aa98000 CR4: 00000000000606f0
[ 2699.086875] Call Trace:
[ 2699.087557]  [&amp;lt;ffffffffc053dfcf&amp;gt;] lnet_select_pathway+0x50f/0x18d0 [lnet]
[ 2699.088830]  [&amp;lt;ffffffffc053f401&amp;gt;] lnet_send+0x71/0x200 [lnet]
[ 2699.089727]  [&amp;lt;ffffffffc053008b&amp;gt;] lnet_finalize+0x51b/0x9f0 [lnet]
[ 2699.090606]  [&amp;lt;ffffffffc05d0585&amp;gt;] ksocknal_process_receive+0x665/0xe30 [ksocklnd]
[ 2699.091929]  [&amp;lt;ffffffffc05d11ca&amp;gt;] ksocknal_scheduler+0x1fa/0xd00 [ksocklnd]
[ 2699.092817]  [&amp;lt;ffffffff898c7780&amp;gt;] ? wake_up_atomic_t+0x30/0x30
[ 2699.093869]  [&amp;lt;ffffffffc05d0fd0&amp;gt;] ? ksocknal_recv+0x280/0x280 [ksocklnd]
[ 2699.094758]  [&amp;lt;ffffffff898c6691&amp;gt;] kthread+0xd1/0xe0
[ 2699.095614]  [&amp;lt;ffffffff898c65c0&amp;gt;] ? insert_kthread_work+0x40/0x40
[ 2699.096393]  [&amp;lt;ffffffff89f92d37&amp;gt;] ret_from_fork_nospec_begin+0x21/0x21
[ 2699.097336]  [&amp;lt;ffffffff898c65c0&amp;gt;] ? insert_kthread_work+0x40/0x40
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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;crash_x86_64&amp;gt; lnet_msg.msg_md ffff8acfd88ba000
  msg_md = 0x0
crash_x86_64&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;OOPS on this line:&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;        bool gpu = md-&amp;gt;md_flags &amp;amp; LNET_MD_FLAG_GPU;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;OOPS hit on LNet router&lt;/p&gt;</description>
                <environment></environment>
        <key id="70640">LU-15914</key>
            <summary>BUG: unable to handle kernel NULL pointer dereference at 0000000000000050</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="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="hornc">Chris Horn</assignee>
                                    <reporter username="hornc">Chris Horn</reporter>
                        <labels>
                    </labels>
                <created>Mon, 6 Jun 2022 16:36:25 +0000</created>
                <updated>Fri, 17 Feb 2023 22:16:48 +0000</updated>
                            <resolved>Fri, 17 Feb 2023 22:16:48 +0000</resolved>
                                    <version>Lustre 2.15.0</version>
                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="336856" author="gerrit" created="Mon, 6 Jun 2022 20:03:20 +0000"  >&lt;p&gt;&quot;Chris Horn &amp;lt;chris.horn@hpe.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/47546&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47546&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15914&quot; title=&quot;BUG: unable to handle kernel NULL pointer dereference at 0000000000000050&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15914&quot;&gt;&lt;del&gt;LU-15914&lt;/del&gt;&lt;/a&gt; lnet: Fix null md deref in lnet_get_best_ni&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 190d8794d525ab646448fdfe6c413c1cecd8fb89&lt;/p&gt;</comment>
                            <comment id="339238" author="gerrit" created="Thu, 30 Jun 2022 03:52:31 +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/47546/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47546/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15914&quot; title=&quot;BUG: unable to handle kernel NULL pointer dereference at 0000000000000050&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15914&quot;&gt;&lt;del&gt;LU-15914&lt;/del&gt;&lt;/a&gt; lnet: Fix null md deref for finalized message&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cb0220db3ce517b0e2fce93c864e6c3dbb61b5e0&lt;/p&gt;</comment>
                            <comment id="360706" author="hornc" created="Fri, 27 Jan 2023 17:53:54 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=pjones&quot; class=&quot;user-hover&quot; rel=&quot;pjones&quot;&gt;pjones&lt;/a&gt; this one can be closed.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="72664">LU-16211</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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|i02rhb:</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>