From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: <rongqing.li@windriver.com>, <yocto@yoctoproject.org>
Subject: Re: [PATCH][yocto-kernel-cache] base.cfg: enable TMPFS_POSIX_ACL and TMPFS_XATTR
Date: Mon, 30 Nov 2015 00:19:06 -0500 [thread overview]
Message-ID: <565BDC4A.7010909@windriver.com> (raw)
In-Reply-To: <1448524207-15246-1-git-send-email-rongqing.li@windriver.com>
On 2015-11-26 2:50 AM, rongqing.li@windriver.com wrote:
> From: Roy Li <rongqing.li@windriver.com>
>
> enable Tmpfs POSIX Access Control Lists and Tmpfs extended attributes
> this will remove the error when systemd apply the ACL to tmpfs:
>
> systemd-udevd[335]: Failed to apply ACL on /dev/dri/card0: Operation not supported
> systemd-udevd[552]: Failed to apply ACL on /dev/adsp: Operation not supported
I didn't notice this change. It should go to the linux-yocto mailing
list, not to the main yocto list.
I'll review this on Monday.
Cheers,
Bruce
>
> Signed-off-by: Roy Li <rongqing.li@windriver.com>
> ---
> ktypes/base/base.cfg | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/ktypes/base/base.cfg b/ktypes/base/base.cfg
> index 3b8ccd2..28a0d83 100644
> --- a/ktypes/base/base.cfg
> +++ b/ktypes/base/base.cfg
> @@ -933,6 +933,8 @@ CONFIG_PROC_FS=y
> CONFIG_PROC_KCORE=y
> CONFIG_SYSFS=y
> CONFIG_TMPFS=y
> +CONFIG_TMPFS_POSIX_ACL=y
> +CONFIG_TMPFS_XATTR=y
> # CONFIG_HUGETLB_PAGE is not set
>
> #
>
next prev parent reply other threads:[~2015-11-30 5:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-26 7:50 [PATCH][yocto-kernel-cache] base.cfg: enable TMPFS_POSIX_ACL and TMPFS_XATTR rongqing.li
2015-11-30 5:19 ` Bruce Ashfield [this message]
2015-12-07 22:19 ` Bruce Ashfield
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=565BDC4A.7010909@windriver.com \
--to=bruce.ashfield@windriver.com \
--cc=rongqing.li@windriver.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.