From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Snitzer Subject: Re: multipath-tools fixes Date: Fri, 8 May 2009 08:23:32 -0400 Message-ID: <20090508122332.GA7097@redhat.com> References: <20090429201041.GB3062@redhat.com> <4A03B1B4.2080900@ct.jp.nec.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4A03B1B4.2080900@ct.jp.nec.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Kiyoshi Ueda Cc: device-mapper development List-Id: dm-devel.ids On Fri, May 08 2009 at 12:14am -0400, Kiyoshi Ueda 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