* 2.6: net/core.c should export sysctl_optmem_max for modular IPV6
@ 2004-02-26 1:59 Matthias Andree
2004-02-26 20:14 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Andree @ 2004-02-26 1:59 UTC (permalink / raw)
To: Linux-Kernel mailing list; +Cc: netdev
Hi,
IPv6 built as a module fails (in 2.6 BitKeeper tree) because it cannot
link to sysctl_optmem_max, trivial patch:
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/02/26 02:00:09+01:00 matthias.andree@gmx.de
# EXPORT_SYMBOL(sysctl_optmem_max) to make IPv6 happy.
#
# net/core/sock.c
# 2004/02/26 01:58:51+01:00 matthias.andree@gmx.de +1 -0
# EXPORT_SYMBOL(sysctl_optmem_max) to make IPv6 happy.
#
diff -Nru a/net/core/sock.c b/net/core/sock.c
--- a/net/core/sock.c Thu Feb 26 02:49:06 2004
+++ b/net/core/sock.c Thu Feb 26 02:49:06 2004
@@ -1186,6 +1186,7 @@
EXPORT_SYMBOL(sock_wfree);
EXPORT_SYMBOL(sock_wmalloc);
#ifdef CONFIG_SYSCTL
+EXPORT_SYMBOL(sysctl_optmem_max);
EXPORT_SYMBOL(sysctl_rmem_max);
EXPORT_SYMBOL(sysctl_wmem_max);
#endif
--
Matthias Andree
Encrypt your mail: my GnuPG key ID is 0x052E7D95
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.6: net/core.c should export sysctl_optmem_max for modular IPV6
2004-02-26 1:59 2.6: net/core.c should export sysctl_optmem_max for modular IPV6 Matthias Andree
@ 2004-02-26 20:14 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-02-26 20:14 UTC (permalink / raw)
To: Matthias Andree; +Cc: linux-kernel, netdev
On Thu, 26 Feb 2004 02:59:07 +0100
Matthias Andree <matthias.andree@gmx.de> wrote:
> IPv6 built as a module fails (in 2.6 BitKeeper tree) because it cannot
> link to sysctl_optmem_max, trivial patch:
Applied, thanks Matthias.
(2.4.x is going to need this too so I added your change there too)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-02-26 20:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-26 1:59 2.6: net/core.c should export sysctl_optmem_max for modular IPV6 Matthias Andree
2004-02-26 20:14 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).