<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:20: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-8737] Lustre upstream client tree for testing is wrong branch</title>
                <link>https://jira.whamcloud.com/browse/LU-8737</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Now that the upstream client is approaching the 2.8 version it is time to hook in testing setup to verify potential patches to land.  When I went to check out the staging tree used for testing I noticed it is based on the wrong git tree. It needs to be based on the staging tree&apos;s staging-next branch.&lt;/p&gt;</description>
                <environment>lustre staging tree that gerrit uses.</environment>
        <key id="40822">LU-8737</key>
            <summary>Lustre upstream client tree for testing is wrong branch</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="6">Not a Bug</resolution>
                                        <assignee username="mdiep">Minh Diep</assignee>
                                    <reporter username="simmonsja">James A Simmons</reporter>
                        <labels>
                    </labels>
                <created>Wed, 19 Oct 2016 18:07:53 +0000</created>
                <updated>Fri, 20 Jan 2017 22:50:00 +0000</updated>
                            <resolved>Tue, 25 Oct 2016 18:49:33 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="170430" author="yujian" created="Thu, 20 Oct 2016 13:34:52 +0000"  >&lt;p&gt;Hi Minh,&lt;/p&gt;

&lt;p&gt;Could you please take a look at this issue or find someone proper to resolve the issue? Thank you.&lt;/p&gt;</comment>
                            <comment id="170653" author="mdiep" created="Fri, 21 Oct 2016 21:22:53 +0000"  >&lt;p&gt;Hi James,&lt;/p&gt;

&lt;p&gt;Could you let me know exactly what you check? More info would help me understand.&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
-Minh&lt;/p&gt;</comment>
                            <comment id="170776" author="simmonsja" created="Mon, 24 Oct 2016 16:45:39 +0000"  >&lt;p&gt;I checked out:&lt;/p&gt;

&lt;p&gt;ssh://jsimmons@review.whamcloud.com:29418/fs/linux-staging&lt;/p&gt;

&lt;p&gt;Is this the wrong thing that I checked out?&lt;/p&gt;

&lt;p&gt;What is used for upstream lustre developement is:&lt;/p&gt;

&lt;p&gt;git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git&lt;/p&gt;

&lt;p&gt;Then switch to branch staging-testing&lt;/p&gt;</comment>
                            <comment id="170973" author="mdiep" created="Tue, 25 Oct 2016 15:02:13 +0000"  >&lt;p&gt;Hi James,&lt;/p&gt;

&lt;p&gt;These are what we mirrored&lt;/p&gt;

&lt;p&gt;git remote add linux &lt;a href=&quot;http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git&lt;/a&gt;&lt;br/&gt;
git remote add stable &lt;a href=&quot;http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git&lt;/a&gt;&lt;br/&gt;
git remote add staging &lt;a href=&quot;http://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I compared staging.git/staging-testing and our mirrored fs/linux-testing/staging-testing; and they seem to match. am I missing something?&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;
bddalton-mobl:staging minhdiep$ grep url .git/config
	url = http:&lt;span class=&quot;code-comment&quot;&gt;//git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
&lt;/span&gt;bddalton-mobl:staging minhdiep$ git lg | head
* 49b9137 - (HEAD, origin/staging-testing, origin/staging-next, staging-testing, staging-next) staging: greybus: audio: remove redundant slot field (25 hours ago)&amp;lt;Pankaj Bharadiya&amp;gt;
* 73270bb - Staging: Greybus: Fix trailing */ in block comments (25 hours ago)&amp;lt;Rahul Krishnan&amp;gt;
* 7fec2bc - staging: greybus: es2: fix arpc request size (25 hours ago)&amp;lt;Rui Miguel Silva&amp;gt;
* f9a21a3 - staging: greybus: audio_manager_sysfs: Replace sscanf with kstrto* to single variable conversion. (25 hours ago)&amp;lt;Elise Lennion&amp;gt;
* 5bc45c9d - staging: xgifb: Remove unnecessary parentheses. (25 hours ago)&amp;lt;Elise Lennion&amp;gt;
* 596f144 - staging: vt6656: Remove unnecessary parentheses. (25 hours ago)&amp;lt;Elise Lennion&amp;gt;
* a0f204a - Staging: android: ion: Make a read-only structure (25 hours ago)&amp;lt;Mihaela Muraru&amp;gt;
* 9fdd532 - staging: android: Remove unnecessary parentheses. (25 hours ago)&amp;lt;Elise Lennion&amp;gt;
* f9bee6d - staging: vc04_services: Add casts to remove warnings in vchiq_core.c (26 hours ago)&amp;lt;Michael Zoran&amp;gt;
* 8e8e2e3 - staging: vc04_services: Handle conversion from VCHIQ_SERVICE_HANDLE_T to VCHI_SERVICE_HANDLE_T (26 hours ago)&amp;lt;Michael Zoran&amp;gt;

hgyoo-mobl3:linux-staging minhdiep$ grep url .git/config
	url = ssh:&lt;span class=&quot;code-comment&quot;&gt;//mdiep@review.whamcloud.com:29418/fs/linux-staging
