From: Paul Moore <paul@paul-moore.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: selinux@vger.kernel.org, linux-security-module@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] selinux/selinux-pr-20231030
Date: Mon, 30 Oct 2023 22:16:31 -0400 [thread overview]
Message-ID: <78932582fa556fd5fd6e8886e80e993f.paul@paul-moore.com> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2113 bytes --]
Hi Linus,
Seven SELinux patches for v6.7, the highlights are below:
* Improve the SELinux debugging configuration controls in Kconfig.
* Print additional information about the hash table chain lengths when
when printing SELinux debugging information.
* Simplify the SELinux access vector hash table calcaulations.
* Use a better hashing function for the SELinux role tansition hash
table.
* Improve SELinux load policy time through the use of optimized
functions for calculating the number of bits set in a field.
* Addition of a __counted_by annotation.
* Simplify the avtab_inert_node() function through a simplified
prototype.
Please merge for v6.7-rc1, thanks.
-Paul
--
The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git
tags/selinux-pr-20231030
for you to fetch changes up to 19c1c9916dbf9b05157a0c4970f61f952c0cb86a:
selinux: simplify avtab_insert_node() prototype
(2023-10-03 17:07:07 -0400)
----------------------------------------------------------------
selinux/stable-6.7 PR 20231030
----------------------------------------------------------------
Christian Göttsche (4):
selinux: print sum of chain lengths^2 for hash tables
selinux: improve debug configuration
selinux: simplify avtab slot calculation
selinux: improve role transition hashing
Jacob Satterfield (2):
selinux: hweight optimization in avtab_read_item
selinux: simplify avtab_insert_node() prototype
Kees Cook (1):
selinux: Annotate struct sidtab_str_cache with __counted_by
security/selinux/Kconfig | 10 ++++++++++
security/selinux/Makefile | 2 ++
security/selinux/ss/avtab.c | 37 +++++++++++--------------------------
security/selinux/ss/hashtab.c | 5 +++++
security/selinux/ss/hashtab.h | 1 +
security/selinux/ss/policydb.c | 6 +++---
security/selinux/ss/sidtab.c | 2 +-
7 files changed, 33 insertions(+), 30 deletions(-)
--
paul-moore.com
next reply other threads:[~2023-10-31 2:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-31 2:16 Paul Moore [this message]
2023-10-31 6:12 ` [GIT PULL] selinux/selinux-pr-20231030 Linus Torvalds
2023-11-01 1:31 ` Paul Moore
2023-10-31 6:31 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=78932582fa556fd5fd6e8886e80e993f.paul@paul-moore.com \
--to=paul@paul-moore.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=selinux@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).