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.101
commit 7615c1a2a0af612e86c6218039aa748081dfa29a
Author: Amon Ott <ao(a)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(-)
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.41
commit fc6a08818233c07ba5c9b735140e22617925f750
Author: Amon Ott <ao(a)rsbac.org>
Date: Wed Jul 24 15:00:06 2024 +0200
Always call rsbac_mount() with parent info, log parent, fix parent value in proc.
Do not call rsbac_mount() from do_move_mount(), this makes no sense, leads
to repeated mount entries and breaks inheritance.
fs/namespace.c | 36 +++++++++++++----------------
rsbac/data_structures/aci_data_structures.c | 12 ++++++----
2 files changed, 23 insertions(+), 25 deletions(-)
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(a)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(-)
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.40
commit c845562958750bccf0bfb948456e6608844ace2a
Author: Amon Ott <ao(a)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(-)
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.98
commit a26ec4a0e69c8b16ebdb9c63de8005b732ef0a2d
Author: Amon Ott <ao(a)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(-)
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.39
commit 702dc17cbae6dca806c963287b0ddaebc8d976a8
Author: Amon Ott <ao(a)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(-)
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.38
commit b621c286f31ac3cfd1fcc6cd31f7956596bb37a2
Author: Amon Ott <ao(a)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(-)