All of lore.kernel.org
 help / color / mirror / Atom feed
From: catalin.marinas@arm.com (Catalin Marinas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm64: fix build error in sigcontext.h
Date: Wed, 18 Jun 2014 11:10:39 +0100	[thread overview]
Message-ID: <20140618101039.GA14680@arm.com> (raw)
In-Reply-To: <1402517682-13061-1-git-send-email-msalter@redhat.com>

On Wed, Jun 11, 2014 at 09:14:42PM +0100, Mark Salter wrote:
> I'm seeing this build failure for arm64:
> 
>     CC [M]  Documentation/filesystems/configfs/configfs_example_macros.o
>   In file included from /usr/include/bits/sigcontext.h:27:0,
>                    from /usr/include/signal.h:340,
>                    from /usr/include/sys/wait.h:30,
>                    from Documentation/accounting/getdelays.c:24:
>   .../linux/usr/include/asm/sigcontext.h:61:2: error: unknown type name ?u64?
>     u64 esr;
>     ^
>   make[2]: *** [Documentation/accounting/getdelays] Error 1
> 
> This was introduced by commit 15af1942dd61ee23:
> 
>   arm64: Expose ESR_EL1 information to user when SIGSEGV/SIGBUS
> 
> Using __u64 instead of u64 fixes the problem.
> 
> Signed-off-by: Mark Salter <msalter@redhat.com>

Applied. Thanks.

-- 
Catalin

WARNING: multiple messages have this Message-ID (diff)
From: Catalin Marinas <catalin.marinas@arm.com>
To: Mark Salter <msalter@redhat.com>
Cc: "linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] arm64: fix build error in sigcontext.h
Date: Wed, 18 Jun 2014 11:10:39 +0100	[thread overview]
Message-ID: <20140618101039.GA14680@arm.com> (raw)
In-Reply-To: <1402517682-13061-1-git-send-email-msalter@redhat.com>

On Wed, Jun 11, 2014 at 09:14:42PM +0100, Mark Salter wrote:
> I'm seeing this build failure for arm64:
> 
>     CC [M]  Documentation/filesystems/configfs/configfs_example_macros.o
>   In file included from /usr/include/bits/sigcontext.h:27:0,
>                    from /usr/include/signal.h:340,
>                    from /usr/include/sys/wait.h:30,
>                    from Documentation/accounting/getdelays.c:24:
>   .../linux/usr/include/asm/sigcontext.h:61:2: error: unknown type name ‘u64’
>     u64 esr;
>     ^
>   make[2]: *** [Documentation/accounting/getdelays] Error 1
> 
> This was introduced by commit 15af1942dd61ee23:
> 
>   arm64: Expose ESR_EL1 information to user when SIGSEGV/SIGBUS
> 
> Using __u64 instead of u64 fixes the problem.
> 
> Signed-off-by: Mark Salter <msalter@redhat.com>

Applied. Thanks.

-- 
Catalin

  reply	other threads:[~2014-06-18 10:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-11 20:14 [PATCH] arm64: fix build error in sigcontext.h Mark Salter
2014-06-11 20:14 ` Mark Salter
2014-06-18 10:10 ` Catalin Marinas [this message]
2014-06-18 10:10   ` Catalin Marinas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140618101039.GA14680@arm.com \
    --to=catalin.marinas@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.