linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dave Olien <dmo@osdl.org>
To: device-mapper development <dm-devel@redhat.com>
Cc: linux-raid@vger.kernel.org,
	linux-hotplug-devel@lists.sourceforge.net,
	linux-scsi@vger.kernel.org
Subject: Re: [dm-devel] [ANNOUNCE] multipath-tools-0.3.0
Date: Thu, 7 Oct 2004 13:01:43 -0700	[thread overview]
Message-ID: <20041007200143.GA9667@osdl.org> (raw)
In-Reply-To: <1097054573.4163b96d1262c@imp5-q.free.fr>


Christophe,

I downloaded your new multipath tools, and they seem to have solved a problem
I was having with the previous version.

The only difficulty I had was with the new klibc version (klibc-0.181).
For i386 architecture, it compiles by default with -mregparm=3, to
pass arguments in registers.

But with my version of compiler (gcc 3.2.2), the rest of the multipath
libraries and utilities were compiled to pass arguments on the stack.
So the resulting binaries segfault the first time they call a klibc library.

I modified the klibc/klibc/arch/i386/MCONFIG file to compile with
stack argument passing, and everything works great.

Is there a compiler version now that by default passes arguments
in registers?

Thanks!
Dave Olien

On Wed, Oct 06, 2004 at 11:22:53AM +0200, christophe.varoqui@free.fr wrote:
> Hello,
> 
> here goes multipath-tools-0.3.0
> 
> Faster release cycle.
> Big things for some people out there.
> Upgrade will need you to manualy remove your /etc/udev/rules.d/multipath.rules
> and kill your devmap_name rule in udev.rules (we use a separate rules.d file
> now)
> 
> In short :
> 
> 
> * easy multipath-aware initrds on Debian SID
> 	* fully fonctionnal with direct-attached SCSI disks (single-path)
> 
> Full ChangeLog for the release :
> 
>         * first cut at making scripts to create multipath-aware initrds
> 	  those scripts are tested on Debian SID, and must be copied into
> 	  /etc/mkinitrd/scripts. it works here.
> 	* [multipath] verify presence of the /sys/block/... node before
> 	  reading sysfs attributes. Avoids libsysfs and scsi_id stderr
> 	  garbage
> 	* [multipath] move down the stderr close (Ake Sandgren at umu.se)
> 	* [multipath] don't care about 0-sized mp (Ake Sandgren at umu.se)
> 	* [multipath] bump mp size field to ulong (Ake Sandgren at umu.se)
> 	* [multipath] replace quiet/verbose flags by a verbosity one.
> 	  introduce a new verbosity level : 1 == print only devmap names
> 	  thus we can feed kpartx with that output
> 	* [multipath] update man page to reflect the hotplug.d -> dev.d
> 	  transition and replace the obsolete group_by_tur policy by the
> 	  forgotten group_by_prio
> 	* [multipath] provide a /etc/udev/rules.d/multipath.rules for
> 	  multipath devices naming. Cleaner than the previously suggested
> 	  rule addition in the main udev.rules
> 	* [multipath] move out of hotplug.d to dev.d : kill synchronisation
> 	  problems between device node creation and multipath execution.
> 	  Incidentally the unfriendly $DEVPATH param become a friendly
> 	  $DEVNAME (simply /dev/sdb)
> 	* [multipath] rework the iopolicies name-to-id & id-to-name
> 	  translations. kills the last compilation warning here too
> 	* [kpartx] kill last compilation warnings
> 	* bump klibc to 0.181
> 	* add the debian/ packaging dir (make deb)
> 	* prototype __clone & __clone2 (kills compilation warning)
> 
> As usual, doc and download at :
> http://christophe.varoqui.free.fr/
> 
> regards,
> --
> christophe varoqui <christophe.varoqui@free.fr>
> 
> --
> dm-devel mailing list
> dm-devel@redhat.com
> https://www.redhat.com/mailman/listinfo/dm-devel

  parent reply	other threads:[~2004-10-07 20:01 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 [this message]
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
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=20041007200143.GA9667@osdl.org \
    --to=dmo@osdl.org \
    --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).