summaryrefslogtreecommitdiff
path: root/rust/kernel/interop/git@git.tavy.me:linux-stable.git
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2026-04-08 14:32:02 -0300
committerNamhyung Kim <namhyung@kernel.org>2026-04-08 19:21:05 -0700
commitfbfb858552fb9a4c869e22f3303c7c7365367509 (patch)
treecaf49df7796f3a93992cac54a29c0a6d4a96f051 /rust/kernel/interop/git@git.tavy.me:linux-stable.git
parent7507abd16a05e8b191ed7bed69e075b23111c401 (diff)
perf tools: Use calloc() where applicable
Instead of using zalloc(nr_entries * sizeof_entry) that is what calloc() does. In some places where linux/zalloc.h isn't needed, remove it, add when needed and was getting it indirectly. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to 'rust/kernel/interop/git@git.tavy.me:linux-stable.git')
0 files changed, 0 insertions, 0 deletions