Re: [PATCH v2] powerpc/64s: Fix build failure when CONFIG_PPC_64S_HASH_MMU is not set

2022-03-05 Thread Michael Ellerman
On Tue, 1 Mar 2022 17:47:43 -0300, Murilo Opsfelder Araujo wrote: > The following build failure occurs when CONFIG_PPC_64S_HASH_MMU is not > set: > > arch/powerpc/kernel/setup_64.c: In function ‘setup_per_cpu_areas’: > arch/powerpc/kernel/setup_64.c:811:21: error: ‘mmu_linear_psize’ >

[GIT PULL] Please pull powerpc/linux.git powerpc-5.17-5 tag

2022-03-05 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Linus, Please pull another powerpc fix for 5.17: The following changes since commit fe663df7825811358531dc2e8a52d9eaa5e3515e: powerpc/lib/sstep: fix 'ptesync' build error (2022-02-15 22:31:35 +1100) are available in the git repository at:

Re: [PATCH v2] powerpc: declare unmodified attribute_group usages const

2022-03-05 Thread Michael Ellerman
Christophe Leroy writes: > Le 04/03/2022 à 01:21, Rohan McLure a écrit : >> Inspired by (bd75b4ef4977: Constify static attribute_group structs), >> accepted by linux-next, reported: >> https://patchwork.ozlabs.org/project/linuxppc-dev/patch/20220210202805.7750-4-rikard.falkeb...@gmail.com/ >> >>