lkml.org 
[lkml]   [2018]   [Dec]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.9 036/101] arc: [devboards] Add support of NFSv3 ACL
    Date
    4.9-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Alexey Brodkin <abrodkin@synopsys.com>

    commit 6b04114f6fae5e84d33404c2970b1949c032546e upstream.

    By default NFSv3 doesn't support ACL (Access Control Lists)
    which might be quite convenient to have so that
    mounted NFS behaves exactly as any other local file-system.

    In particular missing support of ACL makes umask useless.
    This among other thigs fixes Glibc's "nptl/tst-umask1".

    Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
    Cc: Cupertino Miranda <cmiranda@synopsys.com>
    Cc: stable@vger.kernel.org #4.14+
    Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    arch/arc/configs/axs101_defconfig | 1 +
    arch/arc/configs/axs103_defconfig | 1 +
    arch/arc/configs/axs103_smp_defconfig | 1 +
    arch/arc/configs/nps_defconfig | 1 +
    arch/arc/configs/nsimosci_defconfig | 1 +
    arch/arc/configs/nsimosci_hs_defconfig | 1 +
    arch/arc/configs/nsimosci_hs_smp_defconfig | 1 +
    arch/arc/configs/vdk_hs38_defconfig | 1 +
    arch/arc/configs/vdk_hs38_smp_defconfig | 1 +
    9 files changed, 9 insertions(+)

    --- a/arch/arc/configs/axs101_defconfig
    +++ b/arch/arc/configs/axs101_defconfig
    @@ -97,6 +97,7 @@ CONFIG_VFAT_FS=y
    CONFIG_NTFS_FS=y
    CONFIG_TMPFS=y
    CONFIG_NFS_FS=y
    +CONFIG_NFS_V3_ACL=y
    CONFIG_NLS_CODEPAGE_437=y
    CONFIG_NLS_ISO8859_1=y
    # CONFIG_ENABLE_WARN_DEPRECATED is not set
    --- a/arch/arc/configs/axs103_defconfig
    +++ b/arch/arc/configs/axs103_defconfig
    @@ -97,6 +97,7 @@ CONFIG_VFAT_FS=y
    CONFIG_NTFS_FS=y
    CONFIG_TMPFS=y
    CONFIG_NFS_FS=y
    +CONFIG_NFS_V3_ACL=y
    CONFIG_NLS_CODEPAGE_437=y
    CONFIG_NLS_ISO8859_1=y
    # CONFIG_ENABLE_WARN_DEPRECATED is not set
    --- a/arch/arc/configs/axs103_smp_defconfig
    +++ b/arch/arc/configs/axs103_smp_defconfig
    @@ -98,6 +98,7 @@ CONFIG_VFAT_FS=y
    CONFIG_NTFS_FS=y
    CONFIG_TMPFS=y
    CONFIG_NFS_FS=y
    +CONFIG_NFS_V3_ACL=y
    CONFIG_NLS_CODEPAGE_437=y
    CONFIG_NLS_ISO8859_1=y
    # CONFIG_ENABLE_WARN_DEPRECATED is not set
    --- a/arch/arc/configs/nps_defconfig
    +++ b/arch/arc/configs/nps_defconfig
    @@ -76,6 +76,7 @@ CONFIG_PROC_KCORE=y
    CONFIG_TMPFS=y
    # CONFIG_MISC_FILESYSTEMS is not set
    CONFIG_NFS_FS=y
    +CONFIG_NFS_V3_ACL=y
    CONFIG_ROOT_NFS=y
    CONFIG_DEBUG_INFO=y
    # CONFIG_ENABLE_WARN_DEPRECATED is not set
    --- a/arch/arc/configs/nsimosci_defconfig
    +++ b/arch/arc/configs/nsimosci_defconfig
    @@ -71,5 +71,6 @@ CONFIG_EXT2_FS_XATTR=y
    CONFIG_TMPFS=y
    # CONFIG_MISC_FILESYSTEMS is not set
    CONFIG_NFS_FS=y
    +CONFIG_NFS_V3_ACL=y
    # CONFIG_ENABLE_WARN_DEPRECATED is not set
    # CONFIG_ENABLE_MUST_CHECK is not set
    --- a/arch/arc/configs/nsimosci_hs_defconfig
    +++ b/arch/arc/configs/nsimosci_hs_defconfig
    @@ -69,5 +69,6 @@ CONFIG_EXT2_FS_XATTR=y
    CONFIG_TMPFS=y
    # CONFIG_MISC_FILESYSTEMS is not set
    CONFIG_NFS_FS=y
    +CONFIG_NFS_V3_ACL=y
    # CONFIG_ENABLE_WARN_DEPRECATED is not set
    # CONFIG_ENABLE_MUST_CHECK is not set
    --- a/arch/arc/configs/nsimosci_hs_smp_defconfig
    +++ b/arch/arc/configs/nsimosci_hs_smp_defconfig
    @@ -80,6 +80,7 @@ CONFIG_EXT2_FS_XATTR=y
    CONFIG_TMPFS=y
    # CONFIG_MISC_FILESYSTEMS is not set
    CONFIG_NFS_FS=y
    +CONFIG_NFS_V3_ACL=y
    # CONFIG_ENABLE_WARN_DEPRECATED is not set
    # CONFIG_ENABLE_MUST_CHECK is not set
    CONFIG_FTRACE=y
    --- a/arch/arc/configs/vdk_hs38_defconfig
    +++ b/arch/arc/configs/vdk_hs38_defconfig
    @@ -88,6 +88,7 @@ CONFIG_NTFS_FS=y
    CONFIG_TMPFS=y
    CONFIG_JFFS2_FS=y
    CONFIG_NFS_FS=y
    +CONFIG_NFS_V3_ACL=y
    CONFIG_NLS_CODEPAGE_437=y
    CONFIG_NLS_ISO8859_1=y
    # CONFIG_ENABLE_WARN_DEPRECATED is not set
    --- a/arch/arc/configs/vdk_hs38_smp_defconfig
    +++ b/arch/arc/configs/vdk_hs38_smp_defconfig
    @@ -87,6 +87,7 @@ CONFIG_NTFS_FS=y
    CONFIG_TMPFS=y
    CONFIG_JFFS2_FS=y
    CONFIG_NFS_FS=y
    +CONFIG_NFS_V3_ACL=y
    CONFIG_NLS_CODEPAGE_437=y
    CONFIG_NLS_ISO8859_1=y
    # CONFIG_ENABLE_WARN_DEPRECATED is not set

    \
     
     \ /
      Last update: 2018-12-06 15:46    [W:4.046 / U:1.336 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site