Re: [PATCH] s390: use __u{16,32,64} instead of uint{16,32,64}_t in uapi header

From: Heiko Carstens
Date: Mon Jul 22 2019 - 08:30:20 EST


On Sun, Jul 21, 2019 at 11:20:08PM +0900, Masahiro Yamada wrote:
> When CONFIG_UAPI_HEADER_TEST=y, exported headers are compile-tested to
> make sure they can be included from user-space.
>
> Currently, zcrypt.h is excluded from the test coverage. To make it
> join the compile-test, we need to fix the build errors attached below.
>
> For a case like this, we decided to use __u{8,16,32,64} variable types
> in this discussion:
>
> https://lkml.org/lkml/2019/6/5/18
...
> Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
> ---
>
> arch/s390/include/uapi/asm/zcrypt.h | 35 +++++++++++++++--------------
> 1 file changed, 18 insertions(+), 17 deletions(-)

Applied, thanks!

I also added the patch below: