Re: [PATCH] selftests:proc ProtectionKey check in smpas test

2023-10-27 Thread Alexey Dobriyan
On Thu, Oct 26, 2023 at 01:06:27AM +0530, Swarup Laxman Kotiaklapudi wrote: > Check ProtectionKey field in /proc/*/smaps output, > if system supports page-based memory permissions. > --- a/tools/testing/selftests/proc/proc-empty-vm.c > +++ b/tools/testing/selftests/proc/proc-empty-vm.c > @@ -37,6

[PATCH] selftests:proc ProtectionKey check in smpas test

2023-10-25 Thread Swarup Laxman Kotiaklapudi
Check ProtectionKey field in /proc/*/smaps output, if system supports page-based memory permissions. Signed-off-by: Swarup Laxman Kotiaklapudi --- tools/testing/selftests/proc/proc-empty-vm.c | 38 1 file changed, 23 insertions(+), 15 deletions(-) diff --git