Searched hist:"9331 a604858a0f399ef8f886a88dd94927f136aa" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/arm64/signal/ |
H A D | test_signals_utils.c | diff 9331a604858a0f399ef8f886a88dd94927f136aa Fri Dec 10 12:41:01 CST 2021 Mark Brown <broonie@kernel.org> kselftest/arm64: Allow signal tests to trigger from a function
Currently we have the facility to specify custom code to trigger a signal but none of the tests use it and for some reason the framework requires us to also specify a signal to send as a trigger in order to make use of a custom trigger. This doesn't seem to make much sense, instead allow the use of a custom trigger function without specifying a signal to inject.
Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20211210184133.320748-6-broonie@kernel.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
|