Searched hist:bee348fab099b0f551caa874663e82a7f3bb64b3 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/ |
H A D | scs.c | diff bee348fab099b0f551caa874663e82a7f3bb64b3 Fri May 15 08:43:11 CDT 2020 Will Deacon <will@kernel.org> scs: Move accounting into alloc/free functions
There's no need to perform the shadow stack page accounting independently of the lifetime of the underlying allocation, so call the accounting code from the {alloc,free}() functions and simplify the code in the process.
Tested-by: Sami Tolvanen <samitolvanen@google.com> Reviewed-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Will Deacon <will@kernel.org>
|