Vladimir Sokolovsky | 1 Apr 2009 09:23
Picon

Re: [PATCH] NFS-RDMA: Fix Lustre compile issue

Jon Mason wrote:
> This patch fixes a build break in Lustre when compiling in RHEL5.
> This is caused by a circular #include dependency caused when including
> mpage.h and writeback.h.  Since there may be other pieces of code that
> will choose to include both of those header files, it is best to remove
> the circular dependency by moving the write_cache_pages code to the
> mpage.h kernel_addon header file.
>
> Signed-Off-By: Jon Mason <jon@...>
>   
Applied,

Regards,
Vladimir
Tung, Chien Tin | 1 Apr 2009 09:16
Picon
Favicon

[GIT PULL] RDMA/nes: OFED 1.4.1 RC3 update

Vlad,

Please pull nes OFED 1.4.1 RC3 update from:

  git://git.openfabrics.org/~ctung/ofed-1.4.1.git ofed_kernel

It contains commit 00d474c0be7acc1b1273f2ad7fb9a49db784df5d

    * update kernel_patches/fixes/nes_0210_no_proc_fin.patch
    * update kernel_patches/fixes/nes_0220_sfp_plus.patch
    * update kernel_patches/fixes/nes_0230_bnt.patch
    * add kernel_patches/fixes/nes_0240_mem_reg.patch
    * add kernel_patches/fixes/nes_0250_cast.patch
    * add kernel_patches/fixes/nes_0260_version.patch
    * add kernel_patches/fixes/nes_0270_netdev_stop.patch
    * updated backports

Thanks,

Chien
--
Chien Tung | chien.tin.tung@... 
Vladimir Sokolovsky | 1 Apr 2009 09:21
Picon

Re: [GIT PULL ofed-1.4.1] fix for starting/stopping NFS daemons

Steve Wise wrote:
> Vlad,
>
> This commit fixes bug 1577.  Please pull the commit from
>
> ssh://69.55.231.68/~swise/scm/ofed-1.4.git ofed_1_4
>
> Thanks,
>
> Steve.
>
Done,

Regards,
Vladimir
Vladimir Sokolovsky | 1 Apr 2009 09:25
Picon

Re: [GIT PULL] RDMA/nes: OFED 1.4.1 RC3 update

Tung, Chien Tin wrote:
> Vlad,
>
> Please pull nes OFED 1.4.1 RC3 update from:
>
>   git://git.openfabrics.org/~ctung/ofed-1.4.1.git ofed_kernel
>
> It contains commit 00d474c0be7acc1b1273f2ad7fb9a49db784df5d
>
>     * update kernel_patches/fixes/nes_0210_no_proc_fin.patch
>     * update kernel_patches/fixes/nes_0220_sfp_plus.patch
>     * update kernel_patches/fixes/nes_0230_bnt.patch
>     * add kernel_patches/fixes/nes_0240_mem_reg.patch
>     * add kernel_patches/fixes/nes_0250_cast.patch
>     * add kernel_patches/fixes/nes_0260_version.patch
>     * add kernel_patches/fixes/nes_0270_netdev_stop.patch
>     * updated backports
>
> Thanks,
>
> Chien
> --
> Chien Tung | chien.tin.tung@... _______________________________________________
>   

Done,

Regards,
Vladimir
(Continue reading)

Vladimir Sokolovsky | 1 Apr 2009 09:35
Picon

[ofa-general] Re: [ANNOUNCE] dapl-1.2.14 and dapl-2.0.17 release

