linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dave Olien <dmo@osdl.org>
To: christophe.varoqui@free.frf
Cc: device-mapper development <dm-devel@redhat.com>,
	linux-raid@vger.kernel.org,
	linux-hotplug-devel@lists.sourceforge.net,
	linux-scsi@vger.kernel.org
Subject: Re: [ANNOUNCE] multipath-tools-0.3.1
Date: Tue, 12 Oct 2004 11:35:29 -0700	[thread overview]
Message-ID: <20041012183529.GA27921@osdl.org> (raw)
In-Reply-To: <1097495416.416a73787e0ae@imp1-q.free.fr>


Christophe,

I compiled and installed your new tarball.  It looks good so far on i386.
Thanks for the update!

Dave

On Mon, Oct 11, 2004 at 01:50:16PM +0200, christophe.varoqui@free.fr wrote:
> Hello,
> 
> here goes multipath-tools-0.3.1
> 
> Early release, to fix a important i386 breakage due to regparm switch in klibc.
> Release focuses on undusting kpartx.
> ia64 and woody testers, please redo your thing : I may have got it right this
> time.
> 
> Full ChangeLog for the release :
> 
>         * [kpartx] move back to getopt, originaly removed from the
>           original partx because of lack of implementation in klibc
>         * [kpartx] don't map extended partitions
>         * [kpartx] add a -p command flag to allow admin to force a
>           delimiting string between disk name and part number. When
>           specified always use it, when unspecified use 'p' as a delim
>           when last char of disk name is a digit, NUL otherwise.
>         * [kpartx] clean up
>         * bump klibc to 0.182
>         * one step further : use klibc MCONFIG for all klibc specific
>           FLAGS definitions, ie massive Makefile.inc cleanup
>         * follow the klibc compilation rules by appending its OPTFLAGS
>           to multipath-tools' CFLAGS. This corrects the segfaults seen
>           on i386 where klibc is built with regparm=3 and tools are not
>         * [multipathd] fall back to fork when clone not available
>           like in Debian Woody
>         * [kpartx] move .start and .size from uint to ulong (Ake)
>         * briefly document system-disk-on-multipath in the FAQ file
> 
> As usual, doc and download at :
> http://christophe.varoqui.free.fr/
> 
> regards,
> --
> christophe varoqui <christophe.varoqui@free.fr>
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> Use IT products in your business? Tell us what you think of them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
> Linux-hotplug-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

  reply	other threads:[~2004-10-12 18:35 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-25  0:24 [ANNOUNCE] multipath-tools-0.2.9 christophe varoqui
2004-10-06  9:22 ` [ANNOUNCE] multipath-tools-0.3.0 christophe.varoqui
2004-10-06  9:50   ` [dm-devel] " Lars Marowsky-Bree
2004-10-06 10:18     ` christophe.varoqui
2004-10-11 12:00       ` Lars Marowsky-Bree
2004-10-11 12:31         ` christophe.varoqui
2004-10-07 20:01   ` Dave Olien
2004-10-08 12:49     ` christophe.varoqui
2004-10-11 11:50   ` [ANNOUNCE] multipath-tools-0.3.1 christophe.varoqui
2004-10-12 18:35     ` Dave Olien [this message]
2004-10-17 14:03     ` multipath-tools-0.3.2 christophe varoqui
2004-10-20 10:46       ` [ANNOUNCE] multipath-tools-0.3.3 christophe.varoqui
2004-10-24 22:14         ` [ANNOUNCE] multipath-tools-0.3.4 christophe varoqui
2004-10-25  8:22           ` Arjan van de Ven
2004-10-25  9:38             ` christophe.varoqui
2004-10-25 10:39               ` Douglas Gilbert
2004-10-25 21:03               ` [dm-devel] " Lars Marowsky-Bree
2004-10-26 17:52                 ` Mike Christie
2004-10-26 10:06           ` [ANNOUNCE] multipath-tools-0.3.5 christophe.varoqui
2004-11-01 17:08             ` [ANNOUNCE] multipath-tools-0.3.6 christophe varoqui
2004-11-11 23:10               ` [ANNOUNCE] multipath-tools-0.3.7 christophe varoqui
2004-11-25 14:55                 ` [ANNOUNCE] multipath-tools-0.3.8 christophe varoqui
2004-12-05 15:43                   ` [ANNOUNCE] multipath-tools-0.3.9 christophe varoqui
2004-12-12 17:20                     ` [ANNOUNCE] multipath-tools-0.4.0 christophe varoqui
2004-12-20 16:01                     ` [ANNOUNCE] multipath-tools-0.4.1 christophe varoqui
2005-01-23 23:03                       ` [ANNOUNCE] multipath-tools-0.4.2 christophe varoqui
2005-03-19 14:27                     ` [ANNOUNCE] multipath-tools-0.4.3 christophe varoqui
2005-04-24 22:26                       ` [ANNOUNCE] multipath-tools-0.4.4 christophe varoqui

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041012183529.GA27921@osdl.org \
    --to=dmo@osdl.org \
    --cc=christophe.varoqui@free.frf \
    --cc=dm-devel@redhat.com \
    --cc=linux-hotplug-devel@lists.sourceforge.net \
    --cc=linux-raid@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).