OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_0pre4-11-gf523c92

Gerrit Code Review gerrit@openafs.org
Fri, 9 Feb 2018 08:57:53 -0500


The following commit has been merged in the openafs-stable-1_8_x branch:
commit f523c92a74bace287d1139fab77a030b9598ef61
Author: Caitlyn Marko <cmarko@sinenomine.net>
Date:   Thu Feb 9 09:16:17 2017 -0500

    SOLARIS: save kernel module function arguments for debugging
    
    Add the -Wu,-save_args compiler option when building kernel modules
    under Solaris 10 and 11 for the amd64 architecture.
    
    Binaries generated with this option save function arguments on the stack
    during function entry for debugging purposes. Up to six integer
    arguments are saved on function entry, and are not modified during the
    execution of the function.
    
    [mmeffie: commit message update]
    
    Reviewed-on: https://gerrit.openafs.org/12798
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    (cherry picked from commit 32d0493a7e4f74f5e5efdfde5eca29ed7d1bf3ec)
    
    Change-Id: I478ce65da78b86aa3c13e1c615bafd51d0f5d567
    Reviewed-on: https://gerrit.openafs.org/12903
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/libafs/MakefileProto.SOLARIS.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository