[PATCH v1] powerpc: Error on assembly warnings

Michael Ellerman patch-notifications at ellerman.id.au
Mon Apr 22 18:16:23 AEST 2024


On Tue, 26 Mar 2024 15:44:20 +1100, Benjamin Gray wrote:
> We currently enable -Werror on the arch/powerpc subtree. However this
> only catches C warnings. Assembly warnings are logged, but the make
> invocation will still succeed. This can allow incorrect syntax such as
> 
>   ori r3, r4, r5
> 
> to be compiled without catching that the assembler is treating r5
> as the immediate value 5.
> 
> [...]

Applied to powerpc/next.

[1/1] powerpc: Error on assembly warnings
      https://git.kernel.org/powerpc/c/608d4a5ca56302181e669cea0aa571cbec6680eb

cheers


More information about the Linuxppc-dev mailing list