<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:30:55 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-9971] MR: ABA problem in lnet_discover_peer_locked</title>
                <link>https://jira.whamcloud.com/browse/LU-9971</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;In lnet_discover_peer_locked() when we drop and re-acquire the net lock there is a possibility that the lpni might&apos;ve been relinked, opening the window for an ABA problem.&lt;/p&gt;</description>
                <environment></environment>
        <key id="48259">LU-9971</key>
            <summary>MR: ABA problem in lnet_discover_peer_locked</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>Mon, 11 Sep 2017 15:08:37 +0000</created>
                <updated>Tue, 22 Sep 2020 16:29:02 +0000</updated>
                            <resolved>Wed, 10 Jul 2019 20:23:32 +0000</resolved>
                                                    <fixVersion>Lustre 2.13.0</fixVersion>
                    <fixVersion>Lustre 2.12.6</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="208051" author="olaf" created="Mon, 11 Sep 2017 15:14:07 +0000"  >&lt;p&gt;Not so much an ABA problem as a use-after-free: the &lt;tt&gt;lp&lt;/tt&gt; pointer might point to a different &lt;tt&gt;lnet_peer&lt;/tt&gt; at the same address. Reshuffling the reference count addref and decref on &lt;tt&gt;lp&lt;/tt&gt; a bit we can easily ensure that even if &lt;tt&gt;lpni&lt;/tt&gt; is now linked to a different peer, at least that peer must have a different address.&lt;/p&gt;</comment>
                            <comment id="208116" author="gerrit" created="Tue, 12 Sep 2017 12:10:47 +0000"  >&lt;p&gt;Olaf Weber (olaf.weber@hpe.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/28944&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28944&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9971&quot; title=&quot;MR: ABA problem in lnet_discover_peer_locked&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9971&quot;&gt;&lt;del&gt;LU-9971&lt;/del&gt;&lt;/a&gt; lnet: use after free in lnet_discover_peer_locked()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0f1814c07e9e9107dc6b92584ab9ed999621fee6&lt;/p&gt;</comment>
                            <comment id="250805" author="gerrit" created="Sun, 7 Jul 2019 15:15:56 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/28944/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28944/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9971&quot; title=&quot;MR: ABA problem in lnet_discover_peer_locked&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9971&quot;&gt;&lt;del&gt;LU-9971&lt;/del&gt;&lt;/a&gt; lnet: use after free in lnet_discover_peer_locked()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2b5b551b15d96588f8f309b5a08c11cab203efeb&lt;/p&gt;</comment>
                            <comment id="250820" author="askulysh" created="Mon, 8 Jul 2019 09:59:13 +0000"  >&lt;p&gt;The patch has a defect caused by landing of&#160;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11299&quot; title=&quot;LNet: Router pinger&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11299&quot;&gt;&lt;del&gt;LU-11299&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="250857" author="gerrit" created="Mon, 8 Jul 2019 20:30:40 +0000"  >&lt;p&gt;Amir Shehata (ashehata@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35446&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35446&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9971&quot; title=&quot;MR: ABA problem in lnet_discover_peer_locked&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9971&quot;&gt;&lt;del&gt;LU-9971&lt;/del&gt;&lt;/a&gt; lnet: fix peer ref counting&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 086739cf3d0424da664cd11c7798f7c93153b95b&lt;/p&gt;</comment>
                            <comment id="250953" author="gerrit" created="Wed, 10 Jul 2019 15:20:36 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35446/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35446/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9971&quot; title=&quot;MR: ABA problem in lnet_discover_peer_locked&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9971&quot;&gt;&lt;del&gt;LU-9971&lt;/del&gt;&lt;/a&gt; lnet: fix peer ref counting&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: dbcddb4824f08153f145327e2bfe1bf4a2becc4f&lt;/p&gt;</comment>
                            <comment id="250966" author="pjones" created="Wed, 10 Jul 2019 20:23:32 +0000"  >&lt;p&gt;Both patches landed for 2.13&lt;/p&gt;</comment>
                            <comment id="272479" author="gerrit" created="Wed, 10 Jun 2020 17:09:43 +0000"  >&lt;p&gt;Amir Shehata (ashehata@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38891&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38891&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9971&quot; title=&quot;MR: ABA problem in lnet_discover_peer_locked&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9971&quot;&gt;&lt;del&gt;LU-9971&lt;/del&gt;&lt;/a&gt; lnet: use after free in lnet_discover_peer_locked()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: da45d5fe3b64f38391f25511eccbacf250bac28b&lt;/p&gt;</comment>
                            <comment id="272480" author="gerrit" created="Wed, 10 Jun 2020 17:09:44 +0000"  >&lt;p&gt;Amir Shehata (ashehata@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38892&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38892&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9971&quot; title=&quot;MR: ABA problem in lnet_discover_peer_locked&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9971&quot;&gt;&lt;del&gt;LU-9971&lt;/del&gt;&lt;/a&gt; lnet: fix peer ref counting&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9312614ca535a6b7c4d4c81756237a9192322460&lt;/p&gt;</comment>
                            <comment id="278456" author="gerrit" created="Tue, 1 Sep 2020 03:47:21 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38891/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38891/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9971&quot; title=&quot;MR: ABA problem in lnet_discover_peer_locked&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9971&quot;&gt;&lt;del&gt;LU-9971&lt;/del&gt;&lt;/a&gt; lnet: use after free in lnet_discover_peer_locked()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3f3c839f97298f6e65e2e053fc2ece59c39931dc&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="49440">LU-10281</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="59494">LU-13652</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="56290">LU-12519</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|hzzjyn:</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>