<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:38:30 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-10824] ll_umount being improper use of cached mountpoint from mount time</title>
                <link>https://jira.whamcloud.com/browse/LU-10824</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Al Viro chimed in complaining about patch from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1882&quot; title=&quot;conf-sanity test_45: umount2: Device or resource busy&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1882&quot;&gt;&lt;del&gt;LU-1882&lt;/del&gt;&lt;/a&gt; - &lt;a href=&quot;http://review.whamcloud.com/20061&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/20061&lt;/a&gt;&lt;br/&gt;
&#160;&lt;br/&gt;
Basically the problem is we cache sbi-&amp;gt;ll_mnt.mnt as&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;&#187;       sbi-&amp;gt;ll_mnt.mnt = current-&amp;gt;fs-&amp;gt;root.mnt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This is prone to many errors, in particular: did not get reference count, so this mount struct might disappear, it does not take bind mounts into account not mount --move.&lt;br/&gt;
Might result in kernel panics in certain conditions.&lt;/p&gt;

&lt;p&gt;Overall original patch is trying to &quot;fix&quot; something that&apos;s not broken in the kernel&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If somebody does stat mountpoint in a tight loop, you &lt;b&gt;will&lt;/b&gt; get -EBUSY there.&lt;br/&gt;
No matter what.  What&apos;s more, you might very well get it after some check in&lt;br/&gt;
-&amp;gt;umount_begin() has told you that at the moment the thing you were trying to&lt;br/&gt;
umount was not busy - just before the next stat hits.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;The patch needs to be reworked and we just need to add some extra retrying logic in the test framework instead I guess.&lt;/p&gt;</description>
                <environment></environment>
        <key id="51409">LU-10824</key>
            <summary>ll_umount being improper use of cached mountpoint from mount time</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="4" iconUrl="https://jira.whamcloud.com/images/icons/statuses/reopened.png" description="This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.">Reopened</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="simmonsja">James A Simmons</assignee>
                                    <reporter username="green">Oleg Drokin</reporter>
                        <labels>
                    </labels>
                <created>Sat, 17 Mar 2018 05:29:40 +0000</created>
                <updated>Thu, 6 Jan 2022 22:00:23 +0000</updated>
                                            <version>Lustre 2.9.0</version>
                    <version>Lustre 2.10.0</version>
                    <version>Lustre 2.11.0</version>
                                    <fixVersion>Upstream</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="232203" author="gerrit" created="Sat, 18 Aug 2018 15:54:50 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33025&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33025&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10824&quot; title=&quot;ll_umount being improper use of cached mountpoint from mount time&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10824&quot;&gt;LU-10824&lt;/a&gt; llite: don&apos;t use ll_mnt to get fstype name&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8ff4d33ad5dffea401b417a1d3052b885d51a621&lt;/p&gt;</comment>
                            <comment id="232643" author="gerrit" created="Tue, 28 Aug 2018 05:13:41 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33025/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33025/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10824&quot; title=&quot;ll_umount being improper use of cached mountpoint from mount time&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10824&quot;&gt;LU-10824&lt;/a&gt; llite: don&apos;t use ll_mnt to get fstype name&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5793d80109ac881a1e2a84307a4372f92b97cae0&lt;/p&gt;</comment>
                            <comment id="232673" author="pjones" created="Tue, 28 Aug 2018 17:05:36 +0000"  >&lt;p&gt;Landed for 2.12&lt;/p&gt;</comment>
                            <comment id="232706" author="simmonsja" created="Tue, 28 Aug 2018 22:59:50 +0000"  >&lt;p&gt;Need another patch to resolve this completely.&lt;/p&gt;</comment>
                            <comment id="318523" author="gerrit" created="Thu, 18 Nov 2021 15:27:53 +0000"  >&lt;p&gt;&quot;James Simmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/45608&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/45608&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10824&quot; title=&quot;ll_umount being improper use of cached mountpoint from mount time&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10824&quot;&gt;LU-10824&lt;/a&gt; llite: remove may_umount() loop&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 30c075f11fea9e12839aa8921868c563db9e1c33&lt;/p&gt;</comment>
                            <comment id="318527" author="gerrit" created="Thu, 18 Nov 2021 15:55:30 +0000"  >&lt;p&gt;&quot;James Simmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/45609&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/45609&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10824&quot; title=&quot;ll_umount being improper use of cached mountpoint from mount time&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10824&quot;&gt;LU-10824&lt;/a&gt; llite: make foreign symlinks aware of mount namespaces&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 929a30260415f03f76de9412e424c0cbf4a779e3&lt;/p&gt;</comment>
                            <comment id="321943" author="gerrit" created="Thu, 6 Jan 2022 22:00: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/45609/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/45609/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10824&quot; title=&quot;ll_umount being improper use of cached mountpoint from mount time&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10824&quot;&gt;LU-10824&lt;/a&gt; llite: make foreign symlinks aware of mount namespaces&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 942b4e118677af587f66ce74a3b25b0eb184678b&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="15870">LU-1882</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="50088">LU-10467</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="56278">LU-12511</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|hzzuin:</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>