[PATCH] powerpc/64s: Make mmu_hash_ops __ro_after_init

Subsystems: linux for powerpc (32-bit and 64-bit), the rest

STALE697d

2 messages, 2 authors, 2024-09-06 · open the first message on its own page

[PATCH] powerpc/64s: Make mmu_hash_ops __ro_after_init

From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2024-08-21 08:07:50

The mmu_hash_ops are only assigned to during boot, so mark them
__ro_after_init to prevent any further modification.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
---
 arch/powerpc/mm/book3s64/hash_utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/mm/book3s64/hash_utils.c b/arch/powerpc/mm/book3s64/hash_utils.c
index 01c3b4b65241..845fb7ef0ad3 100644
--- a/arch/powerpc/mm/book3s64/hash_utils.c
+++ b/arch/powerpc/mm/book3s64/hash_utils.c
@@ -125,7 +125,7 @@ int mmu_ci_restrictions;
 #endif
 static u8 *linear_map_hash_slots;
 static unsigned long linear_map_hash_count;
-struct mmu_hash_ops mmu_hash_ops;
+struct mmu_hash_ops mmu_hash_ops __ro_after_init;
 EXPORT_SYMBOL(mmu_hash_ops);
 
 /*
-- 
2.46.0

Re: [PATCH] powerpc/64s: Make mmu_hash_ops __ro_after_init

From: Michael Ellerman <hidden>
Date: 2024-09-06 11:56:47

On Wed, 21 Aug 2024 18:07:45 +1000, Michael Ellerman wrote:
The mmu_hash_ops are only assigned to during boot, so mark them
__ro_after_init to prevent any further modification.
Applied to powerpc/next.

[1/1] powerpc/64s: Make mmu_hash_ops __ro_after_init
      https://git.kernel.org/powerpc/c/8589cdf0cf0b0a03d2285fc46ada2f28113f8620

cheers
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help