Davis, Arlin R wrote:
>  
> New release for dapl 1.2 and 2.0 available on the OFA download page and in my git tree.
>
> md5sum: f58d6dd903cee271d71b0eb6fa33984e compat-dapl-1.2.14.tar.gz 
> md5sum: 617ebf54456b5559ea49e787515a8fa8 dapl-2.0.17.tar.gz 
>
> Summary of changes: 
>
> v1,v2 - Fix SuSE 11 build issue, asm/atomic.h no longer exists (Bug #1564)
>
> Vlad, please pull both packages into OFED 1.4.1 RC3 and install the following:
>  
> compat-dapl-1.2.14-1 
> compat-dapl-devel-1.2.14-1 
> dapl-2.0.17-1 
> dapl-utils-2.0.17-1 
> dapl-devel-2.0.17-1 
> dapl-debuginfo-2.0.17-1 
>
> See http://www.openfabrics.org/downloads/dapl/ more details.
>
> -arlin
>   
Done,

Regards,
Vladimir
Chien Tung | 1 Apr 2009 09:52
Picon
Favicon

[PATCH] RDMA/CMA: fix compilation warning cma.c:2076


Add a cast to struct sockaddr * for argument to ip_addr_size().

Signed-off-by: Chien Tung <chien.tin.tung@...>
---
 .../fixes/cma_0100_unified_tcp_ports.patch         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel_patches/fixes/cma_0100_unified_tcp_ports.patch b/kernel_patches/fixes/cma_0100_unified_tcp_ports.patch
index 9b4bc07..e79bee3 100644
--- a/kernel_patches/fixes/cma_0100_unified_tcp_ports.patch
+++ b/kernel_patches/fixes/cma_0100_unified_tcp_ports.patch
 <at>  <at>  -69,7 +69,7  <at>  <at>  Index: ofed_kernel/drivers/infiniband/core/cma.c
 +		sock_release(sock);
 +		return ret;
 +	}
-+	size = ip_addr_size(&id_priv->id.route.addr.src_addr);
++	size = ip_addr_size((struct sockaddr *) &id_priv->id.route.addr.src_addr);
 +	ret = sock->ops->getname(sock,
 +			(struct sockaddr *) &id_priv->id.route.addr.src_addr,
 +			&size, 0);
--

-- 
1.5.3.3
Alexander Schmidt | 1 Apr 2009 10:39
Picon

Re: [PATCH] ofed_1_4_scripts: Fix ppc64 building of rnfs-utils

On Mon, 30 Mar 2009 17:35:58 -0500
Jon Mason <jon@...> wrote:

> On Mon, Mar 30, 2009 at 11:25:53AM +0200, Alexander Schmidt wrote:
> > On Fri, 27 Mar 2009 14:52:27 -0500
> > Jon Mason <jon@...> wrote:
> > 
> > > rnfs-utils will not build on ppc64 without a 32bit version of
> > > e2fsprogs-devel.  The 32bit version is needed due to logic previously
> > > added to install.pl to force the compile to be 32bit.  Another way to
> > > fix this issue would be to allow 64bit version of the rnfs-utils by
> > > removing the logic which forces it to be 32bit.
> > > 
> > > With the added dependency, rnfs-utils compiles on RHEL5.2 on ppc64
> > > without issue.
> > > 
> > > Thanks,
> > > Jon
> > 
> > Hi Jon,
> > 
> > thanks for the patch, it also works fine on RHEL5.3 now.
> > 
> > I've also tried to install the rnfs-utils package on SLES11, and there I run
> > into another problem. The SRPM has the following dependencies:
> 
> Thanks for testing this on non-RHEL installs.
> 
> > 
> > [alexschm <at> BL3D1974 SRPMS]$ rpm -qpR rnfs-utils-1.1.5-rc1.OFED.src.rpm 
(Continue reading)

Brian J. Murrell | 1 Apr 2009 15:25
Picon

compile failure for RHEL 5.3 on IA64

Running the OFED 1.4.1-rc release through our build system was mostly
successful with the exception of RHEL 5.3 on IA64.  It failed with:

make -f scripts/Makefile.build obj=/cache/build/BUILD/ofa_kernel-1.4.1/drivers/infiniband/core
  gcc -Wp,-MD,/cache/build/BUILD/ofa_kernel-1.4.1/drivers/infiniband/core/.addr.o.d  -nostdinc
