<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:50:32 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-5327] powerpc64 defines __u64 differently for kernel- and user-space</title>
                <link>https://jira.whamcloud.com/browse/LU-5327</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This is asm/types.h on powerpc64:&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;#ifndef _ASM_POWERPC_TYPES_H
#define _ASM_POWERPC_TYPES_H

/*
 * This is here because we used to use l64 &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; 64bit powerpc
 * and we don&apos;t want to impact user mode with our change to ll64
 * in the kernel.
 */
#&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; defined(__powerpc64__) &amp;amp;&amp;amp; !defined(__KERNEL__)
# include &amp;lt;asm-&lt;span class=&quot;code-keyword&quot;&gt;generic&lt;/span&gt;/&lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;-l64.h&amp;gt;
#&lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt;
# include &amp;lt;asm-&lt;span class=&quot;code-keyword&quot;&gt;generic&lt;/span&gt;/&lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;-ll64.h&amp;gt;
#endif

#ifndef __ASSEMBLY__

/*
 * This file is never included by application software unless
 * explicitly requested (e.g., via linux/types.h) in which &lt;span class=&quot;code-keyword&quot;&gt;case&lt;/span&gt; the
 * application is Linux specific so (user-) name space pollution is
 * not a major issue.  However, &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; interoperability, libraries still
 * need to be careful to avoid a name clashes.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version
 * 2 of the License, or (at your option) any later version.
 */

#ifdef __powerpc64__
typedef unsigned &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; umode_t;
#&lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt;
typedef unsigned &lt;span class=&quot;code-object&quot;&gt;short&lt;/span&gt; umode_t;
#endif

typedef struct {
        __u32 u[4];
} __attribute__((aligned(16))) __vector128;

#endif &lt;span class=&quot;code-comment&quot;&gt;/* __ASSEMBLY__ */&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This breaks the use of HAVE_KERN__U64_LONG_LONG to define the LP*64 macros. This causes compile errors in lustre/utils on powerpc64.&lt;/p&gt;</description>
                <environment></environment>
        <key id="25532">LU-5327</key>
            <summary>powerpc64 defines __u64 differently for kernel- and user-space</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="jhammond">John Hammond</assignee>
                                    <reporter username="jhammond">John Hammond</reporter>
                        <labels>
                            <label>ppc</label>
                    </labels>
                <created>Thu, 10 Jul 2014 19:54:07 +0000</created>
                <updated>Thu, 14 Jun 2018 21:41:36 +0000</updated>
                            <resolved>Fri, 8 Aug 2014 14:17:41 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                                    <fixVersion>Lustre 2.7.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="88872" author="jhammond" created="Fri, 11 Jul 2014 19:43:57 +0000"  >&lt;p&gt;Please see &lt;a href=&quot;http://review.whamcloud.com/11070&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11070&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="90628" author="jhammond" created="Fri, 1 Aug 2014 12:59:33 +0000"  >&lt;p&gt;Patch landed to master.&lt;/p&gt;</comment>
                            <comment id="91189" author="jlevi" created="Fri, 8 Aug 2014 14:17:31 +0000"  >&lt;p&gt;Reopening to add fix version&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="24578">LU-5011</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|hzwr5r:</customfieldvalue>

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