From: Paul Mackerras <paulus@samba.org>
To: Byeong-ryeol Kim <jinbo21@hananet.net>
Cc: Linus Torvalds <torvalds@transmeta.com>,
<linux-kernel@vger.kernel.org>, <alan@redhat.com>,
<buhr@stat.wisc.edu>
Subject: Re: [PATCH] PPP update against 2.4.4-pre5
Date: Mon, 23 Apr 2001 11:26:12 +1000 (EST) [thread overview]
Message-ID: <15075.33972.459979.808211@tango.linuxcare.com.au> (raw)
In-Reply-To: <Pine.LNX.4.33.0104211428570.1780-100000@progress.plw.net>
In-Reply-To: <15072.6787.66773.470992@argo.ozlabs.ibm.com.au> <Pine.LNX.4.33.0104211428570.1780-100000@progress.plw.net>
Byeong-ryeol Kim writes:
> I met 'unresolved symbol sk_chk_filter ...' after applying this patch
> and rebooting.( with CONFIG_PPP_FILTER=y )
> There shoud be folling lines in linux/net/netsyms.c or so:
>
> #ifdef CONFIG_PPP_FILTER
> EXPORT_SYMBOL(sk_chk_filter);
> #endif
Good idea, actually let's put it next to the export of sk_run_filter,
as in the patch below. Linus, could you apply this patch please?
Paul.
diff -urN linux/net/netsyms.c pmac/net/netsyms.c
--- linux/net/netsyms.c Sun Apr 22 17:07:40 2001
+++ pmac/net/netsyms.c Mon Apr 23 11:24:31 2001
@@ -158,6 +158,7 @@
#ifdef CONFIG_FILTER
EXPORT_SYMBOL(sk_run_filter);
+EXPORT_SYMBOL(sk_chk_filter);
#endif
EXPORT_SYMBOL(neigh_table_init);
prev parent reply other threads:[~2001-04-23 1:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-04-20 7:47 [PATCH] PPP update against 2.4.4-pre5 Paul Mackerras
2001-04-20 11:16 ` Paul Mackerras
2001-04-21 5:34 ` Byeong-ryeol Kim
2001-04-23 1:26 ` Paul Mackerras [this message]
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=15075.33972.459979.808211@tango.linuxcare.com.au \
--to=paulus@samba.org \
--cc=alan@redhat.com \
--cc=buhr@stat.wisc.edu \
--cc=jinbo21@hananet.net \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.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