kfree of non-kmalloced memory (1.3.76)

Steven L Baur (steve@miranova.com)
19 Mar 1996 22:35:50 -0800


I'm getting these repeatedly.

Kernel configuration used follows the syslog.

Mar 19 20:07:25 deanna kernel: kfree of non-kmalloced memory: 01ec40d0, next= 019b3000, order=33
Mar 19 20:34:40 deanna kernel: kfree of non-kmalloced memory: 01ec4cd0, next= 00c45000, order=33
Mar 19 20:34:41 deanna kernel: kfree of non-kmalloced memory: 01ec4510, next= 00c45000, order=33
Mar 19 20:35:01 deanna kernel: kfree of non-kmalloced memory: 01ec4110, next= 00c45000, order=33
Mar 19 20:35:01 deanna kernel: kfree of non-kmalloced memory: 01ec4990, next= 00c45000, order=33
Mar 19 20:35:01 deanna kernel: kfree of non-kmalloced memory: 01ec4c50, next= 00c45000, order=33
Mar 19 20:35:01 deanna kernel: kfree of non-kmalloced memory: 01ec46d0, next= 00c45000, order=33
Mar 19 20:35:01 deanna kernel: kfree of non-kmalloced memory: 01ec44d0, next= 00c45000, order=33
Mar 19 20:35:01 deanna kernel: kfree of non-kmalloced memory: 01ec4f50, next= 00c45000, order=33
Mar 19 20:35:01 deanna kernel: kfree of non-kmalloced memory: 01ec4b50, next= 00c45000, order=33
Mar 19 20:35:01 deanna kernel: kfree of non-kmalloced memory: 01ec4450, next= 00c45000, order=33
Mar 19 20:40:45 deanna kernel: kfree of non-kmalloced memory: 01ec4dd0, next= 00c45000, order=33
Mar 19 20:40:45 deanna kernel: kfree of non-kmalloced memory: 01ec4a90, next= 00c45000, order=33
Mar 19 20:44:43 deanna kernel: CSLIP: code copyright 1989 Regents of the University of California
Mar 19 20:45:14 deanna pppd[2400]: LCP: timeout sending Config-Requests
Mar 19 20:48:14 deanna kernel: CSLIP: code copyright 1989 Regents of the University of California
Mar 19 21:03:21 deanna kernel: kfree of non-kmalloced memory: 01ec4e50, next= 009a6000, order=33
Mar 19 21:03:21 deanna kernel: kfree of non-kmalloced memory: 01ec49d0, next= 009a6000, order=33
Mar 19 21:03:21 deanna kernel: kfree of non-kmalloced memory: 01ec4bd0, next= 009a6000, order=33
Mar 19 21:03:21 deanna kernel: kfree of non-kmalloced memory: 01ec47d0, next= 009a6000, order=33
Mar 19 21:03:21 deanna kernel: kfree of non-kmalloced memory: 01ec45d0, next= 009a6000, order=33
Mar 19 21:03:21 deanna kernel: kfree of non-kmalloced memory: 01ec43d0, next= 009a6000, order=33
Mar 19 21:03:21 deanna kernel: kfree of non-kmalloced memory: 01ec4a10, next= 009a6000, order=33
Mar 19 21:03:21 deanna kernel: kfree of non-kmalloced memory: 01ec4f90, next= 009a6000, order=33
Mar 19 21:07:38 deanna kernel: CDROM not ready. Make sure there is a disc in the drive.
Mar 19 21:08:51 deanna kernel: Detected scsi CD-ROM sr0 at scsi0, channel 0, id 5, lun 0
Mar 19 21:26:40 deanna kernel: kfree of non-kmalloced memory: 01ec4f10, next= 009a6000, order=33

#
# Automatically generated make config: don't edit
#

#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
CONFIG_KERNELD=y

#
# General setup
#
# CONFIG_MATH_EMULATION is not set
CONFIG_NET=y
# CONFIG_MAX_16M is not set
# CONFIG_PCI is not set
CONFIG_SYSVIPC=y
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_ELF=y
CONFIG_KERNEL_ELF=y
CONFIG_M486=y

#
# Floppy, IDE, and other block devices
#
CONFIG_BLK_DEV_FD=m
# CONFIG_BLK_DEV_IDE is not set

#
# Please see drivers/block/README.ide for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD_ONLY is not set
CONFIG_BLK_DEV_RAM=m
CONFIG_BLK_DEV_LOOP=m
# CONFIG_BLK_DEV_XD is not set
# CONFIG_BLK_DEV_MD is not set

#
# Networking options
#
# CONFIG_FIREWALL is not set
# CONFIG_NET_ALIAS is not set
CONFIG_INET=y
CONFIG_IP_FORWARD=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ACCT is not set
# CONFIG_IP_ROUTER is not set
# CONFIG_NET_IPIP is not set

#
# (it is safe to leave these untouched)
#
# CONFIG_INET_PCTCP is not set
CONFIG_INET_RARP=m
# CONFIG_NO_PATH_MTU_DISCOVERY is not set
# CONFIG_TCP_NAGLE_OFF is not set
CONFIG_IP_NOSR=y
CONFIG_SKB_LARGE=y

#
#
#
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_AX25 is not set
# CONFIG_NETLINK is not set

#
# SCSI support
#
CONFIG_SCSI=y

#
# SCSI support type (disk, tape, CDrom)
#
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=m
CONFIG_BLK_DEV_SR=m
CONFIG_CHR_DEV_SG=m

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_AUTO_BIOSP is not set

#
# SCSI low-level drivers
#
# CONFIG_SCSI_ADVANSYS is not set
CONFIG_SCSI_AHA152X=y
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AHA1740 is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_EATA_DMA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
CONFIG_SCSI_G_NCR5380_PORT=y
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_QLOGIC is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_AM53C974 is not set

#
# Network device support
#
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
CONFIG_SLIP=m
CONFIG_SLIP_COMPRESSED=y
# CONFIG_SLIP_SMART is not set
CONFIG_PPP=m

#
# CCP compressors for PPP are only built as modules.
#
# CONFIG_SCC is not set
CONFIG_PLIP=m
# CONFIG_EQUALIZER is not set
# CONFIG_NET_ALPHA is not set
CONFIG_NET_VENDOR_SMC=y
CONFIG_WD80x3=y
# CONFIG_ULTRA is not set
# CONFIG_SMC9194 is not set
# CONFIG_LANCE is not set
CONFIG_NET_VENDOR_3COM=y
# CONFIG_EL1 is not set
# CONFIG_EL2 is not set
CONFIG_EL3=y
# CONFIG_VORTEX is not set
# CONFIG_NET_ISA is not set
# CONFIG_NET_EISA is not set
# CONFIG_NET_POCKET is not set
# CONFIG_TR is not set
# CONFIG_ARCNET is not set

#
# ISDN subsystem
#
# CONFIG_ISDN is not set

#
# CD-ROM drivers (not for SCSI or IDE/ATAPI drives)
#
# CONFIG_CD_NO_IDESCSI is not set

#
# Filesystems
#
# CONFIG_QUOTA is not set
CONFIG_MINIX_FS=m
# CONFIG_EXT_FS is not set
CONFIG_EXT2_FS=y
# CONFIG_XIA_FS is not set
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_UMSDOS_FS=m
CONFIG_PROC_FS=y
CONFIG_NFS_FS=y
# CONFIG_ROOT_NFS is not set
# CONFIG_SMB_FS is not set
CONFIG_ISO9660_FS=m
# CONFIG_HPFS_FS is not set
CONFIG_SYSV_FS=m

#
# Character devices
#
CONFIG_SERIAL=y
# CONFIG_CYCLADES is not set
# CONFIG_STALDRV is not set
CONFIG_PRINTER=m
# CONFIG_BUSMOUSE is not set
# CONFIG_PSMOUSE is not set
# CONFIG_MS_BUSMOUSE is not set
# CONFIG_ATIXL_BUSMOUSE is not set
# CONFIG_QIC02_TAPE is not set
# CONFIG_FTAPE is not set
# CONFIG_APM is not set
CONFIG_WATCHDOG=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
CONFIG_WDT=m
CONFIG_SOFT_WATCHDOG=y

#
# Sound
#
CONFIG_SOUND=m
# CONFIG_PAS is not set
CONFIG_SB=y
CONFIG_ADLIB=y
# CONFIG_GUS is not set
# CONFIG_MPU401 is not set
# CONFIG_UART6850 is not set
# CONFIG_PSS is not set
# CONFIG_GUS16 is not set
# CONFIG_GUSMAX is not set
# CONFIG_MSS is not set
# CONFIG_SSCAPE is not set
# CONFIG_TRIX is not set
# CONFIG_MAD16 is not set
# CONFIG_CS4232 is not set
# CONFIG_MAUI is not set
CONFIG_AUDIO=y
CONFIG_MIDI=y
CONFIG_YM3812=y
# CONFIG_SMWAVE is not set
SBC_BASE=220
SBC_IRQ=7
SBC_DMA=1
SB_DMA2=6
SB_MPU_BASE=330
SB_MPU_IRQ=7
DSP_BUFFSIZE=65536

#
# Kernel hacking
#
# CONFIG_PROFILE is not set

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be proofread for $250/hour.
Andrea Seastrand: For your vote on the Telecom bill, I will vote for anyone
except you in November.