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.12
commit bc19c48490171c9d69feab938b237ae68164a091
Author: Amon Ott <ao(a)rsbac.org>
Date: Thu Feb 16 08:37:45 2023 +0100
In loop driver, move request from __loop_clr_fd() to loop_clr_fd().
__loop_clr_fd() no longer has a return value.
drivers/block/loop.c | 91 +++++++++++++++++++++++++---------------------------
1 file changed, 44 insertions(+), 47 deletions(-)
https://git.rsbac.org/cgi-bin/gitweb.cgi?p=linux-4.14.y.git;a=summary
RSBAC for Linux 4.14 (Long Term)
Current version: 4.14.305
commit 24470f7203bc760db429aaaeeb4321ee8745ff8f
Author: Amon Ott <ao(a)rsbac.org>
Date: Wed Nov 3 13:26:56 2021 +0100
Do not check space in rsbac_symlink_redirect(), rather truncate result later.
This follows the standard readlink() behaviour, which silently truncates,
if there is not enough space.
fs/namei.c | 6 ++++--
fs/stat.c | 2 +-
include/rsbac/adf.h | 1 -
rsbac/adf/adf_main.c | 51 +++++++--------------------------------------------
4 files changed, 12 insertions(+), 48 deletions(-)