<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:41:33 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-4307] GSS/Kerberos compile errors missing pointers and unused variable</title>
                <link>https://jira.whamcloud.com/browse/LU-4307</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Missing void* pointers causes&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-none&quot;&gt;context_lucid.c: In function &#8216;derive_key_lucid&#8217;:
context_lucid.c:280:9: error: taking address of expression of type &#8216;void&#8217; [-Werror]
context_lucid.c:286:9: error: taking address of expression of type &#8216;void&#8217; [-Werror]
context_lucid.c:292:9: error: taking address of expression of type &#8216;void&#8217; [-Werror]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;and unused variable causes&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-none&quot;&gt;lgss_keyring.c: In function &#8216;do_nego_rpc&#8217;:
lgss_keyring.c:125:44: error: variable &#8216;res&#8217; set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors
make[5]: *** [lgss_keyring-lgss_keyring.o] Error 1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I will provide a patch to fix this.&lt;/p&gt;</description>
                <environment>Debian Wheezy, Kernel 3.6.11</environment>
        <key id="22230">LU-4307</key>
            <summary>GSS/Kerberos compile errors missing pointers and unused variable</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="utopiabound">Nathaniel Clark</assignee>
                                    <reporter username="thomas.stibor">Thomas Stibor</reporter>
                        <labels>
                            <label>gssapi</label>
                            <label>kerberos</label>
                            <label>patch</label>
                    </labels>
                <created>Mon, 25 Nov 2013 15:15:47 +0000</created>
                <updated>Tue, 3 Jun 2014 14:43:27 +0000</updated>
                            <resolved>Fri, 13 Dec 2013 14:46:11 +0000</resolved>
                                    <version>Lustre 2.5.0</version>
                                    <fixVersion>Lustre 2.6.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="72319" author="pjones" created="Tue, 26 Nov 2013 16:28:50 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/8393/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/8393/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="72432" author="pjones" created="Wed, 27 Nov 2013 20:01:23 +0000"  >&lt;p&gt;Nathaniel&lt;/p&gt;

&lt;p&gt;Could you please take care of this patch?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="72825" author="simmonsja" created="Wed, 4 Dec 2013 16:58:27 +0000"  >&lt;p&gt;My work for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3319&quot; title=&quot;Adapt to 3.10 upstream kernel proc_dir_entry change&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3319&quot;&gt;&lt;del&gt;LU-3319&lt;/del&gt;&lt;/a&gt; exposed some bugs in the GSS layer the breaks building lustre. I created a patch to address this at&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/8481&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/8481&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Unknown symbols still exist for cache_&lt;span class=&quot;error&quot;&gt;&amp;#91;un&amp;#93;&lt;/span&gt;register_net since in older kernels it is not exported.&lt;/p&gt;</comment>
                            <comment id="73472" author="utopiabound" created="Fri, 13 Dec 2013 14:46:11 +0000"  >&lt;p&gt;Both patches landed to master&lt;/p&gt;</comment>
                    </comments>
                    <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|hzwa1j:</customfieldvalue>

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