-isystem /usr/lib/gcc/ia64-redhat-linux/4.1.2/include -D__KERNEL__ \
-include include/linux/autoconf.h \
-include /cache/build/BUILD/ofa_kernel-1.4.1/include/linux/autoconf.h \
-I/cache/build/BUILD/ofa_kernel-1.4.1/kernel_addons/backport/2.6.18-EL5.3/include/ \
 \
 \
-I/cache/build/BUILD/ofa_kernel-1.4.1/include \
-I/cache/build/BUILD/ofa_kernel-1.4.1/drivers/infiniband/debug \
-I/usr/local/include/scst \
-I/cache/build/BUILD/ofa_kernel-1.4.1/drivers/infiniband/ulp/srpt \
-I/cache/build/BUILD/ofa_kernel-1.4.1/drivers/net/cxgb3 \
-Iinclude \

\
-I/cache/build/BUILD/lustre-kernel-2.6.18/lustre-1.8.0.50/linux-2.6.18-128.1.1/arch/ia64/include \
 -DHAVE_WORKING_TEXT_ALIGN -DHAVE_MODEL_SMALL_ATTRIBUTE -DHAVE_SERIALIZE_DIRECTIVE  -Wall
-Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common
-Wstrict-prototypes -Wundef -Werror-implicit-function-declaration -Os -pipe  -ffixed-r13
-mfixed-range=f12-f15,f32-f127 -falign-functions=32 -frename-registers
-fno-optimize-sibling-calls -fomit-frame-pointer -g  -fno-stack-protector
-Wdeclaration-after-statement -Wno-pointer-sign   -DMODULE -D"KBUILD_STR(s)=#s"
-D"KBUILD_BASENAME=KBUILD_STR(addr)"  -D"KBUILD_MODNAME=KBUILD_STR(ib_addr)" -c -o
/cache/build/BUILD/ofa_kernel-1.4.1/drivers/infiniband/core/.tmp_addr.o /cache/build/BUILD/ofa_kernel-1.4.1/drivers/infiniband/core/addr.c
In file included from include/asm/cacheflush.h:9,
                 from include/asm/pgtable.h:154,
(Continue reading)

Vladimir Sokolovsky | 1 Apr 2009 17:07
Picon

Re: [PATCH] RDMA/CMA: fix compilation warning cma.c:2076

On Wed, 2009-04-01 at 02:52 -0500, Chien Tung wrote:
> Add a cast to struct sockaddr * for argument to ip_addr_size().
> 
> Signed-off-by: Chien Tung <chien.tin.tung@...>
> ---
>  .../fixes/cma_0100_unified_tcp_ports.patch         |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/kernel_patches/fixes/cma_0100_unified_tcp_ports.patch b/kernel_patches/fixes/cma_0100_unified_tcp_ports.patch
> index 9b4bc07..e79bee3 100644
> --- a/kernel_patches/fixes/cma_0100_unified_tcp_ports.patch
> +++ b/kernel_patches/fixes/cma_0100_unified_tcp_ports.patch
>  <at>  <at>  -69,7 +69,7  <at>  <at>  Index: ofed_kernel/drivers/infiniband/core/cma.c
>  +		sock_release(sock);
>  +		return ret;
>  +	}
> -+	size = ip_addr_size(&id_priv->id.route.addr.src_addr);
> ++	size = ip_addr_size((struct sockaddr *) &id_priv->id.route.addr.src_addr);
>  +	ret = sock->ops->getname(sock,
>  +			(struct sockaddr *) &id_priv->id.route.addr.src_addr,
>  +			&size, 0);

Hello Chien,
This patch was already applied to the OFED's kernel git tree:

commit 25a5b1d3143cba117b992ae9c0b90d11e6042508
Author: John Gregor <john.gregor@...>
Date:   Thu Mar 12 18:11:10 2009 -0700

    IB/core: fix build warning
(Continue reading)

Tung, Chien Tin | 1 Apr 2009 17:46
Picon
Favicon

RE: [PATCH] RDMA/CMA: fix compilation warning cma.c:2076


>Hello Chien,
>This patch was already applied to the OFED's kernel git tree:

I didn't see it in RC2.  I'm glad someone beat me to it.

Chien

Gmane