Comment 1 for bug 2072972

Revision history for this message
Po-Hsu Lin (cypressyew) wrote : Re: ftrace:test.d--ftrace--func_traceonoff_triggers.tc in ubuntu_kselftests_ftrace triggers kernel NULL pointer dereference

A quick bisect shows this failure occurs between 5.4.0-181 and 5.4.0-182. And very likely a test case issue:

* 5.4.0-181 + 181 source code - OK
* 5.4.0-182 + 182 source code - NOT OK
* 5.4.0-181 + 182 source code - NOT OK
* 5.4.0-182 + 181 source code - OK

Next is to check the test case change between these two versions.