<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:26:07 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-2546] test: sanity FAIL: test_140 Invalid symlink depth</title>
                <link>https://jira.whamcloud.com/browse/LU-2546</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;== sanity test 140: Check reasonable stack depth (shouldn&apos;t LBUG) ==================================== 17:37:58 (1356658678)&lt;br/&gt;
The symlink depth = 40&lt;br/&gt;
 sanity test_140: @@@@@@ FAIL: Invalid symlink depth&lt;/p&gt;


&lt;p&gt;The test_logs are uploaded as &apos;sanity.test_140.tgz&apos;.&lt;br/&gt;
The test was run on service331.&lt;/p&gt;</description>
                <environment>server: 2.1.3-1nasS, centos 6.3,  2.6.32_279.2.1.el6&lt;br/&gt;
client:   2.3.0-1nasC, sles11sp2,  3.0.42_0.7.3&lt;br/&gt;
1 mds, 2 oss, 2 clients.</environment>
        <key id="17048">LU-2546</key>
            <summary>test: sanity FAIL: test_140 Invalid symlink depth</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="3">Duplicate</resolution>
                                        <assignee username="utopiabound">Nathaniel Clark</assignee>
                                    <reporter username="jaylan">Jay Lan</reporter>
                        <labels>
                            <label>sles11</label>
                    </labels>
                <created>Fri, 28 Dec 2012 18:45:45 +0000</created>
                <updated>Thu, 3 Jan 2013 12:30:35 +0000</updated>
                            <resolved>Thu, 3 Jan 2013 12:30:35 +0000</resolved>
                                    <version>Lustre 2.3.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="49771" author="pjones" created="Fri, 28 Dec 2012 19:53:54 +0000"  >&lt;p&gt;Nathaniel&lt;/p&gt;

&lt;p&gt;I think that you have worked in this area recently so could you please comment on this one?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="49820" author="bogl" created="Mon, 31 Dec 2012 15:57:45 +0000"  >&lt;p&gt;I think this is due to the 3.6 kernel in sles11 sp2 having the commit b356379a020bb7197603118bb1cbc903963aa198.  This restructures the handling of trailing symlinks in pathnames.  They are now recognized and handled as iterative, not as nested and recursive.  Iterative sequences of symlinks have the much higher limit of 40, not MAX_NESTED_LINKS (8) in vfs code.&lt;br/&gt;
Either the test can be changed to accept 40 as a valid loop count, or the test can be changed to create symlink sequences that will be recognized as recursive in even the newest kernel versions of vfs code.&lt;/p&gt;</comment>
                            <comment id="49821" author="bogl" created="Mon, 31 Dec 2012 16:22:07 +0000"  >&lt;p&gt;sorry, got a bit confused about kernel versions.  It&apos;s 3.0 kernel in sles11 sp2, not 3.6.  My point about the commit changing symlink handling is valid anyway.  It&apos;s there in 3.0 too.&lt;/p&gt;</comment>
                            <comment id="49822" author="jaylan" created="Mon, 31 Dec 2012 18:06:29 +0000"  >&lt;p&gt;Do you have a link to the commit, Bob? Thanks!&lt;/p&gt;</comment>
                            <comment id="49826" author="bogl" created="Tue, 1 Jan 2013 14:59:20 +0000"  >&lt;p&gt;This is the link I found: &lt;a href=&quot;http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=commit;h=b356379a020bb7197603118bb1cbc903963aa198&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=commit;h=b356379a020bb7197603118bb1cbc903963aa198&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It appears to be one of a series of related commits revising symlink handling in vfs path walk code from ~3/2011&lt;/p&gt;</comment>
                            <comment id="49838" author="utopiabound" created="Wed, 2 Jan 2013 14:16:46 +0000"  >&lt;p&gt;This was fixed in master by bug &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2020&quot; title=&quot;sanity 140 should allow 40 consecutive symlinks&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2020&quot;&gt;&lt;del&gt;LU-2020&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The following change can be cleanly cherry-picked onto both 2.1 and 2.3&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/4079&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4079&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="49842" author="jaylan" created="Wed, 2 Jan 2013 15:17:54 +0000"  >&lt;p&gt;Thanks, Nathaniel. Test_140 passed with this patch.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="16094">LU-2020</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="12121" name="sanity.test_140.tgz" size="3815156" author="jaylan" created="Fri, 28 Dec 2012 18:45:45 +0000"/>
                    </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|hzvedj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5969</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>