https://git.rsbac.org/cgi-bin/gitweb.cgi?p=linux-5.15.y.git;a=summary
RSBAC for Linux 5.15 (Long Term)
Current version: 5.15.162
commit bf1218dc7eb9704d1a81b349146d6424e24372fc Author: Amon Ott ao@rsbac.org Date: Tue Jun 25 15:23:17 2024 +0200
Fix some KCSAN findings. gen_lists: increase list->read_count outside RCU lock. aci_data_structures.c: lookup_device(): do not update global curr. acl_data_structures.c: acl_lookup_device(): do not update global curr. Mark various stat counters with data_race(), atomic updates not needed.
rsbac/adf/adf_main.c | 14 +- rsbac/data_structures/aci_data_structures.c | 39 +++-- rsbac/data_structures/acl_data_structures.c | 6 +- rsbac/data_structures/gen_lists.c | 213 +++++++++++++++++----------- 4 files changed, 156 insertions(+), 116 deletions(-)