https://git.rsbac.org/cgi-bin/gitweb.cgi?p=linux-6.1.y.git;a=summary
RSBAC for Linux 6.1 (Long Term)
Current version: 6.1.99
commit 689c19a83afd4a0f7347e4e76b6e703316980d1d Author: Amon Ott ao@rsbac.org Date: Tue Jun 25 15:13:09 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 | 12 +- 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, 155 insertions(+), 115 deletions(-)