Changes in kernel from rc1 and rc2 attached

Tziporet 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tziporet Koren
Sent: Monday, September 22, 2008 10:18 AM
To: ewg@lists.openfabrics.org
Cc: [EMAIL PROTECTED]
Subject: [ewg] OFED 1.4-rc2 is available

Hi,
OFED 1.4-rc2 release is available on
http://www.openfabrics.org/downloads/OFED/ofed-1.4/OFED-1.4-rc2.tgz

To get BUILD_ID run ofed_info

Please report any issues in bugzilla https://bugs.openfabrics.org/ for
OFED 1.4

Tziporet & Vladimir

========================================================================

Release information:
------------------------------
Linux Operating Systems:
       - RedHat EL4 up4:       2.6.9-42.ELsmp      *
       - RedHat EL4 up5:       2.6.9-55.ELsmp
       - RedHat EL4 up6:       2.6.9-67.ELsmp
       - RedHat EL4 up7:       2.6.9-78.ELsmp
       - RedHat EL5:             2.6.18-8.el5
       - RedHat EL5 up1:       2.6.18-53.el5
       - RedHat EL5 up2:       2.6.18-92.el5
       - CentOS 5.2:              2.6.18-92.el5
       - Fedora C9:                2.6.25-14.fc9         *
       - SLES10:                   2.6.16.21-0.8-smp
       - SLES10 SP1:            2.6.16.46-0.12-smp
       - SLES10 SP1 up1:      2.6.16.53-0.16-smp
       - SLES10 SP2:            2.6.16.60-0.21-smp
       - OpenSuSE 10.3:        2.6.22.5-31          *
       - kernel.org:                 2.6.26 and 2.6.27-rc5

     * Minimal QA for these versions

Systems:
       * x86_64
       * x86
       * ia64
       * ppc64


Main Changes from OFED 1.4-rc1
=========================
- Kernel base updated to 2.5.27-rc6 
- Updated MPI packages: mvapich-1.1.0-2977 and mvapich2-1.2rc2-6
- Updated bonding package: ib-bonding-0.9.0-30
- 12 bugs fixed (see attached for details)

Tasks that should be completed for the rc3:
================================
1. NFS-RDMA to work on RHEL 5.1
2. OSM: Cashed routing
3. Cleanup compilation warning
4. Bug fixes


commit 014303c0a504e33ba5d42bb2279d5e7c1e406494
Author: Vladimir Sokolovsky <[EMAIL PROTECTED]>
Date:   Tue Sep 16 12:00:21 2008 +0300

    Fix compilation warning in cma_0100_unified_tcp_ports.patch
    
    Signed-off-by: Vladimir Sokolovsky <[EMAIL PROTECTED]>

commit 55779eb902185ecf5cdff4bff0ac80b1c393e4fc
Author: Yossi Etigin <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>

commit 9257c12c791f1b3331c44de571d31143fec8e638
Merge: e9b5510... bcbf418...
Author: Vladimir Sokolovsky <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>

commit e9b5510aa064fd2a7b1ec8e92af895b4516fd558
Author: John Gregor <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>

commit d8b9327cae99b33d7c35e304f1cebcb118a39148
Author: John Gregor <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>

commit 245a9d91612a1fd3ada1703dea0bb49af379f457
Author: John Gregor <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>

commit 9caee187dd460dcda3541f367b96964168683f72
Author: John Gregor <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>

commit 5759b423dca7ff6d250754a826deb0275b857342
Merge: 24fc157... ded33ee...
Author: Vladimir Sokolovsky <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
Date:   Mon Sep 15 11:54:47 2008 +0300

    Remove ehca backport patches for RHEL4.
    
    Signed-off-by: Vladimir Sokolovsky <[EMAIL PROTECTED]>

commit f3f88bf43e9e6fe2617974af4cd1a2bd55900c9d
Author: Eli Cohen <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>

commit bd5c53ae43434fac9fcebd7cc642416171bf751b
Author: Vladimir Sokolovsky <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>

commit bcbf4185b03c0a5511134224b5b97cb8b6d196c1
Author: Jeff Becker <[EMAIL PROTECTED]>
Date:   Fri Sep 12 16:22:10 2008 -0700

    NFSRDMA SLES10SP2: nfs missing symbol patch
    
    Signed-off by: Jeff Becker <[EMAIL PROTECTED]>

commit afc78d152bf1a40709f2a110bcf171e6953dd152
Author: Jeff Becker <[EMAIL PROTECTED]>
Date:   Fri Sep 12 16:18:17 2008 -0700

    NFSRDMA SLES10SP2 backport: fix missing nfs symbol
    
    Signed-off by: Jeff Becker <[EMAIL PROTECTED]>

commit b282f2dc76ae41bc03dacc4117d6b5514f65ff97
Author: Jeff Becker <[EMAIL PROTECTED]>
Date:   Fri Sep 12 14:20:07 2008 -0700

    NFSRDMA SLES10SP2 backport: fix missing nfsd symbol
    
    Signed-off by: Jeff Becker <[EMAIL PROTECTED]>

commit c0d7257ed19599a3dda1baca3411a639e68913bd
Merge: 827844a... 4711278...
Author: Jeff Becker <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>

commit ded33ee6282c741aad1c30295ec6aec723db7149
Author: Jon Mason <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>

commit 4711278b3566a8efe3710ae919a16694e4f31225
Author: Vladimir Sokolovsky <[EMAIL PROTECTED]>
Date:   Wed Sep 10 14:11:41 2008 +0300

    IPoIB: Enable LRO by default.
    
    Signed-off-by: Vladimir Sokolovsky <[EMAIL PROTECTED]>

commit 6b255a4179325a85f4ad75b0cf32406e62574a00
Author: Jeff Becker <[EMAIL PROTECTED]>
Date:   Tue Sep 9 11:18:38 2008 -0700

    NFSRDMA RHEL5.1 backport: fs/lockd builds
    
    Signed-off by: Jeff Becker <[EMAIL PROTECTED]>
_______________________________________________
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

Reply via email to