[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK8P3a3biD8Fmd2GMTkwPtU1ezinvyvbBZqey0cAiJh4_5svKQ@mail.gmail.com>
Date: Thu, 10 Feb 2022 10:41:07 +0100
From: Arnd Bergmann <arnd@...db.de>
To: Masahiro Yamada <masahiroy@...nel.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-arch <linux-arch@...r.kernel.org>,
Arnd Bergmann <arnd@...db.de>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 5/6] kexec.h: add linux/kexec.h to UAPI compile-test coverage
On Thu, Feb 10, 2022 at 3:11 AM Masahiro Yamada <masahiroy@...nel.org> wrote:
>
> linux/kexec.h is currently excluded from the UAPI compile-test because
> of the errors like follows:
>
> HDRTEST usr/include/linux/kexec.h
> In file included from <command-line>:
> ./usr/include/linux/kexec.h:56:9: error: unknown type name ‘size_t’
> 56 | size_t bufsz;
> | ^~~~~~
> ./usr/include/linux/kexec.h:58:9: error: unknown type name ‘size_t’
> 58 | size_t memsz;
> | ^~~~~~
>
> The errors can be fixed by replacing size_t with __kernel_size_t.
>
> Then, remove the no-header-test entry from user/include/Makefile.
>
> Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
Reviewed-by: Arnd Bergmann <arnd@...db.de>
Powered by blists - more mailing lists