Hi Linus, Here is the SELinux pull request for the v5.9 release. All the patches pass our test suite and earlier this evening they merged cleanly with your tree. Beyond the usual smattering of bug fixes, we've got three small improvements worth highlighting: - Improved SELinux policy symbol table performance due to a reworking of the insert and search functions - Allow reading of SELinux labels before the policy is loaded, allowing for some more "exotic" initramfs approaches - Improved checking an error reporting about process class/permissions during SELinux policy load Please merge these for v5.9. Thanks, -Paul -- The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git tags/selinux-pr-20200803 for you to fetch changes up to 54b27f9287a7b3dfc85549f01fc9d292c92c68b9: selinux: complete the inlining of hashtab functions (2020-07-09 19:08:16 -0400) ---------------------------------------------------------------- selinux/stable-5.9 PR 20200803 ---------------------------------------------------------------- Ethan Edwards (1): selinux: fixed a checkpatch warning with the sizeof macro Jonathan Lebon (1): selinux: allow reading labels before policy is loaded Ondrej Mosnacek (3): selinux: specialize symtab insert and search functions selinux: prepare for inlining of hashtab functions selinux: complete the inlining of hashtab functions Stephen Smalley (2): scripts/selinux/mdp: fix initial SID handling selinux: log error messages on required process class / permissions lihao (1): selinux: Fix spelling mistakes in the comments scripts/selinux/mdp/mdp.c | 23 ++++-- security/selinux/hooks.c | 7 +- security/selinux/netif.c | 2 +- security/selinux/netnode.c | 2 +- security/selinux/netport.c | 2 +- security/selinux/ss/conditional.c | 8 +-- security/selinux/ss/conditional.h | 2 +- security/selinux/ss/hashtab.c | 59 ++------------- security/selinux/ss/hashtab.h | 77 ++++++++++++++++---- security/selinux/ss/mls.c | 23 +++--- security/selinux/ss/policydb.c | 148 ++++++++++++++++++++++------------ security/selinux/ss/policydb.h | 9 +++ security/selinux/ss/services.c | 38 +++++----- security/selinux/ss/symtab.c | 21 ++++-- security/selinux/ss/symtab.h | 3 + 15 files changed, 258 insertions(+), 166 deletions(-) -- paul moore www.paul-moore.com