commit | 1b448648ec2efe567e99d4181c46349cc003bd8d | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Fri Dec 08 23:23:25 2023 +0100 |
committer | Peter Zijlstra <peterz@infradead.org> | Fri Dec 08 23:40:21 2023 +0100 |
tree | 898355166f7a95465f61bd5d022460e54758f594 | |
parent | 0c149ca88563072a0d248d71de98bdc6b91b7514 [diff] |
bpf: Fix dtor CFI Ensure the various dtor functions match their prototype and retain their CFI signatures, since they don't have their address taken, they are prone to not getting CFI, making them impossible to call indirectly. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>