Re: [PATCH v4 5/6] connector/cn_proc: Performance improvements
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-06-02 23:02:22
Also in:
lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-06-02 23:02:22
Also in:
lkml
On Fri, 2 Jun 2023 22:23:01 +0000 Anjali Kulkarni wrote:
quoted
Not much, really. I think the requirement is to exit with a non-zero return code on failure, which you already do. 0 means success; 1 means failure; 2 means skip, IIRC. The main work in your case would be that the selftest needs to do its checking and exit, so the stimuli must be triggered automatically. (You can use a bash script to drive the events.)Thanks! So this will be part of the kselftest infra right? https://docs.kernel.org/dev-tools/kselftest.html ?
Yes, that's right.