Paul,
On Sun, Nov 1, 2015 at 1:52 PM, Paul Moore wrote:
> If you want, you can just post a
> "8/7" patch with the extra calls added and I'll apply that on top of
> the v4 patchset.
I've also added the additional Acked-by headers, it's easiest to just
repost (I just did).
Thanks,
Andreas
--
To u
On Thu, Oct 29, 2015 at 12:52 PM, Andreas Gruenbacher
wrote:
> On Thu, Oct 29, 2015 at 4:21 PM, Stephen Smalley wrote:
>> On 10/28/2015 08:47 PM, Andreas Gruenbacher wrote:
>>>
>>> When fetching an inode's security label, check if it is still valid, and
>>> try reloading it if it is not. Reloadin
David,
On Thu, Oct 29, 2015 at 1:47 AM, Andreas Gruenbacher
wrote:
> When fetching an inode's security label, check if it is still valid, and
> try reloading it if it is not. Reloading will fail when we are in RCU
> context which doesn't allow sleeping, or when we can't find a dentry for
> the in
On Thu, Oct 29, 2015 at 4:21 PM, Stephen Smalley wrote:
> On 10/28/2015 08:47 PM, Andreas Gruenbacher wrote:
>>
>> When fetching an inode's security label, check if it is still valid, and
>> try reloading it if it is not. Reloading will fail when we are in RCU
>> context which doesn't allow sleepi
On 10/28/2015 08:47 PM, Andreas Gruenbacher wrote:
When fetching an inode's security label, check if it is still valid, and
try reloading it if it is not. Reloading will fail when we are in RCU
context which doesn't allow sleeping, or when we can't find a dentry for
the inode. (Reloading happens
When fetching an inode's security label, check if it is still valid, and
try reloading it if it is not. Reloading will fail when we are in RCU
context which doesn't allow sleeping, or when we can't find a dentry for
the inode. (Reloading happens via iop->getxattr which takes a dentry
parameter.)