commit 014303c0a504e33ba5d42bb2279d5e7c1e406494 Author: Vladimir Sokolovsky Date: Tue Sep 16 12:00:21 2008 +0300 Fix compilation warning in cma_0100_unified_tcp_ports.patch Signed-off-by: Vladimir Sokolovsky commit 55779eb902185ecf5cdff4bff0ac80b1c393e4fc Author: Yossi Etigin Date: Tue Sep 16 10:46:29 2008 +0300 ipoib: fix hang while bringing down uninitialized interface Fix bug #1172: If a pkey for an interface is not found during initialization, then poll_timer is left uninitialized. When the device is brought down, ipoib tries to del_timer_sync() it. This call hangs in an infinite loop in lock_timer_base(), because timer_base is NULL. We should check whether the timer was really initialized. Changes from v1: - handle a case when ipoib_ib_dev_stop() is called twice on the same dev->priv - zero the timer after its deletion. Signed-off-by: Yossi Etigin commit 9257c12c791f1b3331c44de571d31143fec8e638 Merge: e9b5510... bcbf418... Author: Vladimir Sokolovsky Date: Tue Sep 16 10:12:03 2008 +0300 Merge branch 'ofed_kernel' of git://git.openfabrics.org/~jbecker/nfs_rdma_ofed_1_4 into tmp Conflicts: kernel_patches/backport/2.6.16_sles10_sp2/rnfs_fs.patch kernel_patches/backport/2.6.16_sles10_sp2/rnfs_net.patch Signed-off-by: Vladimir Sokolovsky commit e9b5510aa064fd2a7b1ec8e92af895b4516fd558 Author: John Gregor Date: Mon Sep 15 17:49:27 2008 -0700 Refreshed all "backport" patches Did a "quilt refresh" on all of the patches under kernel_patches/backport. This has several effects: 1. It regularizes the style of all the patches. 2. It resets all the line numbers and contexts. 3. It gets rid of the whitespace problems that required 'patch -l'. 4. It allows stacked-git to use the patches. The flags I used on refresh were: --no-timestamps --diffstat --sort --strip-trailing-whitespace I've confirmed that the resulting trees are identical (with the exception of the trailing whitespace removal). Signed-off-by: John Gregor commit d8b9327cae99b33d7c35e304f1cebcb118a39148 Author: John Gregor Date: Mon Sep 15 19:04:05 2008 -0700 Rename iser_02_fix_iscsi_if.h to iser_02_fix_iscsi_if_h.patch Regularize all patches to end in '.patch'. Signed-off-by: John Gregor commit 245a9d91612a1fd3ada1703dea0bb49af379f457 Author: John Gregor Date: Mon Sep 15 17:49:27 2008 -0700 Refreshed all "fixes" patches Did a "quilt refresh" on all of the patches under kernel_patches/fixes. This has several effects: 1. It regularizes the style of all the patches. 2. It resets all the line numbers and contexts. 3. It gets rid of the whitespace problems that required 'patch -l'. 4. It allows stacked-git to use the patches. The flags I used on refresh were: --no-timestamps --diffstat --sort --strip-trailing-whitespace I've confirmed that the resulting tree is identical (with the exception of the trailing whitespace removal). Signed-off-by: John Gregor commit 9caee187dd460dcda3541f367b96964168683f72 Author: John Gregor Date: Fri Sep 12 18:32:30 2008 -0700 Fix broken patch syntax - 'Index: ' requires the space The missing space breaks quilt in some cases. Signed-off-by: John Gregor commit 5759b423dca7ff6d250754a826deb0275b857342 Merge: 24fc157... ded33ee... Author: Vladimir Sokolovsky Date: Mon Sep 15 22:45:38 2008 +0300 Merge branch 'ofed_kernel' of git://git.openfabrics.org/~swise/ofed-1.4 into ofed_kernel commit 24fc157eb0d2182a281087f0706a5f8d010db80a Author: Vladimir Sokolovsky Date: Mon Sep 15 11:54:47 2008 +0300 Remove ehca backport patches for RHEL4. Signed-off-by: Vladimir Sokolovsky commit f3f88bf43e9e6fe2617974af4cd1a2bd55900c9d Author: Eli Cohen Date: Sun Sep 14 16:46:09 2008 +0300 memtrack: avoid false warnings for zero length kmalloc in 2.6.9 (Redhat) kernels, allocting zero length allocations with memtrack, returns a valid pointer. Track this pointer to avoid false warnings. Signed-off-by: Eli Cohen commit bd5c53ae43434fac9fcebd7cc642416171bf751b Author: Vladimir Sokolovsky Date: Sun Sep 14 11:15:02 2008 +0300 Removed applied patch: kernel_patches/fixes/nfsrdma_0100_frmr_01_12.patch. Signed-off-by: Vladimir Sokolovsky commit bcbf4185b03c0a5511134224b5b97cb8b6d196c1 Author: Jeff Becker Date: Fri Sep 12 16:22:10 2008 -0700 NFSRDMA SLES10SP2: nfs missing symbol patch Signed-off by: Jeff Becker commit afc78d152bf1a40709f2a110bcf171e6953dd152 Author: Jeff Becker Date: Fri Sep 12 16:18:17 2008 -0700 NFSRDMA SLES10SP2 backport: fix missing nfs symbol Signed-off by: Jeff Becker commit b282f2dc76ae41bc03dacc4117d6b5514f65ff97 Author: Jeff Becker Date: Fri Sep 12 14:20:07 2008 -0700 NFSRDMA SLES10SP2 backport: fix missing nfsd symbol Signed-off by: Jeff Becker commit c0d7257ed19599a3dda1baca3411a639e68913bd Merge: 827844a... 4711278... Author: Jeff Becker Date: Thu Sep 11 09:53:11 2008 -0700 Merge branch 'ofed_kernel' of git://git.openfabrics.org/ofed_1_4/linux-2.6 into ofed_kernel commit 827844aaaed4abad7dea12bd3fb2980e21b75820 Author: Jeff Becker Date: Wed Sep 10 17:28:34 2008 -0700 NFSRDMA Backports: checkpoint for RHEL51 and start fixing symbols for SLES10SP2 Signed-off by: Jeff Becker commit ded33ee6282c741aad1c30295ec6aec723db7149 Author: Jon Mason Date: Wed Sep 10 16:55:49 2008 -0500 In more recent Linux kernels, ethtool get_stats_count has been replaced with get_sset_count. These functions are used to determine the size of the array to allocate for the device specific statistics. However, the OFED backport patches for cxgb3 are not properly reverting the code to its former state and simply removing the get_sset_count references. This causes device specific statistics to not be queried. The patch below correctly reverts the changes for older kernels and should fix all the backports. It has been successfully tested on FC7 kernels. Thanks, Jon Signed-off-by: Jon Mason commit 4711278b3566a8efe3710ae919a16694e4f31225 Author: Vladimir Sokolovsky Date: Wed Sep 10 14:11:41 2008 +0300 IPoIB: Enable LRO by default. Signed-off-by: Vladimir Sokolovsky commit 6b255a4179325a85f4ad75b0cf32406e62574a00 Author: Jeff Becker Date: Tue Sep 9 11:18:38 2008 -0700 NFSRDMA RHEL5.1 backport: fs/lockd builds Signed-off by: Jeff Becker