Re: [PATCH] Smack: Restore the smackfsdef mount option and add missing prefixes

2019-06-17 Thread Al Viro
On Fri, Jun 14, 2019 at 02:24:09PM -1000, Linus Torvalds wrote: > On Fri, Jun 14, 2019 at 1:08 PM Casey Schaufler > wrote: > > > > Al, are you going to take this, or should I find another way > > to get it in for 5.2? > > I guess I can take it directly. > > I was assuming it would come through

Re: [PATCH] Smack: Restore the smackfsdef mount option and add missing prefixes

2019-06-14 Thread Linus Torvalds
On Fri, Jun 14, 2019 at 1:08 PM Casey Schaufler wrote: > > Al, are you going to take this, or should I find another way > to get it in for 5.2? I guess I can take it directly. I was assuming it would come through either Al (which is how I got the commit it fixes) or Casey (as smack maintainer),

Re: [PATCH] Smack: Restore the smackfsdef mount option and add missing prefixes

2019-06-14 Thread Casey Schaufler
On 6/3/2019 4:07 PM, Casey Schaufler wrote: > On 6/3/2019 3:42 PM, James Morris wrote: >> On Fri, 31 May 2019, David Howells wrote: >> >>> Should this go via Al's tree, James's tree, Casey's tree or directly to >>> Linus? >> If it's specific to one LSM (as this is), via Casey, who can decide to >

Re: [PATCH] Smack: Restore the smackfsdef mount option and add missing prefixes

2019-06-03 Thread Casey Schaufler
On 6/3/2019 3:42 PM, James Morris wrote: > On Fri, 31 May 2019, David Howells wrote: > >> Should this go via Al's tree, James's tree, Casey's tree or directly to >> Linus? > If it's specific to one LSM (as this is), via Casey, who can decide to > forward to Al or Linus. I would very much appreci

Re: [PATCH] Smack: Restore the smackfsdef mount option and add missing prefixes

2019-06-03 Thread James Morris
On Fri, 31 May 2019, David Howells wrote: > Should this go via Al's tree, James's tree, Casey's tree or directly to Linus? If it's specific to one LSM (as this is), via Casey, who can decide to forward to Al or Linus. -- James Morris

Re: [PATCH] Smack: Restore the smackfsdef mount option and add missing prefixes

2019-05-31 Thread David Howells
Should this go via Al's tree, James's tree, Casey's tree or directly to Linus? David

[PATCH] Smack: Restore the smackfsdef mount option and add missing prefixes

2019-05-31 Thread David Howells
From: Casey Schaufler The 5.1 mount system rework changed the smackfsdef mount option to smackfsdefault. This fixes the regression by making smackfsdef treated the same way as smackfsdefault. Also fix the smack_param_specs[] to have "smack" prefixes on all the names. This isn't visible to a user

Re: [PATCH] Smack: Restore the smackfsdef mount option and add missing prefixes

2019-05-28 Thread Casey Schaufler
On 5/28/2019 1:47 PM, David Howells wrote: > From: Casey Schaufler > > The 5.1 mount system rework changed the smackfsdef mount option > to smackfsdefault. This fixes the regression by making smackfsdef > treated the same way as smackfsdefault. > > Also fix the smack_param_specs[] to have "smack"

[PATCH] Smack: Restore the smackfsdef mount option and add missing prefixes

2019-05-28 Thread David Howells
From: Casey Schaufler The 5.1 mount system rework changed the smackfsdef mount option to smackfsdefault. This fixes the regression by making smackfsdef treated the same way as smackfsdefault. Also fix the smack_param_specs[] to have "smack" prefixes on all the names. This isn't visible to a user