* Help porting MPPE PPP patch
@ 2003-03-01 18:36 Shawn
2003-03-01 23:46 ` Shawn
0 siblings, 1 reply; 2+ messages in thread
From: Shawn @ 2003-03-01 18:36 UTC (permalink / raw)
To: linux-kernel@vger.kernel.org
[-- Attachment #1.1: Type: text/plain, Size: 1324 bytes --]
Hi! I'm posting to humbly ask for help...
I was wondering if one of you kind souls might like to help me port the
attached patch over to the current 2.5?
So far all I know how to do is, in place of the current
drivers/net/Makefile and drivers/net/Config.in patches are the
following:
->drivers/net/Kconfig:
config PPP_MPPE
tristate "PPP MPPE compression (encryption)"
->drivers/net/Makefile:
obj-$(CONFIG_PPP_MPPE) = ppp_mppe_compress.o sha1.o arcfour.o
But I end up with the following when I try to build the module. Those
symbols are in sha1.c and arcfour.c.
*** Warning: Can't handle class_mask in drivers/ieee1394/ohci1394:FFFFFF
*** Warning: "ppp_unregister_compressor"
[drivers/net/ppp_mppe_compress.ko] undefined!
*** Warning: "ppp_register_compressor"
[drivers/net/ppp_mppe_compress.ko] undefined!
*** Warning: "arcfour_encrypt" [drivers/net/ppp_mppe_compress.ko]
undefined!
*** Warning: "arcfour_setkey" [drivers/net/ppp_mppe_compress.ko]
undefined!
*** Warning: "SHA1_Final" [drivers/net/ppp_mppe_compress.ko] undefined!
*** Warning: "SHA1_Update" [drivers/net/ppp_mppe_compress.ko] undefined!
*** Warning: "SHA1_Init" [drivers/net/ppp_mppe_compress.ko] undefined!
*** Warning: "page_states__per_cpu" [fs/nfs/nfs.ko] has no CRC!
Any help would be endlessly appreciated.
[-- Attachment #1.2: linux-2.4.18-19.8.0-poptop.patch.gz --]
[-- Type: application/x-gzip, Size: 10760 bytes --]
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Help porting MPPE PPP patch
2003-03-01 18:36 Help porting MPPE PPP patch Shawn
@ 2003-03-01 23:46 ` Shawn
0 siblings, 0 replies; 2+ messages in thread
From: Shawn @ 2003-03-01 23:46 UTC (permalink / raw)
To: linux-kernel@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 1561 bytes --]
Ok, how about just pointing me to some documentation? That's really what
I wanted.
Can someone be bothered to reply?
On Sat, 2003-03-01 at 12:36, Shawn wrote:
> Hi! I'm posting to humbly ask for help...
>
> I was wondering if one of you kind souls might like to help me port the
> attached patch over to the current 2.5?
>
> So far all I know how to do is, in place of the current
> drivers/net/Makefile and drivers/net/Config.in patches are the
> following:
>
> ->drivers/net/Kconfig:
> config PPP_MPPE
> tristate "PPP MPPE compression (encryption)"
>
> ->drivers/net/Makefile:
> obj-$(CONFIG_PPP_MPPE) = ppp_mppe_compress.o sha1.o arcfour.o
>
> But I end up with the following when I try to build the module. Those
> symbols are in sha1.c and arcfour.c.
>
> *** Warning: Can't handle class_mask in drivers/ieee1394/ohci1394:FFFFFF
> *** Warning: "ppp_unregister_compressor"
> [drivers/net/ppp_mppe_compress.ko] undefined!
> *** Warning: "ppp_register_compressor"
> [drivers/net/ppp_mppe_compress.ko] undefined!
> *** Warning: "arcfour_encrypt" [drivers/net/ppp_mppe_compress.ko]
> undefined!
> *** Warning: "arcfour_setkey" [drivers/net/ppp_mppe_compress.ko]
> undefined!
> *** Warning: "SHA1_Final" [drivers/net/ppp_mppe_compress.ko] undefined!
> *** Warning: "SHA1_Update" [drivers/net/ppp_mppe_compress.ko] undefined!
> *** Warning: "SHA1_Init" [drivers/net/ppp_mppe_compress.ko] undefined!
> *** Warning: "page_states__per_cpu" [fs/nfs/nfs.ko] has no CRC!
>
> Any help would be endlessly appreciated.
>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-03-01 23:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-01 18:36 Help porting MPPE PPP patch Shawn
2003-03-01 23:46 ` Shawn
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.