Hi Linus, Two SELinux patches for Linux v6.2: one increases the sleep time on deprecated functionality, and one removes the indirect calls in the sidtab context conversion code. Unfortunately, this pull request does conflict with fixes that were merged during the v6.1-rcX cycle so you will either need to do some manual fixup or you can pull the tag below which has the necessary fixes and has been sanity tested today. If you're looking for something different to handle this merge, let me know. * tags/selinux-pr-20221212.merge -Paul -- The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git tags/selinux-pr-20221212 for you to fetch changes up to 048be156491ff1aeb0fe5ff0862644d38cd39015: selinux: remove the sidtab context conversion indirect calls (2022-11-09 11:00:49 -0500) ---------------------------------------------------------------- selinux/stable-6.2 PR 20221212 ---------------------------------------------------------------- Paul Moore (2): selinux: increase the deprecation sleep for checkreqprot and runtime disable selinux: remove the sidtab context conversion indirect calls security/selinux/selinuxfs.c | 4 ++-- security/selinux/ss/services.c | 51 ++++++++++++++---------------------- security/selinux/ss/services.h | 14 +++++++++--- security/selinux/ss/sidtab.c | 21 +++++++++-------- security/selinux/ss/sidtab.h | 3 +-- 5 files changed, 47 insertions(+), 46 deletions(-) -- paul-moore.com