&lt;/span&gt;hgyoo-mobl3:linux-staging minhdiep$ git lg | head
* 49b9137 - (HEAD, origin/staging-testing, origin/staging-next, staging-testing, staging-next) staging: greybus: audio: remove redundant slot field (25 hours ago)&amp;lt;Pankaj Bharadiya&amp;gt;
* 73270bb - Staging: Greybus: Fix trailing */ in block comments (25 hours ago)&amp;lt;Rahul Krishnan&amp;gt;
* 7fec2bc - staging: greybus: es2: fix arpc request size (25 hours ago)&amp;lt;Rui Miguel Silva&amp;gt;
* f9a21a3 - staging: greybus: audio_manager_sysfs: Replace sscanf with kstrto* to single variable conversion. (25 hours ago)&amp;lt;Elise Lennion&amp;gt;
* 5bc45c9d - staging: xgifb: Remove unnecessary parentheses. (25 hours ago)&amp;lt;Elise Lennion&amp;gt;
* 596f144 - staging: vt6656: Remove unnecessary parentheses. (25 hours ago)&amp;lt;Elise Lennion&amp;gt;
* a0f204a - Staging: android: ion: Make a read-only structure (25 hours ago)&amp;lt;Mihaela Muraru&amp;gt;
* 9fdd532 - staging: android: Remove unnecessary parentheses. (25 hours ago)&amp;lt;Elise Lennion&amp;gt;
* f9bee6d - staging: vc04_services: Add casts to remove warnings in vchiq_core.c (26 hours ago)&amp;lt;Michael Zoran&amp;gt;
* 8e8e2e3 - staging: vc04_services: Handle conversion from VCHIQ_SERVICE_HANDLE_T to VCHI_SERVICE_HANDLE_T (26 hours ago)&amp;lt;Michael Zoran&amp;gt;
 &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="170997" author="simmonsja" created="Tue, 25 Oct 2016 17:31:57 +0000"  >&lt;p&gt;Ah I didn&apos;t know that you mirror several branches. So I did a checkout of the staging-testing branch. Its correct now.&lt;br/&gt;
Next step is to see if I can push a patch. When I push something now I see.&lt;/p&gt;

&lt;p&gt;lustre-upstream$ git push ssh://jsimmons@review.whamcloud.com:29418/fs/linux-staging HEAD:refs/heads/staging-testing&lt;br/&gt;
Enter passphrase for key &apos;/ccs/home/jsimmons/.ssh/id_rsa&apos;: &lt;br/&gt;
Counting objects: 15, done.&lt;br/&gt;
Delta compression using up to 24 threads.&lt;br/&gt;
Compressing objects: 100% (8/8), done.&lt;br/&gt;
Writing objects: 100% (8/8), 953 bytes, done.&lt;br/&gt;
Total 8 (delta 7), reused 0 (delta 0)&lt;br/&gt;
remote: Resolving deltas: 100% (7/7)&lt;br/&gt;
remote: Counting objects: 8, done&lt;br/&gt;
remote: Branch refs/heads/staging-testing:&lt;br/&gt;
remote: You are not allowed to perform this operation.&lt;br/&gt;
remote: To push into this reference you need &apos;Push&apos; rights.&lt;br/&gt;
remote: User: jsimmons&lt;br/&gt;
remote: Please read the documentation and contact an administrator&lt;br/&gt;
remote: if you feel the configuration is incorrect&lt;br/&gt;
remote: Processing changes: refs: 1, done    &lt;br/&gt;
To ssh://jsimmons@review.whamcloud.com:29418/fs/linux-staging&lt;br/&gt;
 ! &lt;span class=&quot;error&quot;&gt;&amp;#91;remote rejected&amp;#93;&lt;/span&gt; HEAD -&amp;gt; staging-testing (prohibited by Gerrit)&lt;br/&gt;
error: failed to push some refs to &apos;ssh://jsimmons@review.whamcloud.com:29418/fs/linux-staging&apos;&lt;/p&gt;</comment>
                            <comment id="171000" author="mdiep" created="Tue, 25 Oct 2016 17:50:17 +0000"  >&lt;p&gt;I would think you should use HEAD:refs/for/staging-testing to push for review; and which will trigger a build and test&lt;/p&gt;</comment>
                            <comment id="171013" author="simmonsja" created="Tue, 25 Oct 2016 18:45:41 +0000"  >&lt;p&gt;You are right. I&apos;m a idiot. I just pushed the patch. It works:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/23382&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/23382&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="171014" author="pjones" created="Tue, 25 Oct 2016 18:49:33 +0000"  >&lt;p&gt;Don&apos;t be so hard on yourself James &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="171015" author="simmonsja" created="Tue, 25 Oct 2016 18:58:47 +0000"  >&lt;p&gt;Minh I noticed a few oddities with the pushed patch. The Intel-bug-id: url seems to have gotten mangled. The jenkins build links is also invalid. Lastly do you think it would be possible to get linux/scripts/checkpatch to run against the patch and report the result.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Thanks Peter&lt;/b&gt;&lt;/p&gt;
</comment>
                            <comment id="171034" author="mdiep" created="Tue, 25 Oct 2016 20:26:26 +0000"  >&lt;p&gt;I will look into the commit message being mangled; and checkpatch .&lt;/p&gt;

&lt;p&gt;The jenkins build links should be accessible now&lt;/p&gt;</comment>
                            <comment id="171042" author="simmonsja" created="Tue, 25 Oct 2016 21:55:34 +0000"  >&lt;p&gt;Yep Jenkins passed. Now for the checkpatch and commit message issue.&lt;/p&gt;</comment>
                            <comment id="181662" author="simmonsja" created="Fri, 20 Jan 2017 22:50:00 +0000"  >&lt;p&gt;From Doug&apos;s latest patch that was pushed it appears that the commit message issues has been fixed. Does checkpatch run against a submitted patch. Also it looks like the test suite is run against staging-testing branch which is correct. We are making progress.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="34515">LU-7746</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|hzysk7:</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>