2002-09-10 19:12:22

by Marc-Christian Petersen

[permalink] [raw]
Subject: [ANNOUNCE] [PATCH] Linux-2.5.34-mcp1

Hi there,

since v2.5.25 the devel kernel series didn't boot for me. I've tested each new
version but without success. Saw "Loading Linux..." and after that, a blank
screen, even sysrq was non-working, even Serial Console didn't give me _any_
output. I was really afraid, since I was not able to find that problem, that
future 2.5.xx kernels won't boot for me also, BUT fortunately v2.5.34 boots
again for me :-) and is working fine so far and I am really impressed how
v2.5 goes ahead :-)

Therefor I decided to make a really small patch available for vanilla v2.5.34
kernel which includes the following:

o 2.5.34-mm1 (Andrew Morton)
o aty128 Framebuffer fixes (Paul Mackerras)
o ftape damage fix (Mikael Pettersson)
o devfs fix (Alexander Viro)
o do_syslog__down_try lock lockup (Ingo Molnar)
o floppy driver init/exit fixes (Mikael Pettersson)
o pcibios_fixup_irqs-static (Adam J. Richter)
o some tuning (me)
- OPEN_MAX 1024
- NR_FILE 65536
- NR_RESERVED_FILES 128
- TCP_KEEPALIVE_TIME (5*60*HZ)
- int sysctl_local_port_range[2] = { 1024, 9999 };
o ext3 version information fix (me)
o ALSA v0.9.0rc3 (ALSA Team)
o XFS + KDB (2.5.33-20020908-cvs) (SGI)


I hope you need this a bit and find it usefull as I do.

Feedback welcome :)


md5sums:
--------
fab4908b8b864fc36072d6f00ff64519 *linux-2.5.34-mcp1.patch.bz2
123067907208ee27eb93a04560667012 *linux-2.5.34-mcp1.patch.gz

URL:
----
http://prdownloads.sf.net/wolk/linux-2.5.34-mcp1.patch.bz2?download
http://prdownloads.sf.net/wolk/linux-2.5.34-mcp1.patch.gz?download



Thanks goes out to all the great developers who made this possible !!


--
Kind regards
Marc-Christian Petersen

http://sourceforge.net/projects/wolk

PGP/GnuPG Key: 1024D/569DE2E3DB441A16
Fingerprint: 3469 0CF8 CA7E 0042 7824 080A 569D E2E3 DB44 1A16
Key available at http://www.keyserver.net. Encrypted e-mail preferred.



2002-09-15 00:55:39

by mdew

[permalink] [raw]
Subject: Re: [ANNOUNCE] [PATCH] Linux-2.5.34-mcp4

Just a compile error on -mcp4

make[2]: Entering directory `/usr/src/linux-2.5.34/fs/xfs'
gcc -Wp,-MD,./.xfs_dmapi.o.d -D__KERNEL__
-I/usr/src/linux-2.5.34/include -Wall -Wstrict-prototypes -Wno-trigraphs
-O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe
-mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include
-I. -funsigned-char -DKBUILD_BASENAME=xfs_dmapi -c -o xfs_dmapi.o
xfs_dmapi.c
xfs_dmapi.c: In function `prohibited_mr_events':
xfs_dmapi.c:207: `list_t' undeclared (first use in this function)
xfs_dmapi.c:207: (Each undeclared identifier is reported only once
xfs_dmapi.c:207: for each function it appears in.)
xfs_dmapi.c:207: `curr' undeclared (first use in this function)
xfs_dmapi.c:207: `head' undeclared (first use in this function)
xfs_dmapi.c:207: warning: left-hand operand of comma expression has no
effect
xfs_dmapi.c:219: warning: left-hand operand of comma expression has no
effect
xfs_dmapi.c:219: warning: left-hand operand of comma expression has no
effect
xfs_dmapi.c: At top level:
xfs_log.h:62: warning: `_lsn_cmp' defined but not used
make[2]: *** [xfs_dmapi.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.5.34/fs/xfs'
make[1]: *** [xfs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.5.34/fs'
make: *** [fs] Error 2


Attachments:
config-2.5.x (23.93 kB)

2002-09-15 02:08:08

by mdew

[permalink] [raw]
Subject: Re: [ANNOUNCE] [PATCH] Linux-2.5.34-mcp4

On Sun, 2002-09-15 at 12:56, mdew wrote:
> Just a compile error on -mcp4
>
> make[2]: Entering directory `/usr/src/linux-2.5.34/fs/xfs'
> gcc -Wp,-MD,./.xfs_dmapi.o.d -D__KERNEL__
> -I/usr/src/linux-2.5.34/include -Wall -Wstrict-prototypes -Wno-trigraphs
> -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe
> -mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include
> -I. -funsigned-char -DKBUILD_BASENAME=xfs_dmapi -c -o xfs_dmapi.o
> xfs_dmapi.c
> xfs_dmapi.c: In function `prohibited_mr_events':
> xfs_dmapi.c:207: `list_t' undeclared (first use in this function)
> xfs_dmapi.c:207: (Each undeclared identifier is reported only once
> xfs_dmapi.c:207: for each function it appears in.)
> xfs_dmapi.c:207: `curr' undeclared (first use in this function)
> xfs_dmapi.c:207: `head' undeclared (first use in this function)
> xfs_dmapi.c:207: warning: left-hand operand of comma expression has no
> effect
> xfs_dmapi.c:219: warning: left-hand operand of comma expression has no
> effect
> xfs_dmapi.c:219: warning: left-hand operand of comma expression has no
> effect
> xfs_dmapi.c: At top level:
> xfs_log.h:62: warning: `_lsn_cmp' defined but not used
> make[2]: *** [xfs_dmapi.o] Error 1
> make[2]: Leaving directory `/usr/src/linux-2.5.34/fs/xfs'
> make[1]: *** [xfs] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.5.34/fs'
> make: *** [fs] Error 2


oh another compile problem :) disabled dmapi to continue...


make[1]: Leaving directory `/usr/src/linux-2.5.34/arch/i386/pci'
gcc -E -Wp,-MD,arch/i386/.vmlinux.lds.s.d_ -D__ASSEMBLY__ -D__KERNEL__
-I/usr/src/linux-2.5.34/include -nostdinc -iwithprefix include -P -C
-Ui386 -o arch/i386/vmlinux.lds.s arch/i386/vmlinux.lds.S
echo ' Generating build number'
Generating build number
. scripts/mkversion > .tmpversion
mv -f .tmpversion .version
make -C init
make[1]: Entering directory `/usr/src/linux-2.5.34/init'
Generating /usr/src/linux-2.5.34/include/linux/compile.h (unchanged)
make[1]: Leaving directory `/usr/src/linux-2.5.34/init'
ld -m elf_i386 -T arch/i386/vmlinux.lds.s -e stext
arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/init.o
--start-group arch/i386/kernel/kernel.o arch/i386/mm/mm.o
kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o security/built-in.o
/usr/src/linux-2.5.34/arch/i386/lib/lib.a lib/lib.a
/usr/src/linux-2.5.34/arch/i386/lib/lib.a drivers/built-in.o
sound/sound.o arch/i386/pci/pci.o net/network.o --end-group -o vmlinux
net/network.o: In function `match':
net/network.o(.text+0x3e785): undefined reference to `ip_conntrack_get'
net/network.o: In function `init':
net/network.o(.text.init+0x10fd): undefined reference to
`ip_conntrack_module'
make: *** [vmlinux] Error 1



2002-09-15 05:41:29

by Thunder from the hill

[permalink] [raw]
Subject: Re: [ANNOUNCE] [PATCH] Linux-2.5.34-mcp4

Hi,

On 15 Sep 2002, mdew wrote:
> xfs_dmapi.c:207: `list_t' undeclared (first use in this function)

Change this to `struct list_head', since we've kicked out list_t.

Thunder
--
!assert(typeof((fool)->next) == (fool));