2020-11-30 16:33:40

by Bjorn Andersson

[permalink] [raw]
Subject: [PATCH] arm64: defconfig: Enable TMPFS Posix ACL

The lack of TMPFS Posix ACL prevents the upstream defconfig from booting
e.g. Ubuntu, so enable this.

Signed-off-by: Bjorn Andersson <[email protected]>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f4d0b3a61e41..3d2a1de6e8d6 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1075,6 +1075,7 @@ CONFIG_FUSE_FS=m
CONFIG_CUSE=m
CONFIG_OVERLAY_FS=m
CONFIG_VFAT_FS=y
+CONFIG_TMPFS_POSIX_ACL=y
CONFIG_HUGETLBFS=y
CONFIG_CONFIGFS_FS=y
CONFIG_EFIVAR_FS=y
--
2.29.2


2020-11-30 16:35:04

by Steev Klimaszewski

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: Enable TMPFS Posix ACL


On 11/30/20 10:30 AM, Bjorn Andersson wrote:
> The lack of TMPFS Posix ACL prevents the upstream defconfig from booting
> e.g. Ubuntu, so enable this.
>
> Signed-off-by: Bjorn Andersson <[email protected]>
> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index f4d0b3a61e41..3d2a1de6e8d6 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1075,6 +1075,7 @@ CONFIG_FUSE_FS=m
> CONFIG_CUSE=m
> CONFIG_OVERLAY_FS=m
> CONFIG_VFAT_FS=y
> +CONFIG_TMPFS_POSIX_ACL=y
> CONFIG_HUGETLBFS=y
> CONFIG_CONFIGFS_FS=y
> CONFIG_EFIVAR_FS=y

Tested-by: Steev Klimaszewski <[email protected]>


2020-12-01 01:01:26

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: Enable TMPFS Posix ACL

On Mon, Nov 30, 2020 at 10:30:07AM -0600, Bjorn Andersson wrote:
> The lack of TMPFS Posix ACL prevents the upstream defconfig from booting
> e.g. Ubuntu, so enable this.
>
> Signed-off-by: Bjorn Andersson <[email protected]>

Acked-by: Shawn Guo <[email protected]>