[PATCH 2/2] selftests/mm: Fix a build failure on powerpc

2025-04-28 Thread Nysal Jan K.A.
7ffc) Fix the issue by manually adding nop instructions using the preprocessor. Fixes: 46036188ea1f5 ("selftests/mm: build with -O2") Reported-by: Madhavan Srinivasan Signed-off-by: Nysal Jan K.A. --- tools/testing/selftests/mm/pkey-powerpc.h | 12 +++- 1 file changed, 11 inser

[PATCH 1/2] selftests/mm: Fix build break when compiling pkey_util.c

2025-04-28 Thread Nysal Jan K.A.
50910acd6f615 ("selftests/mm: use sys_pkey helpers consistently") Signed-off-by: Madhavan Srinivasan Signed-off-by: Nysal Jan K.A. --- tools/testing/selftests/mm/pkey-powerpc.h | 2 ++ tools/testing/selftests/mm/pkey_util.c| 1 + 2 files changed, 3 insertions(+) diff --git a/tool