From: Adrian Bunk <bunk@stusta.de>
To: David Woodhouse <dwmw2@infradead.org>
Cc: linux-audit@redhat.com
Subject: [2.6 patch] kernel/audit.c: change the exports to EXPORT_SYMBOL_GPL
Date: Mon, 11 Dec 2006 21:42:20 +0100 [thread overview]
Message-ID: <20061211204220.GH28443@stusta.de> (raw)
In-Reply-To: <1164742022.22245.10.camel@pmac.infradead.org>
On Tue, Nov 28, 2006 at 07:27:02PM +0000, David Woodhouse wrote:
> On Tue, 2006-11-28 at 11:18 -0800, Tony Jones wrote:
> > I recall the opinion at the time was that it was considered useful to allow
> > third party modules to generate audit messages. Has anything changed?
>
> It should at least be EXPORT_SYMBOL_GPL, not EXPORT_SYMBOL.
So let's do at least the minimal patch noone disagrees with.
> dwmw2
cu
Adrian
<-- snip -->
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>
--- 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);
next prev parent reply other threads:[~2006-12-11 20:42 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Adrian Bunk [this message]
2006-12-11 20:48 ` [2.6 patch] kernel/audit.c: change the exports to EXPORT_SYMBOL_GPL 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061211204220.GH28443@stusta.de \
--to=bunk@stusta.de \
--cc=dwmw2@infradead.org \
--cc=linux-audit@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox