The following commit has been merged in the openafs-stable-1_6_x branch:
commit 13f31988c3dd8971035b4b08969cda3fbdcc7614
Author: Seth Forshee <[email protected]>
Date:   Tue Aug 22 07:59:11 2017 -0500

    Linux: Include linux/uaccess.h rather than asm/uaccess.h if present
    
    Starting with Linux 4.12 there is a module build error on s390
    due to asm/uaccess.h using a macro defined in the common header.
    The common header has been around since 2.6.18 and has always
    included asm/uaccess.h, so switch to using the common header
    whenever it is present.
    
    Signed-off-by: Seth Forshee <[email protected]>
    Reviewed-on: https://gerrit.openafs.org/12714
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Tested-by: BuildBot <[email protected]>
    (cherry picked from commit 962f4838dc461567d896304f617a0923745d13d5)
    
    Reviewed-on: https://gerrit.openafs.org/12718
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Mark Vitale <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    (cherry picked from commit 7073408688da021864bba59c592e8924e05adb91)
    
    Change-Id: Ie58cfcf48aa80c18f19cbfc65f87363b154e96ee
    Reviewed-on: https://gerrit.openafs.org/12717
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Mark Vitale <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 acinclude.m4                |    1 +
 src/afs/LINUX/osi_machdep.h |    4 ++++
 src/afs/sysincludes.h       |    6 +++++-
 src/rx/LINUX/rx_knet.c      |    4 ++++
 4 files changed, 14 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to