aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorToshi Kani <[email protected]>2016-01-26 21:57:25 +0100
committerIngo Molnar <[email protected]>2016-01-30 09:49:58 +0100
commit9a975bee4b3945b271bcff18a520d4863c210f8b (patch)
tree959343e154bda576c7bcb061b50e9c3208811261 /tools/perf/scripts/python/bin/export-to-postgresql-report
parent782b86641e5d471e9eb1cf0072c012d2f758e568 (diff)
drivers: Initialize resource entry to zero
I/O resource descriptor, 'desc' in struct resource, needs to be initialized to zero by default. Some drivers call kmalloc() to allocate a resource entry, but do not initialize it to zero by memset(). Change these drivers to call kzalloc(), instead. Signed-off-by: Toshi Kani <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Acked-by: Alexandre Bounine <[email protected]> Acked-by: Helge Deller <[email protected]> Acked-by: Rafael J. Wysocki <[email protected]> Acked-by: Simon Horman <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Andy Lutomirski <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: Brian Gerst <[email protected]> Cc: Denys Vlasenko <[email protected]> Cc: H. Peter Anvin <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Luis R. Rodriguez <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Toshi Kani <[email protected]> Cc: [email protected] Cc: [email protected] Cc: linux-mm <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions