commit | a7b173b6baac847c3dbc0c34bc871f8180a17f10 | [log] [tgz] |
---|---|---|
author | Anders Roxell <anders.roxell@linaro.org> | Mon Apr 28 12:24:19 2025 +0200 |
committer | Anders Roxell <anders.roxell@linaro.org> | Fri May 09 11:43:38 2025 +0200 |
tree | 4b9350d41800bf5337b6d071068a7778ae7349d4 | |
parent | d45e326b3aad4d4ac15e497035e9c5f0857f1f98 [diff] |
automated: linux: modules: scan dmesg for errors Add a helper function to scan dmesg after each module insert and remove, looking for common kernel error signatures like "BUG:", "Oops:", "WARNING:", and "Call Trace:". This improves early detection of subtle regressions during module load/unload testing that may otherwise go unnoticed. Signed-off-by: Anders Roxell <anders.roxell@linaro.org>