GrSecurity and NForce nvnet network driver errors

Discuss usability issues, general maintenance, and general support issues for a grsecurity-enabled system.

GrSecurity and NForce nvnet network driver errors

Postby pharazon » Wed Jan 07, 2004 6:29 am

I've got nVidia nForce motherboard (Asus A7N266-VM) with Debian sid (testing) and 2.4.24 kernel. Nforce requires custom nVidia drivers for it's integrated devices, of which I would need only the network (nvnet -module). It compiles ok with vanilla kernel.

Nforce drivers can be found at

http://www.nvidia.com/object/linux_nfor ... -0269.html

After I patch 2.4.24 with grsec-1.9.13-2.4.24 the nvnet module gives the following errors while loading it insmod nvnet:


Using /lib/modules/2.4.24-grsec/kernel/drivers/net/nvnet.o
olved symbol netif_rx_Re383993c
/lib/modules/2.4.24-grsec/kernel/drivers/net/nvnet.o: unresolved symbol softnet_data_R0d86f467
/lib/modules/2.4.24-grsec/kernel/drivers/net/nvnet.o: unresolved symbol skb_over_panic_Raf03523c
/lib/modules/2.4.24-grsec/kernel/drivers/net/nvnet.o: unresolved symbol __netdev_watchdog_up_R99ba8821
/lib/modules/2.4.24-grsec/kernel/drivers/net/nvnet.o: unresolved symbol __kfree_skb_Ra3a11856
/lib/modules/2.4.24-grsec/kernel/drivers/net/nvnet.o: unresolved symbol eth_type_trans_Rec5bb1f8
/lib/modules/2.4.24-grsec/kernel/drivers/net/nvnet.o: unresolved symbol alloc_skb_R91db5102
/lib/modules/2.4.24-grsec/kernel/drivers/net/nvnet.o:
Hint: You are trying to load a module without a GPL compatible license
and it has unresolved symbols. Contact the module supplier for
assistance, only they can help you.

Does anyone have solution for this?
pharazon
 
Posts: 3
Joined: Wed Jan 07, 2004 5:57 am

Re: GrSecurity and NForce nvnet network driver errors

Postby PaX Team » Wed Jan 07, 2004 12:28 pm

pharazon wrote:After I patch 2.4.24 with grsec-1.9.13-2.4.24 the nvnet module gives the following errors while loading it insmod nvnet:
have you also recompiled the nvidia drivers for this new kernel? also, can you check the symbols in your System.map to see what the difference is between what nvnet.o expects vs. what you actually got? you could also just turn off modversions.
PaX Team
 
Posts: 2310
Joined: Mon Mar 18, 2002 4:35 pm


Return to grsecurity support