[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190604145429.GE5774@osiris>
Date: Tue, 4 Jun 2019 16:54:29 +0200
From: Heiko Carstens <heiko.carstens@...ibm.com>
To: Masahiro Yamada <yamada.masahiro@...ionext.com>
Cc: Vasily Gorbik <gor@...ux.ibm.com>,
Christian Borntraeger <borntraeger@...ibm.com>,
linux-s390@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] s390: fix unrecognized __aligned() in uapi header
On Tue, Jun 04, 2019 at 05:29:47PM +0900, Masahiro Yamada wrote:
> __aligned() is a shorthand that is only available in the kernel space
> because it is defined in include/linux/compiler_attributes.h, which is
> not exported to the user space.
>
> Detected by compile-testing exported headers.
>
> ./usr/include/asm/runtime_instr.h:60:37: error: expected declaration specifiers or ‘...’ before numeric constant
> } __attribute__((packed)) __aligned(8);
> ^
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
> ---
>
> arch/s390/include/uapi/asm/runtime_instr.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Powered by blists - more mailing lists