https://git.rsbac.org/cgi-bin/gitweb.cgi?p=linux-6.6.y.git;a=summary
RSBAC for Linux 6.6 (Long Term)
Current version: 6.6.36
commit 87ac37285e015488df26b0485607080629dd6bb2 Author: Amon Ott ao@rsbac.org Date: Mon Jun 24 10:52:56 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 | 4 +- rsbac/data_structures/gen_lists.c | 213 +++++++++++++++++----------- 4 files changed, 154 insertions(+), 114 deletions(-)