percu-allocator: Implement robust pool validation
authorOlivier Dion <odion@efficios.com>
Thu, 7 Mar 2024 15:39:29 +0000 (10:39 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 7 Mar 2024 16:44:50 +0000 (11:44 -0500)
commit0fdf7a4c777ed8cb994a009fadbc6798f3367e0b
treec7140ae86dbc3e965305c1aa153dbdfb0291e987
parent4f93105c023f687b84236d3388e0d316983e15fe
percu-allocator: Implement robust pool validation

When set, the RSEQ_POOL_ROBUST flag will add a bitmap to the pool which
is used to track double-free and allocation leaks in the pool.

Signed-off-by: Olivier Dion <odion@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I531782ee57d33c9704b9cca44af1a9464f60cb90
include/rseq/percpu-alloc.h
src/rseq-percpu-alloc.c
This page took 0.024556 seconds and 4 git commands to generate.