linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable TMPFS Posix ACL
@ 2020-11-30 16:30 Bjorn Andersson
  2020-11-30 16:31 ` Steev Klimaszewski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bjorn Andersson @ 2020-11-30 16:30 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Bjorn Andersson, Shawn Guo,
	Steev Klimaszewski
  Cc: Olof Johansson, linux-arm-kernel, linux-kernel, linux-arm-msm

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

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: defconfig: Enable TMPFS Posix ACL
  2020-11-30 16:30 [PATCH] arm64: defconfig: Enable TMPFS Posix ACL Bjorn Andersson
@ 2020-11-30 16:31 ` Steev Klimaszewski
  2020-12-01  0:57 ` Shawn Guo
  2020-12-29 20:15 ` patchwork-bot+linux-arm-msm
  2 siblings, 0 replies; 4+ messages in thread
From: Steev Klimaszewski @ 2020-11-30 16:31 UTC (permalink / raw)
  To: Bjorn Andersson, Catalin Marinas, Will Deacon, Shawn Guo
  Cc: Olof Johansson, linux-arm-kernel, linux-kernel, linux-arm-msm


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 <bjorn.andersson@linaro.org>
> ---
>  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 <steev@kali.org>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: defconfig: Enable TMPFS Posix ACL
  2020-11-30 16:30 [PATCH] arm64: defconfig: Enable TMPFS Posix ACL Bjorn Andersson
  2020-11-30 16:31 ` Steev Klimaszewski
@ 2020-12-01  0:57 ` Shawn Guo
  2020-12-29 20:15 ` patchwork-bot+linux-arm-msm
  2 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2020-12-01  0:57 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Catalin Marinas, Will Deacon, Steev Klimaszewski, Olof Johansson,
	linux-arm-kernel, linux-kernel, linux-arm-msm

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 <bjorn.andersson@linaro.org>

Acked-by: Shawn Guo <shawnguo@kernel.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: defconfig: Enable TMPFS Posix ACL
  2020-11-30 16:30 [PATCH] arm64: defconfig: Enable TMPFS Posix ACL Bjorn Andersson
  2020-11-30 16:31 ` Steev Klimaszewski
  2020-12-01  0:57 ` Shawn Guo
@ 2020-12-29 20:15 ` patchwork-bot+linux-arm-msm
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2020-12-29 20:15 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: linux-arm-msm

Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Mon, 30 Nov 2020 10:30:07 -0600 you wrote:
> The lack of TMPFS Posix ACL prevents the upstream defconfig from booting
> e.g. Ubuntu, so enable this.
> 
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)

Here is the summary with links:
  - arm64: defconfig: Enable TMPFS Posix ACL
    https://git.kernel.org/qcom/c/19f0af6ab132

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-29 20:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-30 16:30 [PATCH] arm64: defconfig: Enable TMPFS Posix ACL Bjorn Andersson
2020-11-30 16:31 ` Steev Klimaszewski
2020-12-01  0:57 ` Shawn Guo
2020-12-29 20:15 ` patchwork-bot+linux-arm-msm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).