diff options
author | Kees Cook <[email protected]> | 2022-11-17 19:51:59 -0800 |
---|---|---|
committer | Vlastimil Babka <[email protected]> | 2022-11-21 10:27:00 +0100 |
commit | 6fa57d78aa7f212fd7c0de70f5756e18513dcdcf (patch) | |
tree | f8cdf805bbacc1861a0eb35116582a55089b1c52 /drivers/fpga/fpga-mgr.c | |
parent | 3bf019334fbbb51723587f9819c62d3d6f9d6f3f (diff) |
slab: Remove special-casing of const 0 size allocations
Passing a constant-0 size allocation into kmalloc() or kmalloc_node()
does not need to be a fast-path operation, so the static return value
can be removed entirely. This makes sure that all paths through the
inlines result in a full extern function call, where __alloc_size()
hints will actually be seen[1] by GCC. (A constant return value of 0
means the "0" allocation size won't be propagated by the inline.)
[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96503
Cc: Vlastimil Babka <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: Joonsoo Kim <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Roman Gushchin <[email protected]>
Cc: Hyeonggon Yoo <[email protected]>
Cc: [email protected]
Signed-off-by: Kees Cook <[email protected]>
Reviewed-by: Hyeonggon Yoo <[email protected]>
Signed-off-by: Vlastimil Babka <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions