2.1.91: skput:over kernel panic

Jitse Niesen (jitse@cal052303.student.utwente.nl)
Sun, 29 Mar 1998 15:38:39 +0200 (CEST)


I get the following kernel panic while booting 2.1.91 with the e2compr patch.
It occurs after (but not necessarily because of) the initialization
of the IPX module.

Kernel panic: skput:over c01864f4:92
In interupt handler - not syncing
(after which the machine hangs)

The address translates to ei_receive:

[5] ~$ grep -1 ei_receive /System.map-2.1.91
c01860e4 t ei_tx_intr
c0186290 t ei_receive
c0186600 t ei_rx_overrun

I have a Cyrix 6x86 P166 processor and a NE2000-clone.

With 2.1.90 everything went fine.
My configuration is attached below.
If you need more information, please ask.

Greetings,
Jitse Niesen

CONFIG_EXPERIMENTAL=y
CONFIG_M586=y
CONFIG_MAX_MEMSIZE=1024
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y
CONFIG_NET=y
CONFIG_PCI=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_SYSVIPC=y
CONFIG_SYSCTL=y
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_ELF=y
CONFIG_PNP=y
CONFIG_BLK_DEV_FD=m
CONFIG_BLK_DEV_IDE=y
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_BLK_DEV_IDEFLOPPY=m
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_IDEDMA=y
CONFIG_BLK_DEV_LOOP=m
CONFIG_PARIDE_PARPORT=y
CONFIG_PACKET=m
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_SYN_COOKIES=y
CONFIG_IP_NOSR=y
CONFIG_SKB_LARGE=y
CONFIG_IPX=m
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
CONFIG_NET_ETHERNET=y
CONFIG_NET_ISA=y
CONFIG_NE2000=y
CONFIG_MINIX_FS=m
CONFIG_EXT2_FS=y
CONFIG_EXT2_COMPRESS=y
CONFIG_EXT2_COMPR_X86_CODE=y
CONFIG_GZ_HACK=y
CONFIG_EXT2_USE_LZV1=y
CONFIG_EXT2_USE_GZIP=y
CONFIG_EXT2_DEFAULT_COMPR_METHOD_GZIP9=y
CONFIG_EXT2_DEFAULT_CLUSTER_BITS_5=y
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_PROC_FS=y
CONFIG_SMB_FS=m
CONFIG_SMB_WIN95=y
CONFIG_NLS=y
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_2=m
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=m
CONFIG_MOUSE=y
CONFIG_APM=y
CONFIG_APM_DO_ENABLE=y
CONFIG_APM_DISPLAY_BLANK=y
CONFIG_APM_POWER_OFF=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_VGA_CONSOLE=y

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu