From: "J. R. Okajima" <hooanon05g@gmail.com>
To: Christian Brauner <brauner@kernel.org>
Cc: linux-fsdevel@vger.kernel.org
Subject: Re: [GIT PULL] acl updates for v6.2
Date: Wed, 28 Dec 2022 00:27:55 +0900 [thread overview]
Message-ID: <29161.1672154875@jrobl> (raw)
In-Reply-To: <20221212111919.98855-1-brauner@kernel.org>
Hello,
Christian Brauner:
> This series passes the LTP and xfstests suites without any regressions. For
> xfstests the following combinations were tested:
I've found a behaviour got changed from v6.1 to v6.2-rc1 on ext3 (ext4).
----------------------------------------
on v6.1
+ ls -ld /dev/shm/rw/hd-test/newdir
drwxrwsr-x 2 nobody nogroup 1024 Dec 27 14:46 /dev/shm/rw/hd-test/newdir
+ getfacl -d /dev/shm/rw/hd-test/newdir
# file: dev/shm/rw/hd-test/newdir
# owner: nobody
# group: nogroup
# flags: -s-
----------------------------------------
on v6.2-rc1
+ ls -ld /dev/shm/rw/hd-test/newdir
drwxrwsr-x+ 2 nobody nogroup 1024 Dec 27 23:51 /dev/shm/rw/hd-test/newdir
+ getfacl -d /dev/shm/rw/hd-test/newdir
# file: dev/shm/rw/hd-test/newdir
# owner: nobody
# group: nogroup
# flags: -s-
user::rwx
user:root:rwx
group::r-x
mask::rwx
other::r-x
----------------------------------------
- in the output from 'ls -l', the extra '+' appears
- in the output from 'getfacl -d', some lines are appended
- in those lines, I am not sure whether 'user:root:rwx' is correct or
not. Even it is correct, getfacl on v6.1 didn't produce such lines.
Is this change intentional?
In other words, is this patch series for a bugfix?
J. R. Okajima
next prev parent reply other threads:[~2022-12-27 15:28 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-12 11:19 [GIT PULL] acl updates for v6.2 Christian Brauner
2022-12-13 2:56 ` Linus Torvalds
2022-12-13 9:09 ` Christian Brauner
2022-12-13 3:49 ` pr-tracker-bot
2022-12-27 15:27 ` J. R. Okajima [this message]
2022-12-27 18:31 ` Christian Brauner
2022-12-27 23:54 ` hooanon05g
2023-01-04 0:57 ` hooanon05g
2023-01-04 10:04 ` Linux kernel regression tracking (#info)
2023-01-04 10:14 ` Christian Brauner
2023-01-04 10:26 ` Thorsten Leemhuis
2023-01-04 10:37 ` Christian Brauner
2022-12-28 8:40 ` [GIT PULL] acl updates for v6.2 #forregzbot Thorsten Leemhuis
2023-01-01 20:07 ` J. R. Okajima
2023-01-02 7:25 ` Thorsten Leemhuis
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=29161.1672154875@jrobl \
--to=hooanon05g@gmail.com \
--cc=brauner@kernel.org \
--cc=linux-fsdevel@vger.kernel.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 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).