diff options
author | 2023-06-21 12:16:07 +0200 | |
---|---|---|
committer | 2023-06-21 17:57:29 +0200 | |
commit | e1488513abee9f34a7d0f3bd57ee65d2a7e13426 (patch) | |
tree | 10ce5695f07e3312a2497fde9e59b867005a568c /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | tty_audit: use TASK_COMM_LEN for task comm (diff) | |
download | wireguard-linux-e1488513abee9f34a7d0f3bd57ee65d2a7e13426.tar.xz wireguard-linux-e1488513abee9f34a7d0f3bd57ee65d2a7e13426.zip |
tty_audit: use kzalloc() in tty_audit_buf_alloc()
tty_audit_buf_alloc() manually erases most of the entries after
kmalloc(). So use kzalloc() and remove the manual sets to zero.
That way, we are sure that we do not omit anything.
Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20230621101611.10580-3-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions