diff options
author | 2013-06-25 15:37:44 +0200 | |
---|---|---|
committer | 2013-06-26 21:10:31 +0200 | |
commit | 2ab14619249cff5835aa66f2c06bfbb0204a30bf (patch) | |
tree | bd2dcc00311a63ada1e1f59a67c00221d3b704a7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | s390/appldata_mem: do not use static data (diff) | |
download | linux-dev-2ab14619249cff5835aa66f2c06bfbb0204a30bf.tar.xz linux-dev-2ab14619249cff5835aa66f2c06bfbb0204a30bf.zip |
s390/appldata_net_sum: do not use static data
Using static data for fields which are accessed by HW will fail if
the driver is build as a module (since this would be vmalloc'ed
memory). This Bug was revealed via
"s390: remove virt_to_phys implementation" - the old virt_to_phys
implementation would have translated the address but it was not
guaranteed that the memory was contiguous.
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Reviewed-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions