On 10/16/20 1:00 AM, Greg KH wrote:
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@linux.mic...
selinux: Refactor selinuxfs directory populating functions https://lore.kernel.org/selinux/20200819195935.1720168-3-dburgener@linux.mic...
selinux: Standardize string literal usage for selinuxfs directory names https://lore.kernel.org/selinux/20200819195935.1720168-4-dburgener@linux.mic...
selinux: Create new booleans and class dirs out of tree https://lore.kernel.org/selinux/20200819195935.1720168-5-dburgener@linux.mic...
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
Yes, thank you. I will fix up the series with the third commit included, and add commit ids. Thanks.
-Daniel