2.1.93 related fun

David Burrows (snadge@gemcorp.com.au)
Tue, 7 Apr 1998 19:09:59 +1000 (EST)


Hi..

2.1.93 boots for me, but I've got a friend telling me it crashes
during uncompressing the kernel.. nasty..

For those of you wondering why console is slower than a c64 on a bad day,
delete the line "#define CONFIG_SERIAL_ECHO" from drivers/char/console.c.
(it works for me) :)

"rmmod sb" still causes an oops, has anyone thought about fixing it? :)

Cheers,

Dave.

PS. Here's a list of warnings I get..

tcp_ipv4.c: In function `tcp_v4_rcv':
tcp_ipv4.c:1493: warning: int format, long int arg (arg 2)
tcp_ipv4.c:1493: warning: int format, long int arg (arg 3)
tcp_ipv4.c:1493: warning: int format, long int arg (arg 4)
tcp_ipv4.c:1493: warning: int format, long int arg (arg 5)
tcp_ipv4.c:1493: warning: int format, long int arg (arg 7)
tcp_ipv4.c:1493: warning: int format, long int arg (arg 8)
tcp_ipv4.c:1493: warning: int format, long int arg (arg 9)
tcp_ipv4.c:1493: warning: int format, long int arg (arg 10)

(this is in arch/i386/kernel)
irq.c:73: warning: `ipi_pending' defined but not used

/usr/src/linux/Rules.make:231: target `adlib_card.o' given more than once in the same rule.
In file included from os.h:35,
from sound_config.h:16,
from adlib_card.c:18:
<snipped the rest of the sound files with the same warning>

This is just some of the usual umsdos stuff: (which should be fixed soon?)
namei.c: In function `vfat_fill_long_slots':
namei.c:935: warning: `offset' might be used uninitialized in this function
ioctl.c: In function `UMSDOS_ioctl_dir':
ioctl.c:250: warning: `dentry' might be used uninitialized in this function
ioctl.c:264: warning: `dentry' might be used uninitialized in this function
namei.c: In function `UMSDOS_rmdir':
namei.c:917: warning: passing arg 1 of `umsdos_isempty' discards `volatile' from pointer target type
namei.c:927: warning: passing arg 1 of `msdos_unlink' discards `volatile' from pointer target type
emd.c:301: warning: `#ifdef' argument starts with a digit

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