From cbff2f7e89caf108f1b1c63ca74e44a7633b6446 Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Fri, 18 Aug 2023 11:17:51 +0100 Subject: [PATCH] ts-leak-check: add new name for udevd workers MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit udevd on Bookworm shows as "(udev-worker)" in the process list. Suppress them. Signed-off-by: Anthony PERARD Acked-by: Roger Pau Monné --- ts-leak-check | 1 + 1 file changed, 1 insertion(+) diff --git a/ts-leak-check b/ts-leak-check index f3cca8a..023a945 100755 --- a/ts-leak-check +++ b/ts-leak-check @@ -203,6 +203,7 @@ xenstore /libxl process .* udevd process .* .*/systemd-udevd +process .* \(udev-worker\) process .* /.+/systemd-shim file /var/run/xenstored/db -- 2.39.5