Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kpatch-test: add dmesg entry at start of test
If the kernel log is empty prior to running the integration tests, the following confusing status may be reported: ... ERROR: dmesg overflow, try increasing kernel log buffer size SUCCESS This occurs because the script can't find an empty dmesg entry when the tests are complete. Copy the upstream kernel livepatching kselftests to fix this by logging a canary message at the beginning of the integration tests. This will ensure a "real" message than can be found at the end. Fixes: de1d0c6 ("kpatch-test: don't clear dmesg during test") Signed-off-by: Joe Lawrence <[email protected]>
- Loading branch information