Re: [PATCH 00/15] arm64: address -Wmissing-prototype warnings

From: Kees Cook
Date: Tue May 16 2023 - 15:53:45 EST


On Tue, May 16, 2023 at 06:06:27PM +0200, Arnd Bergmann wrote:
> This addresses all arm64 specific protype warnings. As with the arm32
> patches, the majority of them should be straightforward, either adding
> an #include statement to get the right header, or ensuring that an unused
> global function is left out of the build when the prototype is hidden.

These look good; thanks for tracking these all down! For the series:

Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx>

--
Kees Cook