public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] test-report XFS-patch
@ 2002-05-03 13:20 Rigo Ketelings
  2002-05-03 21:14 ` Jean-Michel Smith
  0 siblings, 1 reply; 3+ messages in thread
From: Rigo Ketelings @ 2002-05-03 13:20 UTC (permalink / raw
  To: styx; +Cc: gentoo-dev

I am testing your patch (r1-r2) right now, and the results so far:

While patching:

the next patch would delete the file linux-2.4.19-gentoo-r2/kernel/ksyms.c~,
which does not exist!  Assume -R? [n] y
patching file linux-2.4.19-gentoo-r1/kernel/ksyms.c~
patching file linux-2.4.19-gentoo-r1/mm/filemap.c
patching file linux-2.4.19-gentoo-r1/mm/mprotect.c
patching file linux-2.4.19-gentoo-r1/mm/page_alloc.c
patching file linux-2.4.19-gentoo-r1/mm/slab.c
patching file linux-2.4.19-gentoo-r1/mm/vmalloc.c
patching file linux-2.4.19-gentoo-r1/mm/vmscan.c

While building:

ld -m elf_i386  -r -o fs.o open.o read_write.o devices.o file_table.o buffer.o 
super.o block_dev.o char_dev.o stat.o exec.o pipe.o namei.o fcntl.o ioctl.o 
readdir.o select.o fifo.o locks.o dcache.o inode.o attr.o bad_inode.o file.o 
iobuf.o dnotify.o filesystems.o namespace.o seq_file.o xattr.o quota.o 
dquot.o binfmt_aout.o binfmt_misc.o binfmt_script.o binfmt_elf.o proc/proc.o 
partitions/partitions.o ext3/ext3.o jbd/jbd.o ext2/ext2.o ramfs/ramfs.o 
fat/fat.o umsdos/umsdos.o msdos/msdos.o vfat/vfat.o isofs/isofs.o 
devfs/devfs.o nfs/nfs.o nfsd/nfsd.o lockd/lockd.o nls/nls.o smbfs/smbfs.o 
ntfs/ntfs.o autofs4/autofs4.o reiserfs/reiserfs.o devpts/devpts.o xfs/xfs.o 
xfs_support/xfs_support.o
dquot.o(.bss+0x4): multiple definition of `nr_free_dquots'
quota.o(.bss+0x4): first defined here
dquot.o(.bss+0x0): multiple definition of `nr_dquots'
quota.o(.bss+0x0): first defined here
dquot.o: In function `sys_quotactl':
dquot.o(.text+0x3498): multiple definition of `sys_quotactl'
quota.o(.text+0x15c): first defined here
ld: Warning: size of symbol `sys_quotactl' changed from 2080 to 1131 in 
dquot.o
make[2]: *** [fs.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.19-gentoo-r1/fs'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.19-gentoo-r1/fs'
make: *** [_dir_fs] Error 2

Because it nagged about 'quota'issues I swichtched off Quota support (first 
the XFS-Quota support, afterwards Quota-support linux-kernel wise) and then 
it seems to compile correctly...

Gonna try it now, and mail the results afterwards...Any suggestions WHAT/how 
to test ;-) ?

Regards, Rigo


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] test-report XFS-patch
  2002-05-03 13:20 [gentoo-dev] test-report XFS-patch Rigo Ketelings
@ 2002-05-03 21:14 ` Jean-Michel Smith
  2002-05-04 13:29   ` Rigo Ketelings
  0 siblings, 1 reply; 3+ messages in thread
From: Jean-Michel Smith @ 2002-05-03 21:14 UTC (permalink / raw
  To: gentoo-dev, Rigo Ketelings, styx; +Cc: gentoo-dev

On Friday 03 May 2002 08:20 am, Rigo Ketelings wrote:
> I am testing your patch (r1-r2) right now, and the results so far:
>
> While patching:
>
> the next patch would delete the file
> linux-2.4.19-gentoo-r2/kernel/ksyms.c~, which does not exist!  Assume -R?
> [n] y
> patching file linux-2.4.19-gentoo-r1/kernel/ksyms.c~

He forgot to remove his (probably by emacs) created ~ backup file before 
generating the patch.  On a fresh 2.4.19-gentoo-r1 kernel apply the patch and 
say NO to Assume -R.  Then continue on anyway and the rest should work fine.

I'm using his patch on a 2.4.19-gentoo-r1 kernel and it works wonderfully! :-)

Jean.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] test-report XFS-patch
  2002-05-03 21:14 ` Jean-Michel Smith
@ 2002-05-04 13:29   ` Rigo Ketelings
  0 siblings, 0 replies; 3+ messages in thread
From: Rigo Ketelings @ 2002-05-04 13:29 UTC (permalink / raw
  To: gentoo-dev

XFS yes, but when I switched to the gentoo-kernel suddenly:

a. I got the time-outs on my NIC (eepro100) back
        [kernel] eepro100: wait_for_cmd_done timeout!
b. wacom-tablet stops working:
        [kernel] wacom_intuos_irq: received unknown report #1
c. My VGA-console gets f#^&-ed up (seems something wrong with the last line 

--> gives me diagonal up output (remember those 10 print "this is kewl!"; GOTO 
10 times ;-) ?

Nice to see ONLY the 1st time around ;-) !

Joachim pointed me to some changes regards the eepro100 (latest -ac patch) so 
I'm looking into this, but the rest ? 

While XFS worked beautifully after applying this patch, my experiences with 
the XFS-sources are WAY better...

Any advice where to start ?

Rigo



Op vrijdag 3 mei 2002 23:14, schreef Jean-Michel Smith:
> On Friday 03 May 2002 08:20 am, Rigo Ketelings wrote:
> > I am testing your patch (r1-r2) right now, and the results so far:
> >
> > While patching:
> >
> > the next patch would delete the file
> > linux-2.4.19-gentoo-r2/kernel/ksyms.c~, which does not exist!  Assume -R?
> > [n] y
> > patching file linux-2.4.19-gentoo-r1/kernel/ksyms.c~
>
> He forgot to remove his (probably by emacs) created ~ backup file before
> generating the patch.  On a fresh 2.4.19-gentoo-r1 kernel apply the patch
> and say NO to Assume -R.  Then continue on anyway and the rest should work
> fine.
>
> I'm using his patch on a 2.4.19-gentoo-r1 kernel and it works wonderfully!
> :-)
>
> Jean.
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-05-04 13:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-03 13:20 [gentoo-dev] test-report XFS-patch Rigo Ketelings
2002-05-03 21:14 ` Jean-Michel Smith
2002-05-04 13:29   ` Rigo Ketelings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox