public inbox for linux-audit@redhat.com
 help / color / mirror / Atom feed
* [2.6 patch] kernel/audit.c: remove unused exports
@ 2006-11-28  1:28 Adrian Bunk
  2006-11-28 19:18 ` Tony Jones
  0 siblings, 1 reply; 17+ messages in thread
From: Adrian Bunk @ 2006-11-28  1:28 UTC (permalink / raw)
  To: dwmw2; +Cc: linux-audit

This patch removes the following unused EXPORT_SYMBOL's:
- audit_log_start
- audit_log_end
- audit_log_format
- audit_log

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 20 Apr 2006

--- linux-2.6.17-rc1-mm3-full/kernel/audit.c.old	2006-04-20 22:38:17.000000000 +0200
+++ linux-2.6.17-rc1-mm3-full/kernel/audit.c	2006-04-20 22:40:03.000000000 +0200
@@ -1092,7 +1092,3 @@
 	}
 }
 
-EXPORT_SYMBOL(audit_log_start);
-EXPORT_SYMBOL(audit_log_end);
-EXPORT_SYMBOL(audit_log_format);
-EXPORT_SYMBOL(audit_log);

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [2.6 patch] kernel/audit.c: change the exports to EXPORT_SYMBOL_GPL
@ 2007-07-29 15:02 Adrian Bunk
  2007-07-29 18:40 ` Arjan van de Ven
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Adrian Bunk @ 2007-07-29 15:02 UTC (permalink / raw)
  To: David Woodhouse; +Cc: Steve Grubb, linux-audit, linux-kernel

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 <bunk@stusta.de>
Acked-by: Steve Grubb <sgrubb@redhat.com>

---

This patch has been sent on:
- 11 Dec 2006

--- linux-2.6.19-mm1/kernel/audit.c.old	2006-12-11 20:13:54.000000000 +0100
+++ linux-2.6.19-mm1/kernel/audit.c	2006-12-11 20:14:19.000000000 +0100
@@ -1209,7 +1209,7 @@
 	}
 }
 
-EXPORT_SYMBOL(audit_log_start);
-EXPORT_SYMBOL(audit_log_end);
-EXPORT_SYMBOL(audit_log_format);
-EXPORT_SYMBOL(audit_log);
+EXPORT_SYMBOL_GPL(audit_log_start);
+EXPORT_SYMBOL_GPL(audit_log_end);
+EXPORT_SYMBOL_GPL(audit_log_format);
+EXPORT_SYMBOL_GPL(audit_log);

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2007-07-30 13:31 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-28  1:28 [2.6 patch] kernel/audit.c: remove unused exports Adrian Bunk
2006-11-28 19:18 ` Tony Jones
2006-11-28 19:27   ` David Woodhouse
2006-11-28 20:27     ` Tony Jones
2006-12-11 20:42     ` [2.6 patch] kernel/audit.c: change the exports to EXPORT_SYMBOL_GPL Adrian Bunk
2006-12-11 20:48       ` Steve Grubb
2006-11-29  3:04   ` [2.6 patch] kernel/audit.c: remove unused exports Adrian Bunk
2006-11-29  7:42     ` Tony Jones
2006-11-29 16:53       ` Steve Grubb
2006-12-01 23:24         ` Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2007-07-29 15:02 [2.6 patch] kernel/audit.c: change the exports to EXPORT_SYMBOL_GPL Adrian Bunk
2007-07-29 18:40 ` Arjan van de Ven
2007-07-29 19:33   ` Marcus Meissner
2007-07-29 19:45     ` Arjan van de Ven
2007-07-29 20:26 ` Christoph Hellwig
2007-07-30 13:18 ` Steve Grubb
2007-07-30 13:31   ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox