alison.schofield@ wrote: > From: Alison Schofield <[email protected]> > > cxl-events.sh and cxl-poison.sh require a kernel with CONFIG_TRACING > enabled and currently report a FAIL when /sys/kernel/tracing is > missing. Update these tests to report a SKIP along with a message > stating the requirement. This allows the tests to run cleanly on > systems without TRACING enabled and gives users the info needed to > enable TRACING for testing. > > Signed-off-by: Alison Schofield <[email protected]> > --- > > Noticed this behavior in Itaru's test results: > https://lore.kernel.org/linux-cxl/[email protected]/
You could borrow the kernel process for information like this and move it above the --- line with the following trailers: Reported-by: Itaru Kitayama <[email protected]> Closes: http://lore.kernel.org/[email protected] ...you can also add: Reviewed-by: Dan Williams <[email protected]>
