From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Dickson Subject: Re: [PATCH 0/5] SMB/CIFS nounix support for Connectathon test suite Date: Tue, 12 Aug 2014 14:21:59 -0400 Message-ID: <53EA5B47.7020306@RedHat.com> References: <1407326472-13853-1-git-send-email-pshilovsky@samba.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jeff Layton To: Pavel Shilovsky Return-path: In-Reply-To: <1407326472-13853-1-git-send-email-pshilovsky-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org> Sender: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: On 08/06/2014 08:01 AM, Pavel Shilovsky wrote: > The goal of the series is to add support of testing various versions of SMB/CIFS protocol without Unix extensions. Also there are two patches that fixes problems in special and tlock tests. > > With the patchset applied nounix SMB/CIFS servers and clients can be tested with "server -C" command. > > Jeff Layton (2): > tlock: munmap missed before close > Add SMB/CIFS mounts support > > Pavel Shilovsky (3): > Add capability to test SMB 2.0 and higher verions > Add SMB/CIFS section in tests.init > special: fix op_unlk and op_ren tests output > > basic/runtests | 8 +++++--- > lock/runtests | 9 +++++++-- > lock/tlock.c | 11 +++++++++-- > server | 5 +++-- > special/op_ren.c | 16 +++++++++++++--- > special/op_unlk.c | 8 +++++--- > special/runtests.wrk | 11 ++++++++--- > tests.init | 4 ++++ > 8 files changed, 54 insertions(+), 18 deletions(-) > All five patches have been committed... steved. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: linux-nfs-owner@vger.kernel.org Received: from mx1.redhat.com ([209.132.183.28]:24407 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753949AbaHLSWD (ORCPT ); Tue, 12 Aug 2014 14:22:03 -0400 Message-ID: <53EA5B47.7020306@RedHat.com> Date: Tue, 12 Aug 2014 14:21:59 -0400 From: Steve Dickson MIME-Version: 1.0 To: Pavel Shilovsky CC: linux-cifs@vger.kernel.org, linux-nfs@vger.kernel.org, Jeff Layton Subject: Re: [PATCH 0/5] SMB/CIFS nounix support for Connectathon test suite References: <1407326472-13853-1-git-send-email-pshilovsky@samba.org> In-Reply-To: <1407326472-13853-1-git-send-email-pshilovsky@samba.org> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-nfs-owner@vger.kernel.org List-ID: On 08/06/2014 08:01 AM, Pavel Shilovsky wrote: > The goal of the series is to add support of testing various versions of SMB/CIFS protocol without Unix extensions. Also there are two patches that fixes problems in special and tlock tests. > > With the patchset applied nounix SMB/CIFS servers and clients can be tested with "server -C" command. > > Jeff Layton (2): > tlock: munmap missed before close > Add SMB/CIFS mounts support > > Pavel Shilovsky (3): > Add capability to test SMB 2.0 and higher verions > Add SMB/CIFS section in tests.init > special: fix op_unlk and op_ren tests output > > basic/runtests | 8 +++++--- > lock/runtests | 9 +++++++-- > lock/tlock.c | 11 +++++++++-- > server | 5 +++-- > special/op_ren.c | 16 +++++++++++++--- > special/op_unlk.c | 8 +++++--- > special/runtests.wrk | 11 ++++++++--- > tests.init | 4 ++++ > 8 files changed, 54 insertions(+), 18 deletions(-) > All five patches have been committed... steved.