aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorWenjia Zhang <[email protected]>2018-09-12 15:31:34 +0200
committerDavid S. Miller <[email protected]>2018-09-12 13:12:51 -0700
commitaec45e857c5538664edb76a60dd452e3265f37d1 (patch)
treee78da6ce887a4ef5adf394659572c4c81fa33994 /tools/perf/scripts/python/bin/export-to-postgresql-report
parent04db741d0df02fdb9ea4ddca32615153407dcf7f (diff)
s390/qeth: use vzalloc for QUERY OAT buffer
qeth_query_oat_command() currently allocates the kernel buffer for the SIOC_QETH_QUERY_OAT ioctl with kzalloc. So on systems with fragmented memory, large allocations may fail (eg. the qethqoat tool by default uses 132KB). Solve this issue by using vzalloc, backing the allocation with non-contiguous memory. Signed-off-by: Wenjia Zhang <[email protected]> Reviewed-by: Julian Wiedmann <[email protected]> Signed-off-by: Julian Wiedmann <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions