Re: [PATCH 0/2] perf tests: Check for ARM [vectors] page

2018-10-31 Thread Florian Fainelli
On 10/24/18 5:09 PM, Florian Fainelli wrote: > Hi all, > > I just painfully learned that perf would segfault when > CONFIG_KUSER_HELPERS is disabled because it unconditionally makes use of > it. This patch series adds an ARM test for that by leveraging the > existing find_vdso_map() function and m

[PATCH 0/2] perf tests: Check for ARM [vectors] page

2018-10-24 Thread Florian Fainelli
Hi all, I just painfully learned that perf would segfault when CONFIG_KUSER_HELPERS is disabled because it unconditionally makes use of it. This patch series adds an ARM test for that by leveraging the existing find_vdso_map() function and making it more generic and capable of location any map wit