All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] How to create a device mapper patch?
@ 2003-10-23  9:28 wim
  2003-10-23 14:05 ` Herbert Poetzl
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: wim @ 2003-10-23  9:28 UTC (permalink / raw)
  To: linux-lvm

Hello,

I tried to find out to make a patch for my kernel , 2.4.22,
but there seems to be no documentation available how
to generate a device mapper kernel patch. 
From the INSTALL file:
---
If your kernel does not already contain device-mapper, patch,
   configure and build a new kernel with it
----
Now this is nice , but doesn't explain how to generate a patch
for the kernel. The patches directory only contains patches
for 2.4.20 en 21 so, how do I generate a patch for 2.4.22?
Device mapper is version 1.00.05

TIA

WB

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

* Re: [linux-lvm] How to create a device mapper patch?
  2003-10-23  9:28 [linux-lvm] How to create a device mapper patch? wim
@ 2003-10-23 14:05 ` Herbert Poetzl
  2003-10-27  8:32   ` wim
  2003-10-23 16:10 ` Herbert Poetzl
  2003-10-24  5:31 ` Heinz J . Mauelshagen
  2 siblings, 1 reply; 5+ messages in thread
From: Herbert Poetzl @ 2003-10-23 14:05 UTC (permalink / raw)
  To: wim; +Cc: linux-lvm

On Thu, Oct 23, 2003 at 04:26:53PM +0200, wim@unetix.nl wrote:
> Hello,
> 
> I tried to find out to make a patch for my kernel , 2.4.22,
> but there seems to be no documentation available how
> to generate a device mapper kernel patch. 
> From the INSTALL file:
> ---
> If your kernel does not already contain device-mapper, patch,
>    configure and build a new kernel with it
> ----
> Now this is nice , but doesn't explain how to generate a patch
> for the kernel. The patches directory only contains patches
> for 2.4.20 en 21 so, how do I generate a patch for 2.4.22?
> Device mapper is version 1.00.05

http://evms.sourceforge.net/install/kernel.html#dm-patches

HTH,
Herbert

> TIA
> 
> WB

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

* Re: [linux-lvm] How to create a device mapper patch?
  2003-10-23  9:28 [linux-lvm] How to create a device mapper patch? wim
  2003-10-23 14:05 ` Herbert Poetzl
@ 2003-10-23 16:10 ` Herbert Poetzl
  2003-10-24  5:31 ` Heinz J . Mauelshagen
  2 siblings, 0 replies; 5+ messages in thread
From: Herbert Poetzl @ 2003-10-23 16:10 UTC (permalink / raw)
  To: wim; +Cc: linux-lvm

On Thu, Oct 23, 2003 at 04:26:53PM +0200, wim@unetix.nl wrote:
> Hello,
> 
> I tried to find out to make a patch for my kernel , 2.4.22,
> but there seems to be no documentation available how
> to generate a device mapper kernel patch. 
> From the INSTALL file:
> ---
> If your kernel does not already contain device-mapper, patch,
>    configure and build a new kernel with it
> ----
> Now this is nice , but doesn't explain how to generate a patch
> for the kernel. The patches directory only contains patches
> for 2.4.20 en 21 so, how do I generate a patch for 2.4.22?
> Device mapper is version 1.00.05

http://vserver.13thfloor.at/Stuff/patch-2.4.22-dm-1.00.05.diff.bz2

this is a rediffed version of the 2.4.21 patches:
	-mempool.patch
	-vcalloc.patch
	-o_direct.patch
	-b_private.patch
	-config.patch
	-devmapper.patch
	-makefile.patch
	-arch64.patch

released with the dm-1.00.05 tarball, nevertheless,
the version major/minor/pl is 4.0.4 whatever this means ...

HTH,
Herbert

> TIA
> 
> WB
> 
> 
> 
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/

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

* Re: [linux-lvm] How to create a device mapper patch?
  2003-10-23  9:28 [linux-lvm] How to create a device mapper patch? wim
  2003-10-23 14:05 ` Herbert Poetzl
  2003-10-23 16:10 ` Herbert Poetzl
@ 2003-10-24  5:31 ` Heinz J . Mauelshagen
  2 siblings, 0 replies; 5+ messages in thread
From: Heinz J . Mauelshagen @ 2003-10-24  5:31 UTC (permalink / raw)
  To: linux-lvm

On Thu, Oct 23, 2003 at 04:26:53PM +0200, wim@unetix.nl wrote:
> Hello,
> 
> I tried to find out to make a patch for my kernel , 2.4.22,
> but there seems to be no documentation available how
> to generate a device mapper kernel patch. 
> From the INSTALL file:
> ---
> If your kernel does not already contain device-mapper, patch,
>    configure and build a new kernel with it
> ----
> Now this is nice , but doesn't explain how to generate a patch
> for the kernel. The patches directory only contains patches
> for 2.4.20 en 21 so, how do I generate a patch for 2.4.22?
> Device mapper is version 1.00.05

Does patching this into 2.4.22 fail for you ?

> 
> TIA
> 
> WB
> 
> 
> 
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/

-- 

Regards,
Heinz    -- The LVM Guy --

*** Software bugs are stupid.
    Nevertheless it needs not so stupid people to solve them ***

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Heinz Mauelshagen                                 Sistina Software Inc.
Senior Consultant/Developer                       Am Sonnenhang 11
                                                  56242 Marienrachdorf
                                                  Germany
Mauelshagen@Sistina.com                           +49 2626 141200
                                                       FAX 924446
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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

* Re: [linux-lvm] How to create a device mapper patch?
  2003-10-23 14:05 ` Herbert Poetzl
@ 2003-10-27  8:32   ` wim
  0 siblings, 0 replies; 5+ messages in thread
From: wim @ 2003-10-27  8:32 UTC (permalink / raw)
  To: LVM mailing list

On Thursday 23 October 2003 21:04, you wrote:
> On Thu, Oct 23, 2003 at 04:26:53PM +0200, wim@unetix.nl wrote:

> > for the kernel. The patches directory only contains patches
> > for 2.4.20 en 21 so, how do I generate a patch for 2.4.22?
> > Device mapper is version 1.00.05
>
> http://evms.sourceforge.net/install/kernel.html#dm-patches
>
> HTH,
> Herbert
>
Ye, thanks , the following link is allso good :
http://people.sistina.com/~thornber/patches/
Would be good to add this link in the README
or INSTALL files in the standard device-mapper
package for people searching for patches.

Thanks
Wim Bakker


This e-mail was scanned by RAV Antivirus!

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

end of thread, other threads:[~2003-10-27  8:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-23  9:28 [linux-lvm] How to create a device mapper patch? wim
2003-10-23 14:05 ` Herbert Poetzl
2003-10-27  8:32   ` wim
2003-10-23 16:10 ` Herbert Poetzl
2003-10-24  5:31 ` Heinz J . Mauelshagen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.