diff options
author | Gayatri Kammela <[email protected]> | 2016-09-26 14:37:38 -0700 |
---|---|---|
committer | Shaohua Li <[email protected]> | 2016-09-26 16:18:21 -0700 |
commit | 099b548c429217a8306adbd1552d326615c9b903 (patch) | |
tree | 5494f9f5ec8ff08f18ab1f5bfc935bbd7f792cc1 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 30c8946566f32493f7f1143437319c42c8a542e9 (diff) |
raid6/test/test.c: bug fix: Specify aligned(alignment) attributes to the char arrays
Specifying the aligned attributes to the char data[NDISKS][PAGE_SIZE],
char recovi[PAGE_SIZE] and char recovi[PAGE_SIZE] arrays, so that all
malloc memory is page boundary aligned.
Without these alignment attributes, the test causes a segfault in
userspace when the NDISKS are changed to 4 from 16.
The RAID stripes will be page aligned anyway, so we want to test what
the kernel actually will execute.
Cc: H. Peter Anvin <[email protected]>
Cc: Yu-cheng Yu <[email protected]>
Signed-off-by: Gayatri Kammela <[email protected]>
Reviewed-by: H. Peter Anvin <[email protected]>
Signed-off-by: Shaohua Li <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions