Re: Re: 2.4.29 patches coming -- anyone wants to test?
Florian Primessnig <[email protected]> Tue, 08 Feb 2005 16:42:28 +0100
| Newsgroups | gmane.linux.file-systems.acl.devel |
|---|---|
| Message-ID | <[email protected]> |
Andreas Gruenbacher wrote:
>On Sat, 2005-01-22 at 02:41, Andreas Gruenbacher wrote:
>
>
>>Hello,
>>
>>the bug with disappearing default acls that several people have reported
>>and that Jochen managed to find a reproducable test case for may be the
>>same bug that went into the 2.6 mainline tree about a week ago. I had
>>assumed that this bug didn't trigger under 2.4, especially since the
>>symptoms we saw under 2.6 were never reported for 2.4. Anyway, I decided
>>to update the 2.4 patch set to 2.4.29. Neither Jochen nor I can
>>reproduce Jochen's bug with the latest 2.6 (from BK + patches), so I'm
>>interested in getting test results from 2.4.29. You can find my current
>>work-in-progress patch set at
>>http://acl.bestbits.at/testing/split-2.4.29.tar.gz. The patches compile,
>>but I didn't run a single test so far. I'll continue tomorrow.
>>
>>
>
>An updated version which fixes a few porting bugs can be found at the
>same place. It seems to work well for me now, but I still need to run
>load tests. Please give it a spin.
>
>Regards,
>
>
hi,
i got linking errors trying to compile my 2.4.29 kernel with the above
mentioned split-2.4.29 patch.
i do not know wheter this is my fault or a general problem, so i'll drop
some lines here.
the kernel compiles but make breaks linking vmlinuz
here's what i did exactly:
- downloaded, extracted linux-2.4.29
- downloaded http://acl.bestbits.at/testing/split-2.4.29.tar.gz
- unpacked split-2.4-29.tar.gz
- cd patches
- cat $(cat series) > all-in-one-patch.diff
- cd ../linux-2.4.29
- patch -p1 < ../patches/all-in-one-patch.diff (finished without errors)
copy my config for linux-2.4.28 to linux-2.4.29/.config
make oldconfig
- make-kpkg clean
- make-kpkg --revision=subnet.01 --append_to_version=-01 kernel_image
ld -m elf_i386 -T /usr/src/linux-2.4.29/arch/i386/vmlinux.lds -e stext
arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o
init/version.o init/do_mounts.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 \
drivers/parport/driver.o drivers/char/char.o
drivers/block/block.o drivers/misc/misc.o drivers/net/net.o
drivers/ide/idedriver.o drivers/scsi/scsidrv.o drivers/cdrom/driver.o
drivers/pci/driver.o drivers/pnp/pnp.o drivers/video/video.o
drivers/usb/usbdrv.o drivers/media/media.o drivers/input/inputdrv.o
drivers/md/mddev.o crypto/crypto.o \
net/network.o \
/usr/src/linux-2.4.29/arch/i386/lib/lib.a
/usr/src/linux-2.4.29/lib/lib.a
/usr/src/linux-2.4.29/arch/i386/lib/lib.a \ --end-group \
-o vmlinux
fs/fs.o: In function `init_ext3_acl':
fs/fs.o(.text.init+0xdb1): undefined reference to `exit_ext3_acl'
make[1]: *** [vmlinux] Error 1
and thats my error:
Maybe someone could help me out?
_______________________________________________
acl-devel mailing list
[email protected]
http://acl.bestbits.at/mailman/listinfo/acl-devel