]> git.baikalelectronics.ru Git - kernel.git/commit
perf daemon: Fix running test for non root user
authorJiri Olsa <jolsa@kernel.org>
Mon, 1 Mar 2021 12:25:10 +0000 (13:25 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 6 Mar 2021 19:54:27 +0000 (16:54 -0300)
commit8261c5d50cf029096d3ec9acf90137ed871fb7e0
tree342ad130017a177bde5e2afc31c6001f4426a4bd
parent5463851493456b48a7737eb75760eecccc998bf4
perf daemon: Fix running test for non root user

John reported that the daemon test is not working for non root user.
Changing the tests configurations so it's allowed to run under normal
user.

Fixes: 79d98662c16e ("perf tests: Add daemon 'list' command test")
Reported-by: John Garry <john.garry@huawei.com>
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Tested-by: John Garry <john.garry@huawei.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Michael Petlan <mpetlan@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lore.kernel.org/lkml/20210301122510.64402-2-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/shell/daemon.sh