Re: [PATCH 6/8] security: smack: Use a more current logging style

2014-02-25 Thread Joe Perches
On Tue, 2014-02-25 at 18:53 -0600, Kodiak Furr wrote: > Chghf11 Sorry, I can't read this. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 6/8] security: smack: Use a more current logging style

2014-02-25 Thread Joe Perches
On Tue, 2014-02-25 at 18:53 -0600, Kodiak Furr wrote: Chghf11 Sorry, I can't read this. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 6/8] security: smack: Use a more current logging style

2014-02-24 Thread James Morris
On Mon, 24 Feb 2014, Casey Schaufler wrote: > On 2/24/2014 2:35 PM, Casey Schaufler wrote: > > On 2/24/2014 1:59 PM, Joe Perches wrote: > >> Convert printks to pr_ > >> Add pr_fmt. > >> > >> Signed-off-by: Joe Perches > > Acked-by: Casey Schaufler > > > > I will take this into the smack-next

Re: [PATCH 6/8] security: smack: Use a more current logging style

2014-02-24 Thread Casey Schaufler
On 2/24/2014 2:35 PM, Casey Schaufler wrote: > On 2/24/2014 1:59 PM, Joe Perches wrote: >> Convert printks to pr_ >> Add pr_fmt. >> >> Signed-off-by: Joe Perches > Acked-by: Casey Schaufler > > I will take this into the smack-next tree. Unless James would rather take the whole set, that is. >

Re: [PATCH 6/8] security: smack: Use a more current logging style

2014-02-24 Thread Casey Schaufler
On 2/24/2014 1:59 PM, Joe Perches wrote: > Convert printks to pr_ > Add pr_fmt. > > Signed-off-by: Joe Perches Acked-by: Casey Schaufler I will take this into the smack-next tree. > --- > security/smack/smack_lsm.c | 7 --- > security/smack/smackfs.c | 25 +++-- >

Re: [PATCH 6/8] security: smack: Use a more current logging style

2014-02-24 Thread Casey Schaufler
On 2/24/2014 2:23 PM, Joe Perches wrote: > On Mon, 2014-02-24 at 14:16 -0800, Casey Schaufler wrote: >> On 2/24/2014 1:59 PM, Joe Perches wrote: >>> Convert printks to pr_ >>> Add pr_fmt. >>> diff --git a/security/smack/smack_lsm.c b/security/smack/smack_lsm.c > [] >>> +#define pr_fmt(fmt)

Re: [PATCH 6/8] security: smack: Use a more current logging style

2014-02-24 Thread Casey Schaufler
On 2/24/2014 1:59 PM, Joe Perches wrote: > Convert printks to pr_ > Add pr_fmt. > > Signed-off-by: Joe Perches > --- > security/smack/smack_lsm.c | 7 --- > security/smack/smackfs.c | 25 +++-- > 2 files changed, 15 insertions(+), 17 deletions(-) > > diff --git

Re: [PATCH 6/8] security: smack: Use a more current logging style

2014-02-24 Thread Joe Perches
On Mon, 2014-02-24 at 14:16 -0800, Casey Schaufler wrote: > On 2/24/2014 1:59 PM, Joe Perches wrote: > > Convert printks to pr_ > > Add pr_fmt. > > diff --git a/security/smack/smack_lsm.c b/security/smack/smack_lsm.c [] > > +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt > > + > > What is pr_fmt()

[PATCH 6/8] security: smack: Use a more current logging style

2014-02-24 Thread Joe Perches
Convert printks to pr_ Add pr_fmt. Signed-off-by: Joe Perches --- security/smack/smack_lsm.c | 7 --- security/smack/smackfs.c | 25 +++-- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/security/smack/smack_lsm.c b/security/smack/smack_lsm.c index

[PATCH 6/8] security: smack: Use a more current logging style

2014-02-24 Thread Joe Perches
Convert printks to pr_level Add pr_fmt. Signed-off-by: Joe Perches j...@perches.com --- security/smack/smack_lsm.c | 7 --- security/smack/smackfs.c | 25 +++-- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/security/smack/smack_lsm.c

Re: [PATCH 6/8] security: smack: Use a more current logging style

2014-02-24 Thread Casey Schaufler
On 2/24/2014 1:59 PM, Joe Perches wrote: Convert printks to pr_level Add pr_fmt. Signed-off-by: Joe Perches j...@perches.com --- security/smack/smack_lsm.c | 7 --- security/smack/smackfs.c | 25 +++-- 2 files changed, 15 insertions(+), 17 deletions(-) diff

Re: [PATCH 6/8] security: smack: Use a more current logging style

2014-02-24 Thread Joe Perches
On Mon, 2014-02-24 at 14:16 -0800, Casey Schaufler wrote: On 2/24/2014 1:59 PM, Joe Perches wrote: Convert printks to pr_level Add pr_fmt. diff --git a/security/smack/smack_lsm.c b/security/smack/smack_lsm.c [] +#define pr_fmt(fmt) KBUILD_MODNAME : fmt + What is pr_fmt() for?

Re: [PATCH 6/8] security: smack: Use a more current logging style

2014-02-24 Thread Casey Schaufler
On 2/24/2014 2:23 PM, Joe Perches wrote: On Mon, 2014-02-24 at 14:16 -0800, Casey Schaufler wrote: On 2/24/2014 1:59 PM, Joe Perches wrote: Convert printks to pr_level Add pr_fmt. diff --git a/security/smack/smack_lsm.c b/security/smack/smack_lsm.c [] +#define pr_fmt(fmt) KBUILD_MODNAME :

Re: [PATCH 6/8] security: smack: Use a more current logging style

2014-02-24 Thread Casey Schaufler
On 2/24/2014 1:59 PM, Joe Perches wrote: Convert printks to pr_level Add pr_fmt. Signed-off-by: Joe Perches j...@perches.com Acked-by: Casey Schaufler ca...@schaufler-ca.com I will take this into the smack-next tree. --- security/smack/smack_lsm.c | 7 --- security/smack/smackfs.c

Re: [PATCH 6/8] security: smack: Use a more current logging style

2014-02-24 Thread Casey Schaufler
On 2/24/2014 2:35 PM, Casey Schaufler wrote: On 2/24/2014 1:59 PM, Joe Perches wrote: Convert printks to pr_level Add pr_fmt. Signed-off-by: Joe Perches j...@perches.com Acked-by: Casey Schaufler ca...@schaufler-ca.com I will take this into the smack-next tree. Unless James would rather

Re: [PATCH 6/8] security: smack: Use a more current logging style

2014-02-24 Thread James Morris
On Mon, 24 Feb 2014, Casey Schaufler wrote: On 2/24/2014 2:35 PM, Casey Schaufler wrote: On 2/24/2014 1:59 PM, Joe Perches wrote: Convert printks to pr_level Add pr_fmt. Signed-off-by: Joe Perches j...@perches.com Acked-by: Casey Schaufler ca...@schaufler-ca.com I will take this