Re: [PATCH] selftests/powerpc: Add uaccess flush test

2021-04-29 Thread Michael Ellerman
On Thu, 25 Feb 2021 17:19:49 +1100, Daniel Axtens wrote: > Also based on the RFI and entry flush tests, it counts the L1D misses > by doing a syscall that does user access: uname, in this case. Applied to powerpc/next. [1/1] selftests/powerpc: Add uaccess flush test https://git.kernel.org/p

[PATCH] selftests/powerpc: Add uaccess flush test

2021-02-24 Thread Daniel Axtens
From: Thadeu Lima de Souza Cascardo Also based on the RFI and entry flush tests, it counts the L1D misses by doing a syscall that does user access: uname, in this case. Signed-off-by: Thadeu Lima de Souza Cascardo [dja: forward port, rename function] Signed-off-by: Daniel Axtens --- This app