Hello, after 142 commits and 5 months since last SELinux userspace release, it's time to think about another release. The current backlog of patches is bellow. Please take a look. This time, I'd like to release rcX every 14 days - rc1 - 04-06-2022 rc2 - 04-20-2022 ... I'll try send patches with the release number change on Mondays before every release. Also when rc1 is out, please consider postponing non-bugfix patches after the release or provide a comment that the change is not necessary for this release. * https://patchwork.kernel.org/patch/12617693/ New [v2] Support static-only builds - v2 of https://lore.kernel.org/selinux/87lf1scgd6.fsf@xxxxxxxxx/ - waits for another review * https://patchwork.kernel.org/patch/12639767/ New libsepol: free ebitmap on end of function * https://patchwork.kernel.org/project/selinux/list/?series=590259 add not-self neverallow support * https://patchwork.kernel.org/patch/12672523/ New [v2] secilc: kernel policy language is infix * https://patchwork.kernel.org/project/selinux/list/?series=604679 libsepol: Adding support for not-self rules * https://patchwork.kernel.org/patch/12718352/ New [libselinux] libselinux: make threadsafe for discover_class_cache * https://patchwork.kernel.org/patch/12726783/ New libselinux: Prevent cached context giving wrong results * https://patchwork.kernel.org/project/selinux/list/?series=616731 libsepol: add sepol_av_perm_to_string | """ Since most of these functions are used in either checkpolicy or audit2why (or both), it is probably fine to export these, but I would appreciate any thoughts that Chris and others might have. """ * https://patchwork.kernel.org/patch/12775701/ New libsepol/cil: Write a message when a log message is truncated * https://patchwork.kernel.org/patch/12780657/ New libsepol: Use calloc when initializing bool_val_to_struct array * https://patchwork.kernel.org/patch/12783189/ New libsepol: Validate conditional expressions * https://patchwork.kernel.org/patch/12790631/ New [v3] libsemanage: Fall back to semanage_copy_dir when rename() fails Petr