[PATCH v3 3/3] selftests/powerpc: Use PKEY_UNRESTRICTED macro

2024-10-28 Thread Yury Khrustalev
Replace literal 0 with macro PKEY_UNRESTRICTED where pkey_*() functions are used in mm selftests for memory protection keys for ppc target. Signed-off-by: Yury Khrustalev Suggested-by: Kevin Brodsky --- Note that I couldn't build these tests so I would appreciate if someone could check this pat

Re: [PATCH v3 3/3] selftests/powerpc: Use PKEY_UNRESTRICTED macro

2024-10-28 Thread Kevin Brodsky
On 28/10/2024 10:07, Yury Khrustalev wrote: > Replace literal 0 with macro PKEY_UNRESTRICTED where pkey_*() functions > are used in mm selftests for memory protection keys for ppc target. > > Signed-off-by: Yury Khrustalev > Suggested-by: Kevin Brodsky Reviewed-by: Kevin Brodsky - Kevin