OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_0-22-g10be537

Gerrit Code Review gerrit@openafs.org
Sat, 2 Jun 2018 18:45:31 -0400


The following commit has been merged in the openafs-stable-1_8_x branch:
commit 10be5372aa520f84bf63cce258e9ecddbb6b43c0
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Sat Mar 7 17:27:47 2015 -0600

    Add support for arm64_linux26
    
    Add support for the arm64/aarch64 architecture on Linux 2.6+. The
    param header file is mostly combined from arm and amd64.
    
    Note that the code for syscall interception has not been updated for
    arm64, so this will not build on arm64 without support for kernel
    keyrings. This also does not define any AFS syscall number, since no
    number in the Linux arm64 syscall table is "free" for us to use, as
    far as I am aware.
    
    Adapted from initial patches from Micheal Waltz <mwaltz@qualcomm.com>.
    
    Reviewed-on: https://gerrit.openafs.org/11940
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    (cherry picked from commit 4f7550dcaf9375046514cdd97cea0f667e955e9f)
    
    Change-Id: I12988da1fbbc7e3733fddf4ca11ad65b96a9c02f
    Reviewed-on: https://gerrit.openafs.org/13095
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 INSTALL                          |    2 +-
 src/afs/afs_syscall.c            |    4 ++++
 src/afs/sysincludes.h            |    1 +
 src/cf/osconf.m4                 |    2 +-
 src/cf/sysname.m4                |    3 +++
 src/config/afs_sysnames.h        |    2 ++
 src/config/param.arm64_linux26.h |   38 ++++++++++++++++++++++++++++++++++++++
 7 files changed, 50 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository