On Thu, Oct 15, 2020 at 03:29:53PM -0400, Daniel Burgener wrote: > This is a backport for stable of my series to fix a race condition in > selinuxfs during policy load: > > selinux: Create function for selinuxfs directory cleanup > https://lore.kernel.org/selinux/20200819195935.1720168-2-dburgener@xxxxxxxxxxxxxxxxxxx/ > > selinux: Refactor selinuxfs directory populating functions > https://lore.kernel.org/selinux/20200819195935.1720168-3-dburgener@xxxxxxxxxxxxxxxxxxx/ > > selinux: Standardize string literal usage for selinuxfs directory names > https://lore.kernel.org/selinux/20200819195935.1720168-4-dburgener@xxxxxxxxxxxxxxxxxxx/ > > selinux: Create new booleans and class dirs out of tree > https://lore.kernel.org/selinux/20200819195935.1720168-5-dburgener@xxxxxxxxxxxxxxxxxxx/ > > Several changes were necessary to backport. They are detailed in the > commit message for the third commit in the series. I also dropped the > original third commit from this because it was only a style change. As Sasha said, we want to take the original commits as much as possible to reduce the delta. It is ok to take style changes if other patches depend on them, because every time we do something that is not upstream, we create bugs. So can you redo this series, and backport the original commits, and provide the ids for them as well? thanks, greg k-h