aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2018-04-06 11:37:17 +0300
committerKalle Valo <[email protected]>2018-04-24 20:24:32 +0300
commit350fcdb834576162ab55519ed86572c00ea786a7 (patch)
tree517224e9bd35cc7500d9fdca36e13a1e3b10a0db /tools/perf/scripts/python/failed-syscalls-by-pid.py
parent4fd6c4762f372852d65ad737ab35996395295dce (diff)
rsi: remove unecessary PTR_ALIGN()s
The issue here is that we allocate "data" and then set "data = PTR_ALIGN(data, 8);" and then we free the aligned pointer instead of the original pointer. kmalloc() pointers are already ARCH_SLAB_MINALIGN aligned which is 8 or more on everything except certain Xtensa variants. We decided that if the Xtensa people ever notice a bug here then we'll tell them the bug is on their side. ;) Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions