commit | ad114aacceae772d921b1a73c3df03f03b4c2fd4 | [log] [tgz] |
---|---|---|
author | Anders Roxell <anders.roxell@linaro.org> | Mon Apr 28 12:25:26 2025 +0200 |
committer | Anders Roxell <anders.roxell@linaro.org> | Fri May 09 11:43:46 2025 +0200 |
tree | c4dd1a6043acf746189f098f97baa83f74d4c6d5 | |
parent | e6199bd7d16dd57a8d24b2a6da2e14b031f6d523 [diff] |
automated: linux: modules: add kmemleak scan Add a final memory leak detection pass using kmemleak if it is enabled in the running kernel. Trigger a kmemleak scan after all module load/unload cycles and report any leaked memory objects. This helps detect regressions involving memory leaks caused by module insert/remove operations. Signed-off-by: Anders Roxell <anders.roxell@linaro.org>