Re: [PATCH] XFRM: assorted IPsec fixups

2007-12-11 Thread David Miller
From: Eric Paris [EMAIL PROTECTED] Date: Fri, 07 Dec 2007 15:36:08 -0500 On Fri, 2007-12-07 at 12:11 -0500, Paul Moore wrote: This patch fixes a number of small but potentially troublesome things in the XFRM/IPsec code: ... Signed-off-by: Paul Moore [EMAIL PROTECTED] Acked-by: Eric

Re: [PATCH] XFRM: assorted IPsec fixups

2007-12-11 Thread Paul Moore
On Tuesday 11 December 2007 5:22:02 am David Miller wrote: From: Eric Paris [EMAIL PROTECTED] Date: Fri, 07 Dec 2007 15:36:08 -0500 On Fri, 2007-12-07 at 12:11 -0500, Paul Moore wrote: This patch fixes a number of small but potentially troublesome things in the XFRM/IPsec code: ...

[PATCH] XFRM: assorted IPsec fixups

2007-12-07 Thread Paul Moore
This patch fixes a number of small but potentially troublesome things in the XFRM/IPsec code: * Use the 'audit_enabled' variable already in include/linux/audit.h Removed the need for extern declarations local to each XFRM audit fuction * Convert 'sid' to 'secid' The 'sid' name is

Re: [PATCH] XFRM: assorted IPsec fixups

2007-12-07 Thread Paul Moore
On Friday 07 December 2007 3:36:08 pm Eric Paris wrote: On Fri, 2007-12-07 at 12:11 -0500, Paul Moore wrote: This patch fixes a number of small but potentially troublesome things in the XFRM/IPsec code: * Use the 'audit_enabled' variable already in include/linux/audit.h Removed the

Re: [PATCH] XFRM: assorted IPsec fixups

2007-12-07 Thread Eric Paris
On Fri, 2007-12-07 at 12:11 -0500, Paul Moore wrote: This patch fixes a number of small but potentially troublesome things in the XFRM/IPsec code: * Use the 'audit_enabled' variable already in include/linux/audit.h Removed the need for extern declarations local to each XFRM audit