[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <90efb5a9-612a-919e-cf2f-c528692d61e2@huawei.com>
Date: Mon, 17 Jan 2022 15:39:10 +0000
From: John Garry <john.garry@...wei.com>
To: Marco Elver <elver@...gle.com>,
Thomas Richter <tmricht@...ux.ibm.com>
CC: <linux-kernel@...r.kernel.org>, <linux-perf-users@...r.kernel.org>,
<acme@...nel.org>, <svens@...ux.ibm.com>, <gor@...ux.ibm.com>,
<sumanthk@...ux.ibm.com>, <hca@...ux.ibm.com>,
Will Deacon <will@...nel.org>,
Mark Rutland <mark.rutland@....com>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH] perf test: Test 73 Sig_trap fails on s390
On 16/12/2021 15:48, Marco Elver wrote:
+
> On Thu, 16 Dec 2021 at 16:15, Thomas Richter<tmricht@...ux.ibm.com> wrote:
>> In Linux next kernel
>> Commit 5504f67944484 ("perf test sigtrap: Add basic stress test for sigtrap handling")
>> introduced the new test which uses breakpoint events.
>> These events are not supported on s390 and PowerPC and always fail:
>>
>> # perf test -F 73
>> 73: Sigtrap : FAILED!
>> #
>>
>> Fix it the same way as in the breakpoint tests in file
>> tests/bp_account.c where these type of tests are skipped on
>> s390 and PowerPC platforms.
>>
>> With this patch skip this test on both platforms.
>>
>> Output after:
>> # ./perf test -F 73
>> 73: Sigtrap
>>
>> Fixes: 5504f67944484 ("perf test sigtrap: Add basic stress test for sigtrap handling")
>>
>> Cc: Marco Elver<elver@...gle.com>
>> Signed-off-by: Thomas Richter<tmricht@...ux.ibm.com>
> Acked-by: Marco Elver<elver@...gle.com>
>
> Thanks, and sorry for missing this case!
>
I am finding that this test hangs on my arm64 machine:
john@...ian:~/kernel-dev2/tools/perf$ sudo ./perf test -vvv 73
73: Sigtrap:
--- start ---
test child forked, pid 45193
And fails on my x86 broadwell machine:
john@...alhost:~/kernel-dev2/tools/perf> sudo ./perf test -v 73
73: Sigtrap :
--- start ---
test child forked, pid 22255
FAILED sys_perf_event_open(): Argument list too long
test child finished with -1
---- end ----
Sigtrap: FAILED!
john@...alhost:~/kernel-dev2/tools/perf>
Are there more architectures+platforms for which we need to skip this test?
Thanks,
John
Powered by blists - more mailing lists