https://git.rsbac.org/cgi-bin/gitweb.cgi?p=linux-6.12.y.git;a=summary
RSBAC for Linux 6.12 (Long Term)
Current version: 6.12.8
commit 07263ec682642f1ce1e4a97d34795e1238adccbc
Author: Amon Ott <ao(a)rsbac.org>
Date: Mon Jan 6 08:02:34 2025 +0100
Check for error values before using pointers for R_CLOSE request.
Some pointers may have been invalidated before we come here.
Only call R_CLOSE notification, if CONFIG_RSBAC_NET_OBJ or CONFIG_RSBAC_UDF
is enabled, and only for T_FILE and T_NETOBJ.
REG might have a module interested, but we ignore that for now.
fs/open.c | 9 ++++++---
rsbac/data_structures/aci_data_structures.c | 4 ++--
2 files changed, 8 insertions(+), 5 deletions(-)
https://git.rsbac.org/cgi-bin/gitweb.cgi?p=linux-6.12.y.git;a=summary
RSBAC for Linux 6.12 (Long Term)
Current version: 6.12.8
commit eb500501e75d9101be90de67252194938909a8e0
Author: Amon Ott <ao(a)rsbac.org>
Date: Sun Jan 5 19:14:21 2025 +0100
Move R_CLOSE notification in filp_flush() before removal of locks to avoid race.
fs/open.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)