* [linux-lvm] Problems patching 2.4.12 with xfs _and_ lvm-1.0.1-rc4-2.4.12.patch
@ 2001-10-12 8:39 Ulrich Wiederhold
2001-10-12 9:22 ` Patrick Caulfield
0 siblings, 1 reply; 5+ messages in thread
From: Ulrich Wiederhold @ 2001-10-12 8:39 UTC (permalink / raw)
To: linux-lvm
Hello,
I think there is a problem with lvm, xfs and 2.4.12.
I got a clean 2.4.12 kernel and applied
"patch -p1 < /home/fzzgrr/ftpdownload/linux-2.4.12-xfs-2001-10-11.patch"
Works fine.
Then I built a new patch as described in the dokus of 1.0.1-rc4 and
tryed it:
home:/usr/src/linux# patch -p1 <
/usr/local/src/LVM/1.0.1-rc4/PATCHES/lvm-1.0.1-rc4-2.4.12.patch
patching file include/linux/lvm.h
patching file drivers/md/lvm.c
patching file drivers/md/lvm-internal.h
patching file drivers/md/lvm-snap.c
patching file drivers/md/lvm-fs.c
patching file drivers/md/Makefile
Reversed (or previously applied) patch detected! Assume -R? [n] y
patching file drivers/md/lvm-snap.h
(I tryed option [n] as well)
So I configured and kompiled the kernel, "make dep clean" works fine,
but "make bzImage" resaults as follows:
...
drivers/md/mddev.o: In function `lvm_init':
drivers/md/mddev.o(.text+0x86): undefined reference to `lvm_init_fs'
drivers/md/mddev.o: In function `lvm_cleanup':
drivers/md/mddev.o(.text+0x1bc): undefined reference to `lvm_fin_fs'
drivers/md/mddev.o: In function `lvm_do_vg_create':
drivers/md/mddev.o(.text+0x19f6): undefined reference to
`lvm_fs_create_vg'
drivers/md/mddev.o: In function `lvm_do_vg_rename':
drivers/md/mddev.o(.text+0x1f4c): undefined reference to
`lvm_fs_remove_vg'
drivers/md/mddev.o(.text+0x20fb): undefined reference to
`lvm_fs_create_vg'
drivers/md/mddev.o: In function `lvm_do_vg_remove':
drivers/md/mddev.o(.text+0x2159): undefined reference to
`lvm_fs_remove_vg'
drivers/md/mddev.o: In function `lvm_do_pv_create':
drivers/md/mddev.o(.text+0x2365): undefined reference to
`lvm_fs_create_pv'
drivers/md/mddev.o: In function `lvm_do_pv_remove':
drivers/md/mddev.o(.text+0x23a4): undefined reference to
`lvm_fs_remove_pv'
drivers/md/mddev.o: In function `lvm_do_lv_create':
drivers/md/mddev.o(.text+0x2d44): undefined reference to
`lvm_fs_create_lv'
drivers/md/mddev.o: In function `lvm_do_lv_remove':
drivers/md/mddev.o(.text+0x2e43): undefined reference to
`lvm_fs_remove_lv'
drivers/md/mddev.o: In function `lvm_do_lv_rename':
drivers/md/mddev.o(.text+0x3d5a): undefined reference to
`lvm_fs_remove_lv'
drivers/md/mddev.o(.text+0x3d7d): undefined reference to
`lvm_fs_create_lv'
make[1]: *** [kallsyms] Fehler 1
make[1]: Leaving directory `/usr/src/linux-2.4.12'
make: *** [vmlinux] Fehler 2
If I only apply one patch, it works fine. If I try the other way round,
first lvm then xfs patch, I get a lotta more mistakes applying the
patches.
Any ideas?
Regards
Uli
--
'The box said, 'Requires Windows 95 or better', so i installed Linux - TKK 5
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [linux-lvm] Problems patching 2.4.12 with xfs _and_ lvm-1.0.1-rc4-2.4.12.patch
2001-10-12 8:39 [linux-lvm] Problems patching 2.4.12 with xfs _and_ lvm-1.0.1-rc4-2.4.12.patch Ulrich Wiederhold
@ 2001-10-12 9:22 ` Patrick Caulfield
2001-10-12 10:22 ` Ulrich Wiederhold
0 siblings, 1 reply; 5+ messages in thread
From: Patrick Caulfield @ 2001-10-12 9:22 UTC (permalink / raw)
To: linux-lvm
On Fri, Oct 12, 2001 at 10:39:19AM +0200, Ulrich Wiederhold wrote:
> Hello,
> I think there is a problem with lvm, xfs and 2.4.12.
>
> I got a clean 2.4.12 kernel and applied
> "patch -p1 < /home/fzzgrr/ftpdownload/linux-2.4.12-xfs-2001-10-11.patch"
>
> Works fine.
Edit drivers/md/Makefile and change the lvm-mod-objs line to read:
lvm-mod-objs := lvm.o lvm-snap.o lvm-fs.o
patrick
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [linux-lvm] Problems patching 2.4.12 with xfs _and_ lvm-1.0.1-rc4-2.4.12.patch
2001-10-12 9:22 ` Patrick Caulfield
@ 2001-10-12 10:22 ` Ulrich Wiederhold
2001-10-12 10:31 ` Patrick Caulfield
0 siblings, 1 reply; 5+ messages in thread
From: Ulrich Wiederhold @ 2001-10-12 10:22 UTC (permalink / raw)
To: linux-lvm
* Patrick Caulfield <caulfield@sistina.com> [011012 11:22]:
> On Fri, Oct 12, 2001 at 10:39:19AM +0200, Ulrich Wiederhold wrote:
> > Hello,
> > I think there is a problem with lvm, xfs and 2.4.12.
> >
> > I got a clean 2.4.12 kernel and applied
> > "patch -p1 < /home/fzzgrr/ftpdownload/linux-2.4.12-xfs-2001-10-11.patch"
> >
> > Works fine.
>
> Edit drivers/md/Makefile and change the lvm-mod-objs line to read:
>
> lvm-mod-objs := lvm.o lvm-snap.o lvm-fs.o
Hi,
when?
Before or after applying the patches?
Uli
--
'The box said, 'Requires Windows 95 or better', so i installed Linux - TKK 5
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [linux-lvm] Problems patching 2.4.12 with xfs _and_ lvm-1.0.1-rc4-2.4.12.patch
2001-10-12 10:22 ` Ulrich Wiederhold
@ 2001-10-12 10:31 ` Patrick Caulfield
2001-10-12 20:03 ` Ulrich Wiederhold
0 siblings, 1 reply; 5+ messages in thread
From: Patrick Caulfield @ 2001-10-12 10:31 UTC (permalink / raw)
To: linux-lvm
On Fri, Oct 12, 2001 at 12:22:22PM +0200, Ulrich Wiederhold wrote:
> * Patrick Caulfield <caulfield@sistina.com> [011012 11:22]:
> > On Fri, Oct 12, 2001 at 10:39:19AM +0200, Ulrich Wiederhold wrote:
> > > Hello,
> > > I think there is a problem with lvm, xfs and 2.4.12.
> > >
> > > I got a clean 2.4.12 kernel and applied
> > > "patch -p1 < /home/fzzgrr/ftpdownload/linux-2.4.12-xfs-2001-10-11.patch"
> > >
> > > Works fine.
> >
> > Edit drivers/md/Makefile and change the lvm-mod-objs line to read:
> >
> > lvm-mod-objs := lvm.o lvm-snap.o lvm-fs.o
>
> Hi,
> when?
> Before or after applying the patches?
Sorry, after.
patrick
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-10-12 20:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-12 8:39 [linux-lvm] Problems patching 2.4.12 with xfs _and_ lvm-1.0.1-rc4-2.4.12.patch Ulrich Wiederhold
2001-10-12 9:22 ` Patrick Caulfield
2001-10-12 10:22 ` Ulrich Wiederhold
2001-10-12 10:31 ` Patrick Caulfield
2001-10-12 20:03 ` Ulrich Wiederhold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).