All of lore.kernel.org
 help / color / mirror / Atom feed
* multipath-tools fixes
@ 2009-04-29 20:10 Mike Snitzer
  2009-04-29 20:55 ` christophe.varoqui
  2009-05-08  4:14 ` Kiyoshi Ueda
  0 siblings, 2 replies; 4+ messages in thread
From: Mike Snitzer @ 2009-04-29 20:10 UTC (permalink / raw)
  To: christophe.varoqui; +Cc: dm-devel

Christophe,

Please feel free to pull in the following changes with:
git pull http://people.redhat.com/msnitzer/multipath-tools.git +for-upstream

Mike Snitzer (6):
  multipathd: add error checking to client's process_req
  avoid NULL pointers in discovery code
  do not allow relative path names to be added to the pathvec
  cleanup various MALLOC/REALLOC callers
  fix small issues in cli_handlers
  multipathd: restrict /var/run/multipathd.sock permissions further

 libmultipath/config.c     |    2 +-
 libmultipath/config.h     |    1 +
 libmultipath/dict.c       |    8 ++++----
 libmultipath/discovery.c  |   15 ++++++++++++---
 libmultipath/parser.c     |   15 +++++++++------
 libmultipath/prio.c       |    2 +-
 libmultipath/uevent.c     |    2 +-
 libmultipath/uxsock.c     |    2 ++
 multipathd/cli_handlers.c |    6 +++---
 multipathd/main.c         |    9 +++++++++
 multipathd/uxclnt.c       |   11 ++++++-----
 11 files changed, 49 insertions(+), 24 deletions(-)

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

* Re: multipath-tools fixes
  2009-04-29 20:10 multipath-tools fixes Mike Snitzer
@ 2009-04-29 20:55 ` christophe.varoqui
  2009-05-08  4:14 ` Kiyoshi Ueda
  1 sibling, 0 replies; 4+ messages in thread
From: christophe.varoqui @ 2009-04-29 20:55 UTC (permalink / raw)
  To: Mike Snitzer; +Cc: dm-devel

Excellent. Let me testify my appreciation of your git handling of this patchset by the promptest pull.

----- Mail Original -----
De: "Mike Snitzer" <snitzer@redhat.com>
À: "christophe varoqui" <christophe.varoqui@free.fr>
Cc: dm-devel@redhat.com
Envoyé: Mercredi 29 Avril 2009 22h10:41 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne
Objet: multipath-tools fixes

Christophe,

Please feel free to pull in the following changes with:
git pull http://people.redhat.com/msnitzer/multipath-tools.git +for-upstream

Mike Snitzer (6):
  multipathd: add error checking to client's process_req
  avoid NULL pointers in discovery code
  do not allow relative path names to be added to the pathvec
  cleanup various MALLOC/REALLOC callers
  fix small issues in cli_handlers
  multipathd: restrict /var/run/multipathd.sock permissions further

 libmultipath/config.c     |    2 +-
 libmultipath/config.h     |    1 +
 libmultipath/dict.c       |    8 ++++----
 libmultipath/discovery.c  |   15 ++++++++++++---
 libmultipath/parser.c     |   15 +++++++++------
 libmultipath/prio.c       |    2 +-
 libmultipath/uevent.c     |    2 +-
 libmultipath/uxsock.c     |    2 ++
 multipathd/cli_handlers.c |    6 +++---
 multipathd/main.c         |    9 +++++++++
 multipathd/uxclnt.c       |   11 ++++++-----
 11 files changed, 49 insertions(+), 24 deletions(-)

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

* Re: multipath-tools fixes
  2009-04-29 20:10 multipath-tools fixes Mike Snitzer
  2009-04-29 20:55 ` christophe.varoqui
@ 2009-05-08  4:14 ` Kiyoshi Ueda
  2009-05-08 12:23   ` Mike Snitzer
  1 sibling, 1 reply; 4+ messages in thread
From: Kiyoshi Ueda @ 2009-05-08  4:14 UTC (permalink / raw)
  To: Mike Snitzer; +Cc: device-mapper development

Hi Mike,

On 2009/04/30 5:10 +0900, Mike Snitzer wrote:
> Christophe,
> 
> Please feel free to pull in the following changes with:
> git pull http://people.redhat.com/msnitzer/multipath-tools.git +for-upstream
> 
> Mike Snitzer (6):
>   multipathd: add error checking to client's process_req
>   avoid NULL pointers in discovery code
>   do not allow relative path names to be added to the pathvec
>   cleanup various MALLOC/REALLOC callers
>   fix small issues in cli_handlers
>   multipathd: restrict /var/run/multipathd.sock permissions further
> 
>  libmultipath/config.c     |    2 +-
>  libmultipath/config.h     |    1 +
>  libmultipath/dict.c       |    8 ++++----
>  libmultipath/discovery.c  |   15 ++++++++++++---
>  libmultipath/parser.c     |   15 +++++++++------
>  libmultipath/prio.c       |    2 +-
>  libmultipath/uevent.c     |    2 +-
>  libmultipath/uxsock.c     |    2 ++
>  multipathd/cli_handlers.c |    6 +++---
>  multipathd/main.c         |    9 +++++++++
>  multipathd/uxclnt.c       |   11 ++++++-----
>  11 files changed, 49 insertions(+), 24 deletions(-)

I think it's nice if you post actual patches, too, in the future.
Because people can look at your patches easier.

Thanks,
Kiyoshi Ueda

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

* Re: multipath-tools fixes
  2009-05-08  4:14 ` Kiyoshi Ueda
@ 2009-05-08 12:23   ` Mike Snitzer
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Snitzer @ 2009-05-08 12:23 UTC (permalink / raw)
  To: Kiyoshi Ueda; +Cc: device-mapper development

On Fri, May 08 2009 at 12:14am -0400,
Kiyoshi Ueda <k-ueda@ct.jp.nec.com> wrote:

> Hi Mike,
> 
> On 2009/04/30 5:10 +0900, Mike Snitzer wrote:
> > Christophe,
> > 
> > Please feel free to pull in the following changes with:
> > git pull http://people.redhat.com/msnitzer/multipath-tools.git +for-upstream
> > 
> > Mike Snitzer (6):
> >   multipathd: add error checking to client's process_req
> >   avoid NULL pointers in discovery code
> >   do not allow relative path names to be added to the pathvec
> >   cleanup various MALLOC/REALLOC callers
> >   fix small issues in cli_handlers
> >   multipathd: restrict /var/run/multipathd.sock permissions further
> > 
> >  libmultipath/config.c     |    2 +-
> >  libmultipath/config.h     |    1 +
> >  libmultipath/dict.c       |    8 ++++----
> >  libmultipath/discovery.c  |   15 ++++++++++++---
> >  libmultipath/parser.c     |   15 +++++++++------
> >  libmultipath/prio.c       |    2 +-
> >  libmultipath/uevent.c     |    2 +-
> >  libmultipath/uxsock.c     |    2 ++
> >  multipathd/cli_handlers.c |    6 +++---
> >  multipathd/main.c         |    9 +++++++++
> >  multipathd/uxclnt.c       |   11 ++++++-----
> >  11 files changed, 49 insertions(+), 24 deletions(-)
> 
> I think it's nice if you post actual patches, too, in the future.
> Because people can look at your patches easier.

OK, will do.

Regards,
Mike

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

end of thread, other threads:[~2009-05-08 12:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-29 20:10 multipath-tools fixes Mike Snitzer
2009-04-29 20:55 ` christophe.varoqui
2009-05-08  4:14 ` Kiyoshi Ueda
2009-05-08 12:23   ` Mike Snitzer

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.