commit | e6199bd7d16dd57a8d24b2a6da2e14b031f6d523 | [log] [tgz] |
---|---|---|
author | Anders Roxell <anders.roxell@linaro.org> | Mon Apr 28 12:25:03 2025 +0200 |
committer | Anders Roxell <anders.roxell@linaro.org> | Fri May 09 11:43:46 2025 +0200 |
tree | a0ce44fe9c9169dce6660d5284d0f5455e9ce0b5 | |
parent | a7b173b6baac847c3dbc0c34bc871f8180a17f10 [diff] |
automated: linux: modules: check for stuck modules Introduce a helper to verify that a module is properly unloaded after modprobe --remove. If a module remains listed in lsmod, it indicates a stuck reference count and a possible kernel bug. This improves the robustness of module load/unload testing by catching incomplete removals. Signed-off-by: Anders Roxell <anders.roxell@linaro.org>