From: Steven Rostedt (Google) Date: Fri, 22 Dec 2023 16:35:22 +0000 (-0500) Subject: tracing/selftests: Remove exec permissions from trace_marker.tc test X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=26547691107eda45b0f20ee79bad19bbe5fcbfd7;p=linux.git tracing/selftests: Remove exec permissions from trace_marker.tc test The tests in the selftests should not have the exec permissions set. The trace_marker.tc test accidentally was committed with the exec permission. Set the permission to that file back to just read/write. No functional nor code changes. Link: https://lore.kernel.org/linux-trace-kernel/20231222112831.4c7fa500@gandalf.local.home/ Signed-off-by: Steven Rostedt (Google) --- diff --git a/tools/testing/selftests/ftrace/test.d/00basic/trace_marker.tc b/tools/testing/selftests/ftrace/test.d/00basic/trace_marker.tc old mode 100755 new mode 100644