Revision 0ed149cf5239cc6e7e65bf00f769e8f1e91076c0 authored by David Miller on 12 October 2018, 05:46:55 UTC, committed by Arnaldo Carvalho de Melo on 16 October 2018, 15:30:03 UTC
The size of the resulting cpu map can be smaller than a multiple of
sizeof(u64), resulting in SIGBUS on cpus like Sparc as the next event
will not be aligned properly.

Signed-off-by: David S. Miller <davem@davemloft.net>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@intel.com>
Fixes: 6c872901af07 ("perf cpu_map: Add cpu_map event synthesize function")
Link: http://lkml.kernel.org/r/20181011.224655.716771175766946817.davem@davemloft.net
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent c458a62
History
File Mode Size
.gitignore -rw-r--r-- 39 bytes
Makefile -rw-r--r-- 2.6 KB

back to top