Re: [PATCH v2 0/2] W=1 fixes

2021-08-27 Thread Michael Ellerman
On Mon, 23 Aug 2021 11:00:37 +0200, Cédric Le Goater wrote:
> These are the remaining patches needed to compile the ppc kernel with
> W=1. Audit issues are now being addressed by Christophe in patch :
> 
> [v2] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC
> http://patchwork.ozlabs.org/project/linuxppc-dev/patch/dc14509a28a993738b1325211f412be72a4f9b1e.1629701132.git.christophe.le...@csgroup.eu/
> 
> Thanks,
> 
> [...]

Applied to powerpc/next.

[1/2] powerpc/prom: Fix unused variable ‘reserve_map’ when CONFIG_PPC32 is not 
set
  https://git.kernel.org/powerpc/c/3accc0faef081b6813967b34f7d05a3edb855cbd
[2/2] powerpc/compat_sys: Declare syscalls
  https://git.kernel.org/powerpc/c/cc47ad409ba9cc950e9c492c8ba653dabd392148

cheers


[PATCH v2 0/2] W=1 fixes

2021-08-23 Thread Cédric Le Goater
Hello,

These are the remaining patches needed to compile the ppc kernel with
W=1. Audit issues are now being addressed by Christophe in patch :

[v2] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC
http://patchwork.ozlabs.org/project/linuxppc-dev/patch/dc14509a28a993738b1325211f412be72a4f9b1e.1629701132.git.christophe.le...@csgroup.eu/

Thanks,

C.


Changes in v2:
  - reworked early_reserve_mem_dt()
  - removed asmlinkage


Cédric Le Goater (2):
  powerpc/prom: Fix unused variable ‘reserve_map’ when CONFIG_PPC32 is
not set
  powerpc/compat_sys: Declare syscalls

 arch/powerpc/include/asm/syscalls.h | 30 +
 arch/powerpc/kernel/prom.c  |  5 +++--
 2 files changed, 33 insertions(+), 2 deletions(-)

-- 
2.31.1