2018-06-25 16:42:52

by Casey Schaufler

[permalink] [raw]
Subject: [PULL] Smack: Mark inode instant in smack_task_to_inode

James, would you please pull this change for 4.18.

Al Viro's /proc clean-up in commit 1bbc55131e59bd099fdc568d3aa0b42634dbd188
created a regression in Smack xattr behavior in /proc. This fixes that problem
with a minimum of fuss.


The following changes since commit 0f8983cf97d3327531b7843c831517cac3a1b9ed:

Smack: Fix memory leak in smack_inode_getsecctx (2018-06-05 12:16:01 -0700)

are available in the Git repository at:

git://github.com/cschaufler/next-smack smack-for-4.18

for you to fetch changes up to aabfe8e2d9f49153bafefc82d10bcb6e1e12828d:

Smack: Mark inode instant in smack_task_to_inode (2018-06-22 13:55:28 -0700)

----------------------------------------------------------------
Casey Schaufler (1):
Smack: Mark inode instant in smack_task_to_inode

security/smack/smack_lsm.c | 1 +
1 file changed, 1 insertion(+)



2018-06-25 17:06:50

by James Morris

[permalink] [raw]
Subject: Re: [PULL] Smack: Mark inode instant in smack_task_to_inode

On Mon, 25 Jun 2018, Casey Schaufler wrote:

> James, would you please pull this change for 4.18.

I already have it queued for Linus, I'll send it up probably today.

>
> Al Viro's /proc clean-up in commit 1bbc55131e59bd099fdc568d3aa0b42634dbd188
> created a regression in Smack xattr behavior in /proc. This fixes that problem
> with a minimum of fuss.
>
>
> The following changes since commit 0f8983cf97d3327531b7843c831517cac3a1b9ed:
>
> Smack: Fix memory leak in smack_inode_getsecctx (2018-06-05 12:16:01 -0700)
>
> are available in the Git repository at:
>
> git://github.com/cschaufler/next-smack smack-for-4.18
>
> for you to fetch changes up to aabfe8e2d9f49153bafefc82d10bcb6e1e12828d:
>
> Smack: Mark inode instant in smack_task_to_inode (2018-06-22 13:55:28 -0700)
>
> ----------------------------------------------------------------
> Casey Schaufler (1):
> Smack: Mark inode instant in smack_task_to_inode
>
> security/smack/smack_lsm.c | 1 +
> 1 file changed, 1 insertion(+)
>

--
James Morris
<[email protected]>


2018-06-25 17:18:05

by Casey Schaufler

[permalink] [raw]
Subject: Re: [PULL] Smack: Mark inode instant in smack_task_to_inode

On 6/25/2018 10:05 AM, James Morris wrote:
> On Mon, 25 Jun 2018, Casey Schaufler wrote:
>
>> James, would you please pull this change for 4.18.
> I already have it queued for Linus, I'll send it up probably today.

Splendid. Thank you.