summaryrefslogtreecommitdiff
path: root/Kbuild
diff options
context:
space:
mode:
authorBrian Norris <briannorris@chromium.org>2022-08-26 17:44:17 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-09-20 12:28:00 +0200
commitc629ec4ddd4f64117bb8a6fd326835ca0da6b7fa (patch)
tree52cdae4d4e103167e127c4812d2b5b54412e19d5 /Kbuild
parentfe26b6ca0404e3f9b54c8df5fa179c7b90051545 (diff)
downloadlinux-c629ec4ddd4f64117bb8a6fd326835ca0da6b7fa.tar.gz
linux-c629ec4ddd4f64117bb8a6fd326835ca0da6b7fa.tar.bz2
linux-c629ec4ddd4f64117bb8a6fd326835ca0da6b7fa.zip
tracefs: Only clobber mode/uid/gid on remount if asked
commit 47311db8e8f33011d90dee76b39c8886120cdda4 upstream. Users may have explicitly configured their tracefs permissions; we shouldn't overwrite those just because a second mount appeared. Only clobber if the options were provided at mount time. Note: the previous behavior was especially surprising in the presence of automounted /sys/kernel/debug/tracing/. Existing behavior: ## Pre-existing status: tracefs is 0755. # stat -c '%A' /sys/kernel/tracing/ drwxr-xr-x ## (Re)trigger the automount. # umount /sys/kernel/debug/tracing # stat -c '%A' /sys/kernel/debug/tracing/. drwx------ ## Unexpected: the automount changed mode for other mount instances. # stat -c '%A' /sys/kernel/tracing/ drwx------ New behavior (after this change): ## Pre-existing status: tracefs is 0755. # stat -c '%A' /sys/kernel/tracing/ drwxr-xr-x ## (Re)trigger the automount. # umount /sys/kernel/debug/tracing # stat -c '%A' /sys/kernel/debug/tracing/. drwxr-xr-x ## Expected: the automount does not change other mount instances. # stat -c '%A' /sys/kernel/tracing/ drwxr-xr-x Link: https://lkml.kernel.org/r/20220826174353.2.Iab6e5ea57963d6deca5311b27fb7226790d44406@changeid Cc: stable@vger.kernel.org Fixes: 4282d60689d4f ("tracefs: Add new tracefs file system") Signed-off-by: Brian Norris <briannorris@chromium.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions