Re: [2.6 patch] kernel/audit.c: change the exports to EXPORT_SYMBOL_GPL

2007-07-30 Thread Adrian Bunk
On Mon, Jul 30, 2007 at 09:18:41AM -0400, Steve Grubb wrote: > On Sunday 29 July 2007 11:02:33 Adrian Bunk wrote: > > They are still completely unused, but hopefully some of the theoretical > > code that might use it will appear in the kernel in the near future... > > > > Signed-off-by: Adrian Bunk

Re: [2.6 patch] kernel/audit.c: change the exports to EXPORT_SYMBOL_GPL

2007-07-30 Thread Steve Grubb
On Sunday 29 July 2007 11:02:33 Adrian Bunk wrote: > They are still completely unused, but hopefully some of the theoretical > code that might use it will appear in the kernel in the near future... > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > Acked-by: Steve Grubb <[EMAIL PROTECTED]> I am

Re: [2.6 patch] kernel/audit.c: change the exports to EXPORT_SYMBOL_GPL

2007-07-29 Thread Christoph Hellwig
On Sun, Jul 29, 2007 at 05:02:33PM +0200, Adrian Bunk wrote: > This patch changes some completely unused audit exports from > EXPORT_SYMBOL to EXPORT_SYMBOL_GPL. > > They are still completely unused, but hopefully some of the theoretical > code that might use it will appear in the kernel in the

Re: [2.6 patch] kernel/audit.c: change the exports to EXPORT_SYMBOL_GPL

2007-07-29 Thread Arjan van de Ven
On Sun, 2007-07-29 at 21:33 +0200, Marcus Meissner wrote: > On Sun, Jul 29, 2007 at 11:40:33AM -0700, Arjan van de Ven wrote: > > On Sun, 2007-07-29 at 17:02 +0200, Adrian Bunk wrote: > > > This patch changes some completely unused audit exports from > > > EXPORT_SYMBOL to EXPORT_SYMBOL_GPL. > > >

Re: [2.6 patch] kernel/audit.c: change the exports to EXPORT_SYMBOL_GPL

2007-07-29 Thread Marcus Meissner
On Sun, Jul 29, 2007 at 11:40:33AM -0700, Arjan van de Ven wrote: > On Sun, 2007-07-29 at 17:02 +0200, Adrian Bunk wrote: > > This patch changes some completely unused audit exports from > > EXPORT_SYMBOL to EXPORT_SYMBOL_GPL. > > > > They are still completely unused, but hopefully some of the th

Re: [2.6 patch] kernel/audit.c: change the exports to EXPORT_SYMBOL_GPL

2007-07-29 Thread Arjan van de Ven
On Sun, 2007-07-29 at 17:02 +0200, Adrian Bunk wrote: > This patch changes some completely unused audit exports from > EXPORT_SYMBOL to EXPORT_SYMBOL_GPL. > > They are still completely unused, but hopefully some of the theoretical > code that might use it will appear in the kernel in the near fu

[2.6 patch] kernel/audit.c: change the exports to EXPORT_SYMBOL_GPL

2007-07-29 Thread Adrian Bunk
This patch changes some completely unused audit exports from EXPORT_SYMBOL to EXPORT_SYMBOL_GPL. They are still completely unused, but hopefully some of the theoretical code that might use it will appear in the kernel in the near future... Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Acked-by