diff options
author | Kees Cook <[email protected]> | 2022-10-18 02:28:27 -0700 |
---|---|---|
committer | Paolo Abeni <[email protected]> | 2022-10-20 10:13:54 +0200 |
commit | 36875a063b5e3618b42f7bace850473bb88a7c24 (patch) | |
tree | 0c80d1a45acecfebb4e788b4ddb5e8937c6e108c /tools/perf/scripts/python | |
parent | ab3f7828c9793a5dfa99a54dc19ae3491c38bfa3 (diff) |
net: ipa: Proactively round up to kmalloc bucket size
Instead of discovering the kmalloc bucket size _after_ allocation, round
up proactively so the allocation is explicitly made for the full size,
allowing the compiler to correctly reason about the resulting size of
the buffer through the existing __alloc_size() hint.
Cc: "David S. Miller" <[email protected]>
Cc: Eric Dumazet <[email protected]>
Cc: Jakub Kicinski <[email protected]>
Cc: Paolo Abeni <[email protected]>
Cc: [email protected]
Reviewed-by: Alex Elder <[email protected]>
Link: https://lore.kernel.org/lkml/[email protected]
Signed-off-by: Kees Cook